08-27-2024 12:02 AM
Hi all,
I tried to find out what below BFD log message means exactly. In the BFD whitepapers and on the cisco.com page I couldn't find any related informations. I guess it could be a hardware related BFD issue?
%BFD_HWO-3-BFD_HWO_ERR_MSGS: % BFD_HWO: DETECT Timer Expired
Does anyone has experience with the meaning of this message?
Thanks a lot any hints and references.
regards,
davide
08-27-2024 07:07 AM
Hello @langobardo ,
thanks for your feedback it provides information that can be helpful for someone else.
Best Regards
Giuseppe
08-27-2024 12:48 PM
My understanding... The control-plane CPU will initially exchange control packets with the remote peer to determine proper discriminators and settle on negotiable session parameters. The negotiable session parameters include the interval timer and multiplier, which multiplied together create the detect timer. The CPU exchanges control packets with the peer until its own discriminator value is received in the peer's control packet, at which point the BFD session is established. In platforms that support HWO, the CPU can then "offload" the session to the NPU, which typically can scale to hundreds of BFD sessions with sub-second intervals (some NPUs can support single-digit millisecond interval timers).
It appears that %BFD_HWO-3-BFD_HWO_ERR_MSGS: % BFD_HWO: DETECT Timer Expired is an alarm from the NPU to the CPU that no control packet for this session was received before the detect timer (interval x multiplier) expired. The session would then be taken down, with the CPU attempting to re-establish. [The CPU generates syslog messages, not the NPU].
If there is chronic flapping of this BFD session, it could indicate that there is a high packet loss rate, high bit error rate, or that the interval timer is too short for the remote peer (I am assuming the local HWO device is operating within its BFD scale limits).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide