DES-7200 Configuration Guide Chapter 5 OSPF
Configuration
5-26
SwitchA(config-router)#exit
Verify configurations
Step 1: Verify whether the configurations are correct. While making sure the
OSPFv3 basic functions have been correctly configured, pay attention to the
difference in stub parameter between ABR and other router.
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
area 1 stub no-summary
!
SwitchC
vlan 200
!
interface VLAN 200
no ip proxy-arp
ipv6 address 3001:1::2/64
ipv6 enable
ipv6 ospf 10 area 1
!
ipv6 router ospf 10
router-id 3.3.3.3
area 1 stub
!