Ripng configuration examples, Configure ripng basic functions, Network requirements – H3C Technologies H3C S12500 Series Switches User Manual

Page 314: Configuration procedure

Advertising
background image

298

Task Command

Remarks

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

By default, Ethernet, VLAN, and aggregate interfaces are down. Before configuring these interfaces,

bring them up by using the undo shutdown command.

Configure RIPng basic functions

Network requirements

As shown in

Figure 104

, 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 104 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.

<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

Advertising