446
SwitchB connect to SwitchC through interface vlan1 and vlan2. All the three switches are
running RIPng. Assume SwitchA
(
VLAN1:2001:1:1::1/64 and VLAN2:2001:1:1::1/64
)
exchange update information with SwitchB
(
VLAN1:2001:1:1::2/64
)
only, update
information is not exchanged between SwitchA and SwitchC
(
VLAN1:20001:1::2/64
)
.
The configuration for SwitchA, SwitchB and SwitchC is shown below:
Layer 3 switch SwitchA
Enable RIPng protocol
SwitchA (config)#router IPv6 rip
SwitchA (config-router)#exit
Configure the IPv6 address and interfaces of Ethernet port vlan1 to run RIPng
SwitchA#config
SwitchA (config)# interface Vlan1
SwitchA (config-if-Vlan1)# IPv6 address 2000:1:1::1/64
SwitchA (config-if-Vlan1)#IPv6 router rip
SwitchA (config-if-Vlan1)#exit
Configure the IPv6 address and interfaces of Ethernet port vlan2 to run RIPng
SwitchA (config)# interface Vlan2
SwitchA (config-if-Vlan2)# IPv6 address 2001:1:1::1/64
SwitchA (config-if-Vlan2)#IPv6 router rip
SwitchA (config-if-Vlan2)#exit
Configure the interface vlan1 do not send RIPng messages to SwitchC
SwitchA (config)#
SwitchA (config-router)#passive-interface Vlan1
SwitchA (config-router)#exit
Layer 3 switch SwitchB
Enable RIPng protocol
SwitchB (config)#router IPv6 rip
SwitchB (config-router-rip)#exit
Configure the IPv6 address and interfaces of Ethernet port vlan1 to run RIPng
SwitchB #config
SwitchB (config)# interface Vlan1
SwitchB (config-if)# IPv6 address 2001:1:1::2/64
SwitchB (config-if)#IPv6 router rip
SwitchB (config-if)exit
Enable RIPng protocol