R0106-HP MSR Router Series Layer 3 - IP Routing Configuration Guide(V7)

389
Task Command
Clear statistics for a RIPng process. reset ripng process-id statistics
RIPng configuration examples
Basic RIPng configuration example
Network requirements
As shown in Figure 91, all routers learn IPv6 routing information through RIPng.
Configure Router B to filter the route (2::/64) learned from Router A. The route will not be added to the
routing table of Router B, and Router B forwards only the route 4::/64 to Router A.
Figure 91 Network diagram
Configuration procedure
1. Configure IPv6 addresses for interfaces. (Details not shown.)
2. Configure basic RIPng:
# 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
[RouterA] interface gigabitethernet 2/1/2
[RouterA-GigabitEthernet2/1/2] ripng 1 enable
[RouterA-GigabitEthernet2/1/2] quit
# Configure Router B.
<RouterB> system-view
[RouterB] ripng 1
[RouterB-ripng-1] quit
[RouterB] interface gigabitethernet 2/1/1
[RouterB-GigabitEthernet2/1/1] ripng 1 enable
[RouterB-GigabitEthernet2/1/1] quit
[RouterB] interface gigabitethernet 2/1/2
[RouterB-GigabitEthernet2/1/2] ripng 1 enable
[RouterB-GigabitEthernet2/1/2] quit
# Configure Router C.