ExamGecko
Question list
Search
Search

Related questions











Question 25 - JN0-351 discussion

Report
Export

Exhibit

Your BGP neighbors, one in the USA and one in France, are not establishing a connection with each other.

Referring to the exhibit, which statement is correct?

A.
The BFD liveness is set too low.
Answers
A.
The BFD liveness is set too low.
B.
The BFD liveness must be configured on the BGP neighbor.
Answers
B.
The BFD liveness must be configured on the BGP neighbor.
C.
The BFD liveness must be configured on the BGP group.
Answers
C.
The BFD liveness must be configured on the BGP group.
D.
The BFD liveness is set too high.
Answers
D.
The BFD liveness is set too high.
Suggested answer: B

Explanation:

The exhibit shows the configuration of BFD liveness detection for BGP at the global level, which applies to all BGP neighbors by default1.However, this configuration does not specify the session mode, which determines whether BFD uses single-hop or multihop mode to communicate with a neighbor2.

For single-hop BGP neighbors, which are directly connected on the same subnet, the session mode can be either automatic or single-hop.For multihop BGP neighbors, which are not directly connected and require multiple hops to reach, the session mode must be multihop2.

Since your BGP neighbors are in different countries, they are likely to be multihop neighbors.Therefore, you need to configure the session mode as multihop for each neighbor individually at the [edit protocols bgp group group-name neighbor address bfd-liveness-detection] hierarchy level2. For example:

protocols { bgp { group usa { neighbor 192.0.2.1 { bfd-liveness-detection { session-mode multihop; } } } group france { neighbor 198.51.100.1 { bfd-liveness-detection { session-mode multihop; } } } } }

If you do not configure the session mode for multihop neighbors, BFD will use the default mode of automatic, which will try to use single-hop mode and fail to establish a BFD session with the remote neighbor2. This will prevent BGP from using BFD to detect liveliness and failover.

Therefore, the answerBis correct, as you need to configure the BFD liveness detection on the BGP neighbor level with the appropriate session mode for multihop neighbors.

asked 18/09/2024
WONG CHUN KIT WONG CHUN KIT
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first