Exam 300-420 All QuestionsBrowse all questions from this exam
Question 62

An existing network solution is using BFD in echo mode. Several network devices are experiencing high CPU utilization, which an engineer has determined is related to the BFD feature. Which solution should the engineer leverage to reduce the CPU load?

    Correct Answer: B

    Bidirectional Forwarding Detection (BFD) echo mode can put a significant load on the CPU because it requires constant sending and receiving of packets to detect faults quickly. To reduce CPU load, implementing BFD asynchronous mode is more effective. In asynchronous mode, each peer independently sends BFD packets at regular intervals, which reduces the dependency on quick return packets and thus lowers the processing burden on the CPU. This mode is designed to be less CPU-intensive than echo mode, making it suitable for devices with low CPU resources.

Discussion
SickcntOption: A

"...Finally, “BFD can use the slow timer to slow down the asycnhronous session when the echo function is enabled and reduce the number of BFD control packets that are sent between two BFD neighbors.” That is, BFD echo can go fast without interrupting the CPU, and since that will detect an outage, you don’t need BFD control packets running as often, since the control packets aren’t being used for the rapid detection function. That in turn lightens the CPU load and allows more use of BFD. Clever!" Source: https://netcraftsmen.com/clarifying-bfd-and-bfd-echo/

zlimvosOption: A

SLow timers is correct. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/interfaces/configuration/guide/if_cli/if_bfd.html Unde BFD echo function " BFD can use the slow timer to slow down the asycnhronous session when the echo function is enabled and reduce the number of BFD control packets that are sent between two BFD neighbors. "

244afa3Option: A

This question of kind of tricky. BFD has echo mode and echo disable mode (aynchronous mode). echo mode waits for bfd packets from opposite router and the session goes down. On the other hand, the session goes down without bfd packet from the opposite router on echo disable mode. But i am not sure if changing from echo mode to asynchronous mode lowers cpu usage. so i guess i will go with the answer A

ClausterOption: B

The BFD feature that uses less CPU usage is BFD asynchronous mode. In asynchronous mode, BFD sessions are initiated independently by each router in a BFD adjacency. This means that each router sends BFD packets periodically, regardless of whether or not it has received any BFD packets from its neighbor. In contrast, BFD synchronous mode requires both routers in a BFD adjacency to agree on the interval at which BFD packets are sent. This means that both routers must be synchronized, which can require more CPU resources. Additionally, BFD asynchronous mode does not require BFD packets to be acknowledged. This means that BFD packets can be sent and received more quickly, which can also reduce CPU usage.

Clauster

Sorry Folks, Answer is going to be A https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/fs_bfd.html#wp1221586

bccabreraOption: B

A y B son las dos válidas. Pero con A aumentas el tiempo de convergencia y con B estás cambiando el modo de funcionamiento del BFD. No te especifica qué es lo que puedes cambiar. Pues a saber.

SpicyMochiOption: B

The correct answer is B. Implement BFD asynchronous mode between peers with low CPU resources. Bidirectional Forwarding Detection (BFD) has two modes of operation: echo mode and asynchronous mode. In echo mode, BFD packets are sent back and forth between peers, and the forwarding plane handles the processing, which can lead to high CPU utilization. In asynchronous mode, BFD control packets are sent periodically between peers, and the control plane handles the processing. Asynchronous mode is less CPU-intensive compared to echo mode. Thus, implementing BFD asynchronous mode between peers with low CPU resources can help reduce the CPU load on these network devices.

Emily23

When echo mode, the BFD packet loops back through the interface of the peer without processing. What you are saying is not logic. If you invoke control plane, than it's deffinetly using CPU.