Courseiva
hardMultiple ChoiceObjective-mapped

300-410 Practice Question: MPLS LDP neighbors are not forming between two…

MPLS LDP neighbors are not forming between two directly connected routers. Router R1 has the following relevant configuration: interface GigabitEthernet0/0 ip address 10.1.1.1 255.255.255.252 mpls ip Router R2 shows: show mpls ldp neighbor No LDP neighbors show mpls ldp discovery Local LDP Identifier: 10.1.1.1:0 Discovery Sources: Interfaces: GigabitEthernet0/0 (ldp): xmit/recv LDP: no Hello adjacencies What is the root cause?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

An ACL or CoPP is blocking LDP UDP port 646 or TCP session.

LDP hello packets are being sent and received (xmit/recv), but no adjacency forms. This could be due to ACL blocking UDP 646, or CoPP rate-limiting LDP packets. The correct fix is to check ACLs and CoPP policies that may drop LDP hello or session packets.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • An ACL or CoPP is blocking LDP UDP port 646 or TCP session.

    Why this is correct

    LDP uses UDP 646 for hellos and TCP 646 for session; if blocked, no adjacency forms.

  • The mpls ip command is missing on R2's interface.

    Why it's wrong here

    Missing mpls ip would prevent sending hellos, but R2 shows xmit/recv, so it is enabled.

  • The LDP router ID is not reachable; check loopback interfaces.

    Why it's wrong here

    LDP router ID must be reachable; if not, session fails, but hellos still form adjacency.

  • The label distribution method is different; use 'label distribution cdp' instead.

    Why it's wrong here

    Label distribution method is not relevant to LDP adjacency.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

Go deeper

Related to this question

About these practice questions

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.