- A
BGP is not configured for IPv6.
Why wrong: The neighbor is an IPv6 address and prefixes are received.
- B
The BGP session is down.
Why wrong: The session is up with prefixes received.
- C
BGP is peering over IPv6 and 3 prefixes are learned from the neighbor.
The neighbor is IPv6 and PfxRcd shows 3.
- D
The router is in AS 65002.
Why wrong: Local AS is 65001.
Quick Answer
The correct answer is that BGP is peering over IPv6 and 3 prefixes are learned from the neighbor. This is confirmed by the `show ipv6 bgp summary` output, where the neighbor address `2001:DB8::2` is an IPv6 address, and the `State/PfxRcd` column shows a value of `3`, indicating the BGP session is established and three IPv6 prefixes have been received. The `Up/Down` time of 00:45:12 and the non-zero `MsgRcvd/MsgSent` counters further verify an active, bidirectional peering session over an IPv6 tunnel. On the Cisco CCNP ENARSI 300-410 exam, this command tests your ability to interpret BGP summary output for IPv6 neighbor states, a common verification step when troubleshooting tunnel-based peering. A frequent trap is misreading the `State/PfxRcd` column—remember that a numeric value (like 3) means the session is up and prefixes are received, whereas a state like `Idle` or `Active` indicates a problem. Memory tip: “Number in PfxRcd means prefixes are received; a word means the session is dead.”
300-410 IPv6 Tunneling Techniques Practice Question
This 300-410 practice question tests your understanding of ipv6 tunneling techniques. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. 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 on Router R1:
R1# show ipv6 bgp summary
BGP router identifier 192.168.1.1, local AS number 65001 BGP table version is 10, main routing table version 10 5 network entries using 720 bytes of memory 5 path entries using 400 bytes of memory 3/2 BGP path/bestpath attribute entries using 456 bytes of memory 1 BGP AS-PATH entries using 24 bytes of memory 0 BGP route-map cache entries using 0 bytes of memory 0 BGP filter-list cache entries using 0 bytes of memory BGP using 1600 total bytes of memory BGP activity 10/5 prefixes, 10/5 paths, scan interval 60 secs
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
2001:DB8::2 4 65002 100 99 10 0 0 00:45:12 3
Based on this output, which statement is correct?
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
BGP is peering over IPv6 and 3 prefixes are learned from the neighbor.
The output shows that the neighbor 2001:DB8::2 (IPv6 address) is in state '3' under 'State/PfxRcd', which indicates the BGP session is established and 3 IPv6 prefixes have been received from that neighbor. The 'Up/Down' time of 00:45:12 confirms the session is active, and the 'MsgRcvd/MsgSent' counters show bidirectional communication. Therefore, BGP is peering over IPv6 and has learned 3 prefixes from the neighbor, making option C correct.
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.
- ✗
BGP is not configured for IPv6.
Why it's wrong here
The neighbor is an IPv6 address and prefixes are received.
- ✗
The BGP session is down.
Why it's wrong here
The session is up with prefixes received.
- ✓
BGP is peering over IPv6 and 3 prefixes are learned from the neighbor.
Why this is correct
The neighbor is IPv6 and PfxRcd shows 3.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The router is in AS 65002.
Why it's wrong here
Local AS is 65001.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the interpretation of the 'State/PfxRcd' column in 'show bgp ipv6 unicast summary' (or 'show ipv6 bgp summary'), where a numeric value indicates an established session and received prefixes, while a state name indicates a session problem, leading candidates to mistakenly think the session is down when they see a number instead of a state.
Detailed technical explanation
How to think about this question
In IPv6 BGP, the 'State/PfxRcd' column in 'show ipv6 bgp summary' displays the number of prefixes received from the neighbor when the session is established; a numeric value (like 3) confirms the session is in the Established state, whereas a state name (like Idle, Active) would indicate a problem. The BGP table version (10) and the fact that the neighbor's TblVer matches (10) further confirm that the routes have been processed and synchronized. This command is critical for verifying IPv6 BGP peering in dual-stack or IPv6-only environments, where misconfigurations like missing 'neighbor activate' under the IPv6 address family are common.
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.
- →
IPv6 Tunneling Techniques — study guide chapter
Learn the concepts, then practise the questions
- →
IPv6 Tunneling Techniques 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?
IPv6 Tunneling Techniques — This question tests IPv6 Tunneling Techniques — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: BGP is peering over IPv6 and 3 prefixes are learned from the neighbor. — The output shows that the neighbor 2001:DB8::2 (IPv6 address) is in state '3' under 'State/PfxRcd', which indicates the BGP session is established and 3 IPv6 prefixes have been received from that neighbor. The 'Up/Down' time of 00:45:12 confirms the session is active, and the 'MsgRcvd/MsgSent' counters show bidirectional communication. Therefore, BGP is peering over IPv6 and has learned 3 prefixes from the neighbor, making option C correct.
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.