D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 5 OSPF
Configuration
5-30
Enter configuration commands, one per line. End with CNTL/Z.
! Create and configure interface vlan100
SwitchC(config)#vlan 100
SwitchC(config-vlan)#exit
SwitchC(config)##interface vlan 100
SwitchC(config-if-VLAN 100)#ipv6 enable
SwitchC(config-if-VLAN 100)#ipv6 address 3001::3/64
SwitchC(config-if-VLAN 100)#exit
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
SwitchC(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 100, with area being Area0 and priority
using the default value.
SwitchC(config)#interface vlan 100
SwitchC(config-if-VLAN 100)#ipv6 ospf 10 area 0
SwitchC(config-if-VLAN 100)#end
SwitchD
Step 1: Create VLAN and configure IPv6 address
SwitchD# conf
Enter configuration commands, one per line. End with CNTL/Z.
! Create and configure interface vlan100
SwitchD(config-vlan)#vlan 100
SwitchD(config-vlan)#exit
SwitchD(config)#interface vlan 100
SwitchD(config-if-VLAN 100)#ipv6 enable
SwitchD(config-if-VLAN 100)#ipv6 address 3001::4/64
SwitchD(config-if-VLAN 100)#exit
Step 2: Create OSPFv3 process and specify the router-id
SwitchD(config)#ipv6 router ospf 10
SwitchD(config-router)#router-id 4.4.4.4
SwitchD(config-router)#exit
Step 3: Enable OSPFv3 on interface vlan 100, with area being Area0 and priority
using the default value.
SwitchD(config)#interface vlan 100
SwitchD(config-if-VLAN 100)#ipv6 ospf 10 area 0
SwitchD(config-router)#end