Configuration procedure – H3C Technologies H3C S7500E Series Switches User Manual
Page 66
3-31
relationship with Switch C and the route information received from Switch C. Then, Switch A
learns the static route sent by Switch C, the outbound interface of the route is the interface
connected to Switch D.
Figure 3-9 Network diagram for configuring BFD for RIP (bidirectional detection in BFD control packet
mode)
Switch C
Switch A
Vlan-int100
192.168.1.1/24
Vlan-int100
192.168.1.2/24
Switch B
Vlan-int200
192.168.2.1/24
BFD
Vlan-int200
192.168.2.2/24
Switch D
Vlan-int300
192.168.3.2/24
Vlan-int300
192.168.3.1/24
Vlan-int400
192.168.4.1/24
Vlan-int400
192.168.4.2/24
Configuration procedure
6) Configure an IP address for each interface (Omitted)
Configure RIP basic functions and enable static route redistribution into RIP so that Switch A and
Switch C have routes to send to each other.
# Configure Switch A.
[SwitchA] rip 1
[SwitchA-rip-1] network 192.168.1.0
[SwitchA-rip-1] peer 192.168.2.2
[SwitchA-rip-1] undo validate-source-address
[SwitchA-rip-1] import-route static
[SwitchA-rip-1] quit
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] rip bfd enable
[SwitchA-Vlan-interface100] quit
[SwitchA] rip 2
[SwitchA-rip-2] network 192.168.3.0
[SwitchA-rip-2] quit
# Configure Switch C.
[SwitchC] rip 1
[SwitchC-rip-1] network 192.168.2.0
[SwitchC-rip-1] network 192.168.4.0
[SwitchC-rip-1] peer 192.168.1.1
[SwitchC-rip-1] undo validate-source-address
[SwitchC-rip-1] import-route static
[SwitchC-rip-1] quit
[SwitchC] interface vlan-interface 200
[SwitchC-Vlan-interface200] rip bfd enable