50
[RouterB-rip-1] network 192.168.2.0
[RouterB-rip-1] network 192.168.3.0
[RouterB-rip-1] quit
# Configure Router C.
<RouterC> system-view
[RouterC] rip 1
[RouterC-rip-1] network 192.168.3.0
[RouterC-rip-1] import-route static cost 3
[RouterC-rip-1] quit
3.
Configure BFD parameters on Ethernet 1/2 of Router A.
[RouterA] bfd echo-source-ip 11.11.11.11
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] bfd min-echo-receive-interval 500
[RouterA-Ethernet1/2] quit
4.
Configure static routes:
# Configure a static route on Router A.
[RouterA] ip route-static 100.1.1.0 24 null 0
# Configure a static route on Router C.
[RouterC] ip route-static 100.1.1.0 24 null 0
Verifying the configuration
# Display the BFD session information on Router A.
<RouterA> display bfd session
Total Session Num: 1 Up Session Num: 1 Init Mode: Active
IPv4 session working under Echo mode:
LD SourceAddr DestAddr State Holdtime Interface
3 192.168.2.1 192.168.2.2 Up 2000ms Eth1/2
# Display routes destined for 100.1.1.0/24 on Router B.
<RouterB> display ip routing-table 100.1.1.0 24 verbose
Summary Count : 1
Destination: 100.1.1.0/24
Protocol: RIP Process ID: 1
SubProtID: 0x1 Age: 00h02m47s
Cost: 1 Preference: 100
Tag: 0 State: Active Adv
OrigTblID: 0x0 OrigVrf: default-vrf
TableID: 0x2 OrigAs: 0
NBRID: 0x12000002 LastAs: 0
AttrID: 0xffffffff Neighbor: 192.168.2.1
Flags: 0x1008c OrigNextHop: 192.168.2.1
Label: NULL RealNextHop: 192.168.2.1
BkLabel: NULL BkNextHop: N/A