D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 5 OSPF
Configuration
5-34
Enter configuration commands, one per line. End with CNTL/Z.
! Create and configure interface vlan100
SwitchA(config)# vlan 100
SwitchA(config-vlan)#interface vlan 100
SwitchA(config-if-VLAN 100)#ipv6 enable
SwitchA(config-if-VLAN 100)#ipv6 address 3001::1/64
SwitchA(config-if-VLAN 100)#exit
Step 2: Create OSPFv3 process and specify the router-id
SwitchA(config)#ipv6 router ospf 10
SwitchA(config-router)#router-id 1.1.1.1
SwitchA(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 100, with area being Area0 and
instance ID being 1
SwitchA(config)#interface vlan 100
SwitchA(config-if-VLAN 100)#ipv6 ospf 10 area 0 instance 1
SwitchA(config-if-VLAN 100)# end
SwitchB
Step 1: Create VLAN and configure IPv6 address
SwitchB# conf
Enter configuration commands, one per line. End with CNTL/Z.
! Create and configure interface vlan100
SwitchB(config)# vlan 100
SwitchB(config-vlan)#interface vlan 100
SwitchB(config-if-VLAN 100)#ipv6 enable
SwitchB(config-if-VLAN 100)#ipv6 address 3001::2/64
SwitchB(config-if-VLAN 100)#exit
Step 2: Create OSPFv3 process and specify the router-id
SwitchB(config)#ipv6 router ospf 10
SwitchB(config-router)#router-id 2.2.2.2
SwitchB(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 100, with area being Area0 and
instance ID being 1
SwitchB(config)#interface vlan 100
SwitchB(config-if-VLAN 100)#ipv6 ospf 10 area 0 instance 1
SwitchB(config-if-VLAN 100)# end