exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 166 discussion

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

BGP has been implemented on an IOS XR router. Which configuration sends BGP IPv4 labels to build inter-domain LSPs?
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
Refrag
Highly Voted 3 years, 1 month ago
'C' labeled-unicast
upvoted 7 times
beenardino
3 years ago
I am sorry bro I hate to tell you this but its not C. Regardless if IOS-XR is older or newer than 6.2.1, there is only one BGP table to store the U and LU routes. This is evident by the fact that you can only configure (enable) "address-family ipv4 unicast" or "address-family ipv6 unicast" under router bgp. You cannot configure "address-family ipv4 labeled-unicast" or "address-family ipv6 labeled-unicast" under router bgp https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/216498-labeled-and-unlabeled-together-on-one-bg.html
upvoted 2 times
rokk_cm
3 years ago
Yes, he is right. Answer C is correct. You cannot put the "address-family ipv4 labeled-unicast" under the "router bgp 65515", but you can put under the neighbor statement: router bgp 65515 neighbor 172.16.70.23 address-family ipv4 labeled-unicast
upvoted 2 times
beenardino
3 years ago
I would love to say its C and I know where your coming from but Answer C states: router bgp 65515 neighbor 172.16.70.23 (wrong syntax) address-family ipv4 labeled unicast NOT router bgp 65515 ... neighbor 172.16.70.23 address-family ipv4 labeled-unicast again here is from the URL I provided earlier on my first comment router bgp 65003 address-family ipv4 unicast redistribute connected allocate-label all unlabeled-path … neighbor 10.100.1.7 remote-as 65003 update-source Loopback0 address-family ipv4 unicast route-reflector-client ! address-family ipv4 labeled-unicast route-reflector-client
upvoted 1 times
JC2R
2 years, 11 months ago
router bgp 65515 neighbor 172.16.70.23 is a correct syntax... you can paste it directly in XR console without errors... so correct answer is C
upvoted 4 times
...
...
...
nolbi
3 years ago
We see no v6 Config here?! New Implementation on IOS-XR In the old implementation on IOS-XR, a warning is given when configuring both the U and LU on the same BGP session. The warning is introduced in IOS-XR releases 5.3.0, and 5.2.2. The warning is removed in IOS-XR release 6.2.1, because labeled and unlabeled are supported on the same BGP session.
upvoted 1 times
beenardino
3 years ago
read my comment again X'D
upvoted 1 times
...
...
...
...
ENTJ
Most Recent 10 months ago
I agree with beenardino that the syntax is wrong. However, none of the other options seems to be correct. I am just going to assume that the format of the answer just came out wrong or just a bad question.
upvoted 1 times
...
working_on_hcip
2 years, 3 months ago
answer C is correct, is referering to inter-as option C, or a CSC implementation, both need to establish a bgp ipv4 labeled-unicast adjacency in order to maintain LSP end to end
upvoted 1 times
...
Gi0v4ne
2 years, 6 months ago
I think the correct answer to that one is D. Remember, we used extended communities to support end to end LSPs
upvoted 1 times
...
jefranca
2 years, 7 months ago
It's C https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/mpls/200523-Configuration-and-Verification-of-Layer.html https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/mpls/118846-config-mpls-00.html
upvoted 1 times
...
[Removed]
2 years, 8 months ago
Answer C is CORRECT Seems to be some confusion between enabling neighbors to exchange LU routes & U / LU entries being stored in the same BGP table*. You can only enable 'address-family ipv4 unicast' under the BGP process* on the router, this is because both U and LU share the same BGP table. While they share the same BGP table this does not necessarily mean they're going to exchange LU routes by default, in order to exchange LU routes under the neighbor* you must configure 'address-family ipv4 labeled-unicast' ---- U - Unicast (AFI 1, SAFI 1) LU - Labelled Unicast (AFI 1, SAFI 4)
upvoted 2 times
...
serban_17
2 years, 11 months ago
You cannot have neighbor under address-family, you have address-family under neighbor. I go for answer C
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 ...