R3303-HP HSR6800 Routers Layer 3 - IP Routing Configuration Guide
305
Task Command
Remarks
Display configuration information
of a RIPng process.
display ripng [ process-id |
vpn-instance vpn-instance-name ]
[ | { begin | exclude | include }
regular-expression ]
Available in any view.
Display routes in the RIPng
database.
display ripng process-id database
[ | { begin | exclude | include }
regular-expression ]
Available in any view.
Display the routing information of
a specified RIPng process.
display ripng process-id route [ |
{ begin | exclude | include }
regular-expression ]
Available in any view.
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
As shown in Figure 93, all routers learn IPv6 routing information through RIPng. Configure Router B to
filter the route (3::/64) learned from Router C, which means the route is not added to the routing table
of Router B, and Router B does not forward it to Router A.
Figure 93 Network diagram
Configuration procedure
1. Configure the IPv6 address for each interface. (Details not shown.)
2. Configure basic RIPng functions:
# Configure Router A.
<RouterA> system-view
[RouterA] ripng 1
[RouterA-ripng-1] quit
[RouterA] interface gigabitethernet 2/1/1
[RouterA-Gigabitethernet2/1/1] ripng 1 enable
[RouterA-Gigabitethernet2/1/1] quit