exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 78 discussion

Actual exam question from Cisco's 350-501
Question #: 78
Topic #: 1
[All 350-501 Questions]

ASN 65001 is peering with ASN 65002 to exchange IPv6 BGP routes. All routes that originate in ASN 65001 have a standard community value of 65001:100, and
ASN 65002 is allowed to advertise only 2001:db8:aaaa::/48. An engineer needs to update the ASN 65001 route-filtering configuration to meet these conditions:
✑ Looped routes into ASN 65001 and routes that have traversed 10 or more ASNs must be denied.
✑ Routes accepted into ASN 65001 must be assigned a community value of 65001:200.
Which configuration must be engineer apply to the ASN 65001 border router?
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
BobBakker
Highly Voted 3 years, 9 months ago
I'd say B because accepted should have community value 65001:200
upvoted 14 times
nolbi
3 years, 9 months ago
I think B is wrong. "Routes accepted into ASN 65001 must be assigned a community value of 65001:200" Every accepted route, learnd from 65002, must Set the Community 65001:200
upvoted 1 times
murmelika
3 years, 8 months ago
but it says that only ASN 65002 is allowed to advertise ONLY 2001 :db8:aaaa::/48.
upvoted 4 times
elroy909
3 years, 1 month ago
It’s def B, I labbed it in eve, and prefix was excepted and community set, other prefixes dropped as expected.
upvoted 3 times
thejag
1 year, 12 months ago
Thanks elroy909 for testing. I agree B looks correct.
upvoted 1 times
...
...
...
...
...
rans3001
Highly Voted 3 years, 6 months ago
C is wrong because has "and" instead of "or" in the first if, but will also allow any other prefixes D is also wrong because of the "done" action A will allow any other prefixes B is the right answer
upvoted 7 times
...
ashwind123
Most Recent 2 months, 3 weeks ago
B is the right answer.
upvoted 1 times
...
ariasse
11 months ago
Answers “B” is the only one that meet all requirement. Answer “A” and “C” let pass other routes than the requested /48. Answer “C” also has the “and” in the first “if” that is wrong. Answer “D” has that odd “>” symbol and the “done” statement the avoids adding the community to the route. https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r4-0/routing/configuration/guide/rc40xr12k_chapter7.html The done statement indicates that the action to take is to stop executing the policy and accept the route. When encountering a done statement, the route is passed and no further policy statements are executed. All modifications made to the route prior to the done statement are still valid.
upvoted 1 times
...
12_sdeEQ
1 year, 10 months ago
B is the Correct answer
upvoted 2 times
...
thejag
1 year, 11 months ago
Pass – prefix allowed if not later dropped pass grants a ticket to defeat default drop Execution continues after pass Set – value changed, prefix allowed if not later dropped Any set at any level grants a ticket Execution continues after set Values can be set more than once Done – prefix allowed, stop execution Drop – prefix is discarded Explicit drop stops policy execution Implicit drop (if policy runs to end without getting a ticket)
upvoted 2 times
...
waldo33
2 years, 4 months ago
the answer on the site is wrong. should be B
upvoted 1 times
...
EdgardoAC
3 years ago
By process of elimination A: the command set community is outside all of the if validations, so a prefix different from 2001:db8:aaaa::/48, could still pass if it is not discarded in the validations that came before. C: Also has the set community outside the if validations. Also fails due to having the AND keyword, any of the conditions by themselves should discard a prefix. D: worse of all, the DONE keyword will inmediately exit the route-policy without changing the community.
upvoted 1 times
...
sherlock0
3 years, 2 months ago
I was doing logic on paper and B is the solution for me, all other choices would violate one or more policy items
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 ...