exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 355 discussion

Actual exam question from Cisco's 300-410
Question #: 355
Topic #: 1
[All 300-410 Questions]

Which two solutions are used to overcome a flapping link that causes a frequent label binding exchange between MPLS routers? (Choose two.)

  • A. Increase input queue on links to protect the session.
  • B. Increase a hold-timer to protect the session.
  • C. Increase a session delay to protect the session.
  • D. Create link dampening on links to protect the session.
  • E. Create targeted hellos to protect the session.
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

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
DUBC89x
Highly Voted 2 years, 6 months ago
Selected Answer: DE
To avoid having to rebuild the LDP session altogether, you can protect it. When the LDP session between two directly connected LSRs is protected, a targeted LDP session is built between the two LSRs. When the directly connected link does go down between the two LSRs, the targeted LDP session is kept up as long as an alternative path exists between the two LSRs. For the protection to work, you need to enable it on both the LSRs. If this is not possible, you can enable it on one LSR, and the other LSR can accept the targeted LDP Hellos by configuring the command mpls ldp discovery targeted-hello accept. Reference: https://www.ccexpert.us/mpls-network/mpls-ldp-session-protection.htmlOr from the referenceat https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/5eU6DfQV/TECMPL-3201.pdfTroubleshooting LDP IssuesProblem: I. When a link flaps (for a short time), …S olution: + When LDP session supported by link hello is setup, create a targeted hello to protect the session.
upvoted 9 times
...
tubirubs
Most Recent 9 months, 3 weeks ago
Selected Answer: BD
B. Increase a hold-timer to protect the session: Correct: Increasing the hold-timer allows the session to remain up longer during intermittent link flaps, reducing the frequency of session resets and label binding exchanges. This can stabilize the connection and reduce the impact of a flapping link. D. Create link dampening on links to protect the session: Correct: Link dampening is a mechanism that suppresses the effects of flapping links by temporarily penalizing an interface that goes up and down frequently. This helps in stabilizing the network by reducing the frequent exchange of label bindings and other control plane activities.
upvoted 3 times
...
[Removed]
10 months, 2 weeks ago
Selected Answer: DE
D & E are more suitable
upvoted 1 times
...
dapardo
1 year ago
Selected Answer: DE
Will go with D & E since E its pretty straight forward and the main purpose onf the link dampening is to mitigate the effects of flapping events.
upvoted 4 times
...
d740f62
1 year, 1 month ago
DE E is already given. Reason for D is the main essence of link dampening - to suppress the effects of excessive interface flapping.
upvoted 1 times
...
jansan55
1 year, 8 months ago
Selected Answer: BE
I agree with HungarianDish explanation. B and E try to keep the MPLS session alive.
upvoted 2 times
...
inteldarvid
1 year, 10 months ago
Selected Answer: DE
D and E: To avoid having to rebuild the LDP session altogether, you can protect it. When the LDP session between two directly connected LSRs is protected, a targeted LDP session is built between the two LSRs. When the directly connected link does go down between the two LSRs, the targeted LDP session is kept up as long as an alternative path exists between the two LSRs. For the protection to work, you need to enable it on both the LSRs. If this is not possible, you can enable it on one LSR, and the other LSR can accept the targeted LDP Hellos by configuring the command mpls ldp discovery targeted-hello accept. Reference: https://www.ccexpert.us/mpls-network/mpls-ldp-session-protection.html https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/5eU6DfQV/TECMPL-3201.pdf Troubleshooting LDP Issues Problem: I. When a link flaps (for a short time), ... Solution: + When LDP session supported by link hello is setup, create a targeted hello to protect the session.
upvoted 2 times
...
inteldarvid
1 year, 10 months ago
Selected Answer: DE
D and E corerct: team look the reference: https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/5eU6DfQV/TECMPL-3201.pdf
upvoted 2 times
...
HungarianDish_111
2 years ago
Selected Answer: BE
For me these are the closest: B) Increase a hold-timer to protect the session. E) Create targeted hellos to protect the session. E) already explained by others. https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/5eU6DfQV/TECMPL-3201.pdf When link is down, the targeted hello remains through other path and keeps the LDP session up.
upvoted 4 times
HungarianDish_111
2 years ago
B) Please, see: https://community.cisco.com/t5/mpls/ldp-session-flap-on-a-7600-router/td-p/1926870 - increase the hold queue size on the interface - also recommend you to configure mpls ldp sync https://community.cisco.com/t5/mpls/bfd-with-ldp/td-p/2264164 In short, you could save your traffic from a flapping link by using a holddown timer. Alternatively, you could use IP dampening on the interface which will give it a penalty on every successive flap and keep it down. But, this will keep the interface completely down rather that the LDP-IGP Sync funda. ... The holddown timer is used to ensure that IGP waits for LDP to be up for the specified interval before it stops advertizing the maximum metric and makes the route usable.
upvoted 2 times
Pietjeplukgeluk
1 year, 4 months ago
The question: "Which two solutions are used to overcome a flapping link that causes a frequent label binding exchange between MPLS routers?" implies you want to fix something really good. In my opinion increase hold time feels like a band aid, if the link is unstable having a longer hold down time would not save the day. It might prevent many LDP sessions to be recreated, but it does not feel like something you would take to production. The link dampening seems to result in a more stable environment without any need for much LDP sessions to be re-created as a flapping link is taken out-of-service anyway. Summarizing, I agree with E, but my hunch says go with D (Create link dampening on links to protect the session.), so D+E seems best in production scenarios.
upvoted 3 times
...
...
...
Mad_Scorpion
2 years, 4 months ago
Selected Answer: DE
To avoid having to rebuild the LDP session altogether, you can protect it. When the LDP session between two directly connected LSRs is protected, a targeted LDP session is built between the two LSRs. When the directly connected link does go down between the two LSRs, the targeted LDP session is kept up as long as an alternative path exists between the two LSRs. For the protection to work, you need to enable it on both the LSRs. If this is not possible, you can enable it on one LSR, and the other LSR can accept the targeted LDP Hellos by configuring the command mpls ldp discovery targeted-hello accept.
upvoted 2 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 ...