User's Manual

566
Configuring multiple OSPFv3 processes
The following example shows that two OSPFv3 processes are created.
ipv6 unicast-routing
!
!
interface vlan 10
ipv6 address 2001::1/64
ipv6 enable
ipv6 ospf 109 area 0 instance 1
ipv6 ospf 110 area 0 instance 2
!
!
interface vlan 11
ip address 2002::1/64
ipv6 enable
ipv6 ospf 109 area 1 instance 1
ipv6 ospf 110 area 1 instance 2
!
!
router ospfv3 109
router-id 1.1.1.1
redistribute static
!
router ospfv3 110
router-id 2.2.2.2
!
Each interface can belong to many OSPFv3 processes, but if an interface belongs to multiple OSPFv3
processes each OSPFv3 process must correspond to different instances.