400-007 · Question #57
A company plans to use BFD between its routers to detect a connectivity problem inside the switched network. An IPS is transparently installed between the switches. Which packets shold the IPS…
The correct answer is E. IP packets with identical source and destination IP addresses. BFD Echo mode relies on packets with identical source and destination IP addresses being looped back by the adjacent device, so an IPS must permit these packets for BFD to function.
Question
A company plans to use BFD between its routers to detect a connectivity problem inside the switched network. An IPS is transparently installed between the switches. Which packets shold the IPS forward for BFD to work under all circumstances?
Options
- AFragmented packet with the do-not-fragment bit set
- BIP packets with broadcast IP source addresses
- CIP packets with the multicast IP source address
- DIP packet with the multicast IP destination address
- EIP packets with identical source and destination IP addresses
- FIP packets with the destination IP address 0.0.0.0.
How the community answered
(34 responses)- A9% (3)
- C3% (1)
- D26% (9)
- E56% (19)
- F6% (2)
Why each option
BFD Echo mode relies on packets with identical source and destination IP addresses being looped back by the adjacent device, so an IPS must permit these packets for BFD to function.
A packet cannot be simultaneously fragmented and have the do-not-fragment bit set since these conditions are mutually exclusive, and BFD does not use such packets in any mode.
Broadcast IP source addresses are invalid per RFC standards and are never used by BFD control or echo packets.
Multicast IP addresses are not valid as source addresses in standard unicast IP communication and are not used by BFD in any operational mode.
BFD control packets are sent to the unicast address of the directly connected peer, not to a multicast destination, so forwarding multicast-destined packets alone would not ensure full BFD functionality.
BFD Echo mode transmits packets using the local router's own IP address as both the source and destination, expecting the adjacent device to forward them back without BFD-level processing. An IPS that drops packets with matching source and destination IP addresses - treating them as spoofed or malformed - will break BFD echo sessions and prevent fast failure detection. Allowing these echo packets ensures BFD can detect link failures independent of routing protocol convergence timers.
BFD does not use the all-zeros destination address 0.0.0.0; that address is reserved for DHCP discovery and similar bootstrap functions, not BFD echo or control sessions.
Concept tested: BFD Echo mode identical source-destination IP packets
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-16/irb-xe-16-book/bfd.html
Topics
Community Discussion
No community discussion yet for this question.