396
Command Mode:
Global mode
Usage Guide:
This command is for enabling the RIPng routing protocol, this command
should be enabled before performing other global configuration of the RIPng protocol.
Example:
Enable the RIPng protocol mode
Switch(Config)#router ipv6 rip
Switch(Config-Router)#
13.5.4 RIPng Configuration Examples
Fig 13-5 RIPng Example
As shown in the above figure, a network consists of three layer 3 switches. SwitchA and
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
:
2001:1:1::2/64
)
.
The configuration for SwitchA, SwitchB and SwitchC is shown below:
Layer 3 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
SwitchC
Interface VLAN 2
2001:1:1::2/64
Interface VLAN 1
2000:1:1::2/64
Interface VLAN 1
2000:1:1::1/64
Interface VLAN 2
2001:1:1::1/64
SwitchB