Ripng configuration examples, Configuring ripng basic functions, Network requirements – H3C Technologies H3C SR8800 User Manual

Page 303: Configuration procedure

Advertising
background image

287

Task Command

Remarks

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 105

, 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 will not be added to the routing

table of Router B, and Router B will not forward it to Router A.

Figure 105 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 1/1/1

[RouterA-GigabitEthernet1/1/1] ripng 1 enable

[RouterA-GigabitEthernet1/1/1] quit

[RouterA] interface GigabitEthernet 1/1/2

[RouterA-GigabitEthernet1/1/2] ripng 1 enable

[RouterA-GigabitEthernet1/1/2] quit

# Configure Router B.

<RouterB> system-view

[RouterB] ripng 1

[RouterB-ripng-1] quit

GE1/1 /1
1::2 /64

GE 1/1 /1
3::2/64

GE1/1/2
5::1/64

GE 1/1 /2
3::1/64

GE1 /1/3
4::1 /64

GE1/1/2
2::1/64

GE 1/1/1
1::1/64

Router A

Router B

Router C

RIPng

Advertising