397
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 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
SwitchC (config)#router IPv6 rip
SwitchC (config-router-rip)#exit
Configure the IPv6 address and interfaces of Ethernet port vlan1 to run RIPng
SwitchC#config
SwitchC (config)# interface Vlan1
SwitchC (config-if)# IPv6 address 2000:1:1::2/64
SwitchC (config-if)#IPv6 router rip
SwitchC (config-if)exit
13.5.5 RIPng Troubleshooting
The RIPng protocol may not be working properly due to errors such as physic
connection, configuration error when configuring and using the RIPng protocol. So users
should pay attention to the following:
first ensure the physic connection is correct and the IP Forwarding command is open
second, ensure the interface and link layer protocol are UP (use show interface
command)