A SERVICE OF

logo

DES-7200 Configuration Guide Chapter 5 OSPF
Configuration
5-20
Step 2: Create OSPFv3 process and specify the router-id
SwitchC(config)#ipv6 router ospf 10
SwitchC(config-router)#router-id 3.3.3.3
Change router-id and update OSPFv3 process [yes/no]:y
SwitchC(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 200, with area being Area1
SwitchC (config)#interface vlan 200
SwitchC (config-if-VLAN 200)#ipv6 ospf 10 area 1
SwitchC (config-if-VLAN 200)#end
Verify configurations
Step 1: Verify whether the configurations are correct. Key points: whether
router-id is specified, whether OSPFv3 is enabled on the interface, and whether
such parameters as OSPFv3 timer are identical in the same area.
SwitchA
vlan 100
vlan 200
interface VLAN 100
no ip proxy-arp
ipv6 address 3001::1/64
ipv6 enable
ipv6 ospf 10 area 0
interface VLAN 200
no ip proxy-arp
ipv6 address 3001:1::1/64
ipv6 enable
ipv6 ospf 10 area 1
ipv6 router ospf 10
router-id 1.1.1.1
SwitchB
vlan 100
interface VLAN 100
no ip proxy-arp
ipv6 address 3001::2/64
ipv6 enable