mediumMultiple ChoiceObjective-mapped
300-410 Practice Question: Review this configuration: route-map RMAP permit…
Review this configuration:
route-map RMAP permit 10 match ipv6 address prefix-list PREFIX set interface null0 ! ipv6 prefix-list PREFIX seq 5 permit 2001:db8:5::/48 !
interface GigabitEthernet0/6
ipv6 verify unicast source reachable-via any allow-default
What is the purpose of the 'allow-default' keyword?
⚠ Common exam trap
A common mix-up: candidates confuse 'allow-default' with allowing default source addresses or disabling uRPF, when in fact it simply includes the default route in the uRPF source reachability check.
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
✓
It allows uRPF to use the default route as a valid path for source reachability.
The 'allow-default' keyword in the 'ipv6 verify unicast source reachable-via any' command modifies Unicast Reverse Path Forwarding (uRPF) behavior. By default, uRPF checks the FIB for a matching route to the source address, but it excludes the default route. Adding 'allow-default' permits uRPF to consider the default route (::/0) as a valid path for source reachability, ensuring that traffic with source addresses that only match the default route is not dropped.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It allows uRPF to use the default route as a valid path for source reachability.
Why this is correct
Normally, loose uRPF ignores default routes; 'allow-default' includes them.
- ✗
It allows the router to accept packets with source addresses from the default prefix.
Why it's wrong here
The default route is ::/0, not a specific prefix; the keyword affects how uRPF treats default routes.
- ✗
It disables uRPF for packets matching the default route.
Why it's wrong here
It does the opposite: it enables uRPF to consider the default route as valid.
- ✗
It is used to allow multicast traffic through uRPF.
Why it's wrong here
The 'allow-default' keyword is specific to default route handling, not multicast.
Go deeper
Related to this question
Learn chapter
OSPF Route Summarization and Filtering
Key term
uRPF
Unicast Reverse Path Forwarding is a network security feature that verifies the source address of incoming packets to prevent IP spoofing attacks.
Key term
BGP Prefix Filtering
BGP Prefix Filtering is the practice of controlling which network routes (prefixes) a router accepts or advertises to its BGP neighbors, preventing unwanted or harmful routes from spreading across the internet.
About these practice questions
Courseiva writes every 300-410 question from scratch — 1,966 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
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.