267
Task Command
Remarks
Display RIPng interface
information.
display ripng
process-id
interface
[
interface-type interface-number
]
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Available in any view
Reset a RIPng process.
reset ripng
process-id
process
Available in user view
Clear statistics of a RIPng process.
reset ripng
process-id
statistics
Available in user view
RIPng configuration examples
Configuring RIPng basic functions
Network requirements
, all switches run RIPng. Configure Switch B to filter the route (3::/64) learned 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 102
Network diagram
Configuration procedure
1.
Configure IPv6 addresses for interfaces. (Details not shown.)
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
[SwitchB] interface vlan-interface 200
[SwitchB-Vlan-interface200] ripng 1 enable
[SwitchB-Vlan-interface200] quit
[SwitchB] interface vlan-interface 100