15
Verifying the configuration
# Display BFD sessions on Router A.
<RouterA> display bfd session
Total Session Num: 1 Up Session Num: 1 Init Mode: Active
IPv4 Session Working Under Ctrl Mode:
LD/RD SourceAddr DestAddr State Holdtime Interface
4/7 12.1.1.1 12.1.1.2 Up 2000ms Eth1/1
The output shows that the BFD session has been created.
# Display static routes on Router A.
<RouterA> display ip routing-table protocol static
Summary Count : 1
Static Routing table Status : <Active>
Summary Count : 1
Destination/Mask Proto Pre Cost NextHop Interface
120.1.1.0/24 Static 60 0 12.1.1.2 Eth1/1
Static Routing table Status : <Inactive>
Summary Count : 0
The output shows that Router A communicates with Router B through Ethernet 1/1. Then the link over
Ethernet 1/1 fails.
# Display static routes on Router A.
<RouterA> display ip routing-table protocol static
Summary Count : 1
Static Routing table Status : <Active>
Summary Count : 1
Destination/Mask Proto Pre Cost NextHop Interface
120.1.1.0/24 Static 65 0 10.1.1.100 Eth1/2
Static Routing table Status : <Inactive>
Summary Count : 0
The output shows that Router A communicates with Router B through Ethernet 1/2.