5-9
Displaying and Maintaining RIPng
To do… Use the command… Remarks
Display configuration
information of a RIPng process
display ripng [ process-id ]
Available in any view
Display routes in the RIPng
database
display ripng process-id database Available in any view
Display the routing information
of a specified RIPng process
display ripng process-id route Available in any view
Display RIPng interface
information
display ripng process-id interface
[ interface-type interface-number ]
Available in any view
RIPng Configuration Example
Configure RIPng Basic Functions
Network requirements
As shown in Figure 5-4, all switches run RIPng. Configure Switch B to filter the route (3::/64) learnt
from Switch C, which means the route will not be added to the routing table of Switch B, and Switch B
will not forward it to Switch A.
Figure 5-4 Network diagram for RIPng configuration
Configuration procedure
1) Configure the IPv6 address for each interface (omitted)
2) Configure basic RIPng functions
# Configure Switch A.
<SwitchA> system-view
[SwitchA] ripng 1
[SwitchA-ripng-1] quit
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] ripng 1 enable
[SwitchA-Vlan-interface100] quit
[SwitchA] interface vlan-interface 400
[SwitchA-Vlan-interface400] ripng 1 enable
[SwitchA-Vlan-interface400] quit
# Configure Switch B.
<SwitchB> system-view
[SwitchB] ripng 1
[SwitchB-ripng-1] quit