exam questions

Exam JN0-351 All Questions

View all questions & answers for the JN0-351 exam

Exam JN0-351 topic 1 question 20 discussion

Actual exam question from Juniper's JN0-351
Question #: 20
Topic #: 1
[All JN0-351 Questions]


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.
  • B. The BFD liveness must be configured on the BGP neighbor.
  • C. The BFD liveness must be configured on the BGP group.
  • D. The BFD liveness is set too high.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mirko1976
6 days, 7 hours ago
Selected Answer: C
In the configuration shown, BFD (Bidirectional Forwarding Detection) is configured globally under bfd-liveness-detection, but it is not applied to the specific BGP groups or neighbors. For BFD to function with BGP, it must be explicitly enabled at the BGP group or neighbor level. Without this configuration, BGP will not use BFD to detect liveness, and this can prevent neighbors from establishing a connection.
upvoted 1 times
...
BGP_Wedgy
2 weeks ago
Selected Answer: A
A is the safest and most logical answer. If the BFD liveness interval is set too low, especially for long-distance links like those between the USA and France, it can cause frequent BFD session flaps due to the inherent latency in long-distance communication. Some will confuse it with configuration schematics, since B and C are both viable configuration method. BFD, is typically configured on a per-neighbor basis to monitor the health of the BGP session. However, with groups present, BFD parameters are applied to the entire group of BGP peers.
upvoted 1 times
...
dtsname
2 weeks, 2 days ago
Selected Answer: A
10ms too low for long distance link, US-France at least 60ms away
upvoted 1 times
...
samurraj
1 month, 3 weeks ago
Selected Answer: A
correct
upvoted 1 times
...
mgriffin914
6 months, 1 week ago
Selected Answer: A
BFD is an intensive protocol that consumes system resources. Specifying a minimum interval for BFD less than 100 milliseconds for Routing Engine-based sessions and less than 10 milliseconds for distributed BFD sessions can cause undesired BFD flapping.
upvoted 1 times
...
sandaruwann654
6 months, 1 week ago
A is correct.
upvoted 1 times
...
h4lv4r3
10 months ago
Answer is A BFD can be set at the neighbour or group level. The average ms from the UK to a US gaming server is around 75 to 130ms, which would be around the same for France.
upvoted 3 times
...
r5ben
10 months, 2 weeks ago
Selected Answer: C
BFD is configured under the group hierarchy https://www.juniper.net/documentation/mx/es/software/junos/bgp/topics/topic-map/bfd-for-bgp-session.html#d58e97__d103382e192
upvoted 1 times
rchp
4 months, 1 week ago
Bfd can config under protocols bgp too. And also bfd session established. # show protocols bgp group ibgp { type internal; local-address 10.2.2.2; neighbor 10.6.6.6; } bfd-liveness-detection { minimum-interval 500; } # run show bfd session Detect Transmit Address State Interface Time Interval Multiplier 10.6.6.6 Up 1.500 0.500 3
upvoted 1 times
...
JosueSXYrouting
4 months, 3 weeks ago
r5ben, BFD can be configured at the PROTOCOL, GROUP, and NEIGHBOR level.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...