399
Display the routing information for a RIPng
process.
display ripng
process-id
route
[ ipv6-address prefix-length
[
] |
ipv6-address |
]
Restart a RIPng process.
reset ripng
process-id
process
Clear statistics for a RIPng process.
reset ripng
process-id
statistics
RIPng configuration examples
Basic RIPng configuration example
Network requirements
As shown in Figure 93, Switch A, Switch B, and Switch C run RIPng. Configure Switch B to filter the
route 2::/64 learned from Switch A and to forward only the route 4::/64 to Switch A.
Figure 93 Network diagram
Configuration procedure
1. Configure IPv6 addresses for interfaces. (Details not shown.)
2. Configure basic RIPng:
# 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.
<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 C.
<SwitchC> system-view
Vlan-int100
1::2/64
Vlan-int200
3::2/64
Vlan-int500
5::1/64
Vlan-int200
3::1/64
Vlan-int600
4::1/64
Vlan-int400
2::1/64
Vlan-int100
1::1/64
Switch A
Switch B
Switch C