User's Manual

Table Of Contents
549
Users Manual of CS-6306R
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.
3. Complicated configuration example
The following example shows how to configure multiple routers in a single OSPFv3 autonomous system. The
following figure shows the network topology of the configuration example:
Configure the router according to the above-mentioned figure:
R1:
interface vlan 0
ipv6 enable
ipv6 ospf 1 area 1
!
interface vlan 1
ipv6 enable
ipv6 ospf 1 area 0
!
ipv6 route 2001: : /64 6: : 2
!
router ospfv3 1
router-id 1.1.1.1
redistribute static
!
R2:
interface vlan 0
ipv6 enable