exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 49 discussion

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


Refer to the exhibit. A network engineer for AS64512 must remove the inbound and outbound traffic from link A during maintenance without closing the BGP session so that there is still a backup link over link A toward the ASN.
Which BGP configuration on R1 accomplishes this goal?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: C

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
[Removed]
10 months, 2 weeks ago
C is correct
upvoted 1 times
...
inteldarvid
1 year, 10 months ago
the option corret is C
upvoted 2 times
...
XBfoundX
1 year, 11 months ago
Hello, the only one correct here is C because the other one are making the incoming routes from R2 to be better than the routes of router R3. In this case cause we have only one router we can put the weight 100 inbound for the updates coming from R3 (via a route-map that is going to set the weight to 100, by def is 0), then we configure AS prepend in R1 in outgoing direction for force R2 to go via R3 for reach R1 because the router see two organization instead of one to traverse.
upvoted 3 times
XBfoundX
1 year, 11 months ago
So in this case we are going to set the local preference inbound and outbound the as-prepend so answer is C!
upvoted 1 times
...
...
Wooker
2 years, 2 months ago
The given answer is correct "C"
upvoted 1 times
...
AliMo123
3 years, 3 months ago
none of them is correct you do not need all these fancy route-map links to meet the solution only route-map we need is route-map link-b to increase LP. that is all create access-list create route-map match ip add set the LP apply the route-map to link b BGP
upvoted 2 times
wts
3 years, 2 months ago
LP will correct outgoing traffic. What will happen to the incoming?
upvoted 1 times
...
diogodds
3 years, 2 months ago
That is not really true, with that you will only be influencing the outbound traffic, what about the inbound?
upvoted 3 times
...
...
Hack4
3 years, 3 months ago
Yes correct
upvoted 1 times
...
GReddy2323
3 years, 5 months ago
Can someone kindly explain what this is doing? Is this making the traffic start to take Link B while traffic A undergoes maintenance? Also, what is the purpose of "set as-path prepend 64512" for link A? Isn't local preference enough? Please more input is appreciated.
upvoted 1 times
_Stupid_
3 years, 4 months ago
It´s making R1 think that incoming and outcoming traffic from link A is taking an extra hop, therefor making the as-path longer for R2, reference to this links "We will now use a technique called AS path prepending, which consists of adding extra “fake” hops to a path using our ASN multiple times." https://nsrc.org/workshops/2018/ubuntunet-nren-bgp/networking/nren/en/labs/bgp-policy-as-prepend.html#:~:text=We%20will%20now%20use%20a%20technique%20called%20AS%20path%20prepending%2C%20which%20consists%20of%20adding%20extra%20%E2%80%9Cfake%E2%80%9D%20hops%20to%20a%20path%20using%20our%20ASN%20multiple%20times. and https://www.ccexpert.us/routing-switching/step-4-shortest-aspath.html#:~:text=The%20concept%20and,not%20be%20intended. You can check a configuration example here https://community.cisco.com/t5/networking-blogs/bgp-as-path-prepending-configuration/ba-p/3819334
upvoted 1 times
...
JOKERR
3 years, 5 months ago
That is correct. Config makes Traffic take link B while A is under maintenance. route-map link-a-in permit 10 --> Allow incoming routes from A route-map link-a-out permit 10 --> Prepend own AS-PATH so that AS-PATH becomes longer (for R2) to influence inbound traffic. route-map link-b-in permit 10 set local-preference 200 --> Set local pref for routes coming in from B. Default local pref is 100 so R1 will choose B over A. route-map link-b-out permit 10 --> permit all routes advertised to B. Hope this clears. Please comment any mistakes/corrections.
upvoted 14 times
...
...
error_909
3 years, 8 months ago
The given answer is correct
upvoted 1 times
...
[Removed]
3 years, 9 months ago
THe given answer is correct LP default is 100. Highest wins.
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 ...