EasyManua.ls Logo

Planet XGS3-24042 - Ospfv3 Examples

Planet XGS3-24042
721 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
39-8
no router IPv6 ospf ospf [<tag>]
Disable OSPFv3 Routing Protocol.
39.3 OSPFv3 Examples
Examples 1: OSPF autonomous system.
This scenario takes an OSPF autonomous system consists of five switch for example.
Figure 39-1 Network topology of OSPF autonomous system
The configuration for layer3 SwitchA and SwitchE is shown below:
Layer3 SwitchA:
Enable OSPFv3 protocol, configure router ID
SwitchA(config)#router IPv6 ospf
SwitchA (config-router)#router-id 192.168.2.1
Configure interface vlan1 IPv6 address and affiliated OSPFv3 area
SwitchA#config
SwitchA(config)# interface vlan 1
SwitchA(config-if-vlan1)# IPv6 address 2010:1:1::1/64
SwitchA(config-if-vlan1)# IPv6 router ospf area 0
SwitchA(config-if-vlan1)#exit
Configure interface vlan2 IP address and affiliated OSPFv3 area
SwitchA(config)# interface vlan 2
SwitchA(config-if-vlan2)# IPv6 address 2100:1:1::1/64
SwitchA
SwitchB
SwitchE
SwitchD
SwitchC
E1/0/2: 2010:1:1::1/64
vlan1
E1/0/1: 2010:1:1::2/64
vlan1
E1/0/1:
2100:1:1::1/64
E1/0/1:2100:1:1::2/6
4
E1/0/2:
2020:1:1::1/64
l3
E1/0/1:2020:1:1::2/64
vlan3
E1/0/2:
2030:1:1::1/64
E1/0/1: 2030:1:1::2/64
vlan3
Area 0
Area 1

Table of Contents