D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 5 OSPF
Configuration
5-19
SwitchA(config)#interface vlan 100
SwitchA(config-if-VLAN 100)#ipv6 ospf 10 area 0
SwitchA(config-if-VLAN 100)#exit
Step 4: Enable OSPFv3 on interface vlan 200, with area being Area1
SwitchA(config)#interface vlan 200
SwitchA(config-if-VLAN 200)#ipv6 ospf 10 area 1
SwitchA(config-if-VLAN 200)#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
Change router-id and update OSPFv3 process [yes/no]:y
SwitchB(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 100, with area being Area0
SwitchB(config)#interface vlan 100
SwitchB(config-if-VLAN 100)#ipv6 ospf 10 area 0
SwitchB(config-if-VLAN 100)#end
SwitchC
Step 1: Create VLAN and configure IPv6 address
SwitchC#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
! Create and configure interface vlan200
SwitchC(config)#vlan 200
SwitchC(config-vlan)#interface vlan 200
SwitchC(config-if-VLAN 200)#ipv6 enable
SwitchC(config-if-VLAN 200)#ipv6 address 3001:1::2/64
SwitchC(config-if-VLAN 200)#exit