Configure the Bidirectional Forwarding Detection (BFD) protocol for RSVP-TE to more rapidly detect failures in a network and enable faster rerouting around the failures. You can modify the BFD timers for more or less aggressive failure detection.
When configured, BFD liveness detection is established with all BFD-enabled RSVP-TE peers associated with that RSVP-TE major interface.
![]() |
Note: Before the router can use the mpls rsvp bfd-liveness-detection command, you must specify a BFD license key. To view an already configured license, use the show license bfd command. |
To enable BFD (bidirectional forwarding detection) on an RSVP-TE major interface:
- host1(config)#interface fastEthernet 4/3
- host1(config-if)#mpls rsvp bfd-liveness-detection
The peers in an RSVP-TE adjacency use the BFD timer values to negotiate the actual transmit intervals for BFD packets.
- host1(config-if)#mpls rsvp bfd-liveness-detection
minimum-transmit-interval 400
- host1(config-if)#mpls rsvp bfd-liveness-detection
minimum-receive-interval 400
- host1(config-if)#mpls rsvp bfd-liveness-detection
minimum-interval 400
- host1(config-if)#mpls rsvp bfd-liveness-detection
multiplier 15
![]() |
Note: You can change the BFD liveness detection parameters at any time without stopping or restarting the existing session; BFD automatically adjusts to the new parameter value. However, no changes to BFD parameters take place until the values resynchronize with each peer. |