exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 320 discussion

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



Refer to the exhibit. A network engineer must configure an LDP neighborship between two newly installed routers that are located in two different offices. Router 1 is the core router in the network and it has already established OSPF adjacency with router 2. On router 1 and router 2. interface fa0/0 is configured for BFD. Which additional configuration must the engineer apply to the two devices to meet the requirement?

  • A. Router1(config)#int fa0/0 -
    Router1(config-if)#mpls ldp autoconfig


    Router2(config)#router ospf 1 -
    Router2(config-router)#mpls ip
  • B. Router1(config)#int fa0/0 -

    Router1(config-if)#mpls ip -
    Router1(config-if)#mpls ldp discovery transport-address interface


    Router2(config)#int fa0/0 -

    Router2(config-if)#mpls ip -
    Router2(config-if)#mpls ldp discovery transport-address interface
  • C. Route1(config)#int fa0/0 -
    Router1(config-if)#mpls ldp autoconfig
    Router1(config-if)#mpls ldp discovery interface


    Router2(config)#router ospf 1 -
    Router2(config-router)#mpls ldp autoconfig
    Router2(config-if)#mpls ldp discovery interface
  • D. Router1(config)#int fa0/0 -

    Router1(config-if)#mpls ip -


    Router2(config)#router ospf 1 -
    Router2(config-router)#mpls ldp autoconfig
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
17c8777
6 months, 2 weeks ago
The answer must be B for the following reasons : A and C : mpls ldp autoconfig CAN'T be configured under the interface. It Has to be configured under the router ospf sub config mode D - □ D can't be because mpls ldp autoconfig requires mpls ip to be enabled on an interface first. Which is not the case here. As written in this guide https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/12_2sba/feature/guide/sbadpaut.html --> "if LDP is disabled globally, the mpls ldp autoconfig command fails and generates a console message explaining that LDP must be enabled globally by means of the global mpls ip command first."
upvoted 1 times
...
Abbribas
9 months, 1 week ago
Selected Answer: D
Router 1: bash Copy code Router1(config)# interface fa0/0 Router1(config-if)# mpls ip Router1(config-if)# mpls ldp autoconfig Router1(config)# router ospf 1 Router1(config-router)# mpls ldp autoconfig area 0 Router 2: bash Copy code Router2(config)# interface fa0/0 Router2(config-if)# mpls ip Router2(config-if)# mpls ldp autoconfig Router2(config)# router ospf 1 Router2(config-router)# mpls ldp autoconfig area 0
upvoted 1 times
...
rans3001
11 months ago
Selected Answer: D
B is excluded because mpls ldp discovery transport-address is a global command A and C are excluded because mpls ldp autoconfig is a router context command.
upvoted 1 times
rans3001
10 months, 2 weeks ago
Actually B is a better option, because "mpls ldp discovery transport-address interface" is only configurable in interface mode and because the picture does not have loopback addresses.
upvoted 1 times
...
...
picho707
12 months ago
Selected Answer: B
I choose B due to interface and configuration consistency. I tested both of them in my lab and they both work.
upvoted 1 times
...
sushil_bhattacharjee
1 year, 3 months ago
A and C are wrong since "mpls ldp autoconfig" is invalid under the interface. Both B and D will build the ldp neighborship. To pick as the minimum config (must), the correct answer is "D"
upvoted 1 times
...
kelso1603
2 years ago
I think that is B, I just want to make a quick note that on older IOS versions you will need to run the mpls ip command globally, this configures hop-by-hop globally but does not enable MPLS on the interface. In newer IOS versions it is enabled by default. you can configure LDP to use a physical interface as the transport address. Remember this is not the same as the router ID. This is the address used to create the TCP session. mpls ldp discovery transport-address interface
upvoted 4 times
...
chst
2 years, 4 months ago
I think the command "mpls Ip" should be configure under global config instead of under interface config https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/12_2sba/feature/guide/sbadpaut.html#wp1027195
upvoted 1 times
thejag
2 years, 2 months ago
Right, so it cannot be A or C because "mpls ldp autoconfig" must be configured under OSPF Leaves B or D but both of them are missing the MPLS LDP config!?!?: 1. enable 2. configure terminal 3. mpls ip 4. mpls label protocol {ldp | tdp | both} 5. interface type number 6. mpls ip 7. exit
upvoted 2 times
1234512345
2 years, 1 month ago
Neither is correct, but D is closer to being right.
upvoted 1 times
akm88
1 year, 10 months ago
D is right
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 ...