- A
The router has a local label of 101 for the prefix and has learned two remote labels from two different neighbors.
The output clearly shows one local binding and two remote bindings from different LSRs.
- B
The router has only a local label of 101; the remote bindings are not used because they are from the same LSR.
Why wrong: The remote bindings are from two different LSRs (10.1.1.2 and 10.1.2.2), not the same.
- C
The label 102 is the local label for the prefix 10.10.10.0/24.
Why wrong: The local binding is label 101; label 102 is a remote binding from LSR 10.1.1.2.
- D
The router has no label for the prefix because the lib entry is incomplete.
Why wrong: The lib entry is complete with both local and remote bindings; the prefix has a label.
Quick Answer
The correct interpretation is that the router has a local label of 101 for the prefix and has learned two remote labels from two different neighbors. This output from the `show mpls ldp bindings` command displays the Label Information Base (LIB) entry for the FEC 10.10.10.0/24, where the local binding shows the label this router will impose when forwarding packets for that prefix, while each remote binding lists a label advertised by a specific LDP neighbor (identified by LSR ID and label space). For the Cisco CCNP ENARSI 300-410 exam, this question tests your ability to differentiate between local and remote label bindings—a common trap is confusing the local label (what you assign) with remote labels (what you receive from peers). Remember that a router can learn multiple remote labels for the same FEC from different LDP neighbors, which is normal for building a complete label forwarding table. A useful memory tip: "Local is mine, remote is thine" — the local label is what you push, remote labels are what your neighbors tell you to use.
300-410 Device Access Control Practice Question
This 300-410 practice question tests your understanding of device access control. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A network engineer runs the following command to troubleshoot a Device Access Control issue:
R1# show mpls ldp bindings 10.10.10.0 24
lib entry: 10.10.10.0/24, rev 2 local binding: label: 101 remote binding: lsr: 10.1.1.2:0, label: 102 remote binding: lsr: 10.1.2.2:0, label: 103
What does this output indicate?
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
The router has a local label of 101 for the prefix and has learned two remote labels from two different neighbors.
The output of 'show mpls ldp bindings 10.10.10.0 24' displays the Label Information Base (LIB) entry for prefix 10.10.10.0/24. The 'local binding: label: 101' indicates that this router has assigned label 101 to the prefix. The two 'remote binding' lines show that two different LDP neighbors (LSR IDs 10.1.1.2 and 10.1.2.2) have advertised labels 102 and 103 respectively for the same prefix. This is the normal operation of LDP, where a router learns multiple remote labels for the same FEC from different peers.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The router has a local label of 101 for the prefix and has learned two remote labels from two different neighbors.
Why this is correct
The output clearly shows one local binding and two remote bindings from different LSRs.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The router has only a local label of 101; the remote bindings are not used because they are from the same LSR.
Why it's wrong here
The remote bindings are from two different LSRs (10.1.1.2 and 10.1.2.2), not the same.
- ✗
The label 102 is the local label for the prefix 10.10.10.0/24.
Why it's wrong here
The local binding is label 101; label 102 is a remote binding from LSR 10.1.1.2.
- ✗
The router has no label for the prefix because the lib entry is incomplete.
Why it's wrong here
The lib entry is complete with both local and remote bindings; the prefix has a label.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between local and remote bindings in the LIB, and the trap here is that candidates may confuse the 'local binding' with a remote label or assume that multiple remote bindings from different LSRs are not used, when in fact they are all valid entries for potential forwarding paths.
Detailed technical explanation
How to think about this question
In MPLS LDP, the LIB stores all label bindings learned from all neighbors, while the LFIB (Label Forwarding Information Base) stores only the best label(s) used for actual forwarding. A router may have multiple remote bindings for the same FEC from different peers, which allows for load balancing or fast reroute (FRR) scenarios. The 'show mpls ldp bindings' command is a critical troubleshooting tool to verify that label exchange has occurred correctly between LDP peers.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Device Access Control — study guide chapter
Learn the concepts, then practise the questions
- →
Device Access Control practice questions
Targeted practice on this topic area only
- →
All 300-410 questions
2,152 questions across all exam domains
- →
Cisco CCNP ENARSI 300-410 study guide
Full concept coverage aligned to exam objectives
- →
300-410 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 300-410 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Layer 3 Technologies practice questions
Practise 300-410 questions linked to Layer 3 Technologies.
EIGRP Troubleshooting practice questions
Practise 300-410 questions linked to EIGRP Troubleshooting.
OSPF Troubleshooting (v2/v3) practice questions
Practise 300-410 questions linked to OSPF Troubleshooting (v2/v3).
BGP Troubleshooting practice questions
Practise 300-410 questions linked to BGP Troubleshooting.
Route Redistribution practice questions
Practise 300-410 questions linked to Route Redistribution.
Policy-Based Routing (PBR) practice questions
Practise 300-410 questions linked to Policy-Based Routing (PBR).
VRF-Lite practice questions
Practise 300-410 questions linked to VRF-Lite.
Route Maps and Route Filtering practice questions
Practise 300-410 questions linked to Route Maps and Route Filtering.
Administrative Distance practice questions
Practise 300-410 questions linked to Administrative Distance.
Route Summarization practice questions
Practise 300-410 questions linked to Route Summarization.
Bidirectional Forwarding Detection (BFD) practice questions
Practise 300-410 questions linked to Bidirectional Forwarding Detection (BFD).
VPN Technologies practice questions
Practise 300-410 questions linked to VPN Technologies.
Practice this exam
Start a free 300-410 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 300-410 question test?
Device Access Control — This question tests Device Access Control — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The router has a local label of 101 for the prefix and has learned two remote labels from two different neighbors. — The output of 'show mpls ldp bindings 10.10.10.0 24' displays the Label Information Base (LIB) entry for prefix 10.10.10.0/24. The 'local binding: label: 101' indicates that this router has assigned label 101 to the prefix. The two 'remote binding' lines show that two different LDP neighbors (LSR IDs 10.1.1.2 and 10.1.2.2) have advertised labels 102 and 103 respectively for the same prefix. This is the normal operation of LDP, where a router learns multiple remote labels for the same FEC from different peers.
What should I do if I get this 300-410 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 24, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.