mediumMultiple ChoiceObjective-mapped
300-410 Practice Question: Router R6 has the following configuration: ```…
Router R6 has the following configuration:
```
interface GigabitEthernet0/7 ip address 10.6.6.6 255.255.255.0
! route-map PBR-MISS permit 10 match ip address 104 set ip next-hop 192.168.4.1 !
access-list 104 permit ip 10.6.6.0 0.0.0.255 192.168.0.0 0.0.255.255
``` What is missing in this configuration?
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 interface is missing the 'ip policy route-map PBR-MISS' command.
The configuration is missing the 'ip policy route-map PBR-MISS' command on interface GigabitEthernet0/7. Without this command, the route map is not applied, and policy-based routing will not take effect. Therefore, option A correctly identifies the missing element.
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 interface is missing the 'ip policy route-map PBR-MISS' command.
Why this is correct
The interface already has the 'ip policy route-map PBR-MISS' command, so this is not missing.
- ✗
The route-map is missing a 'set interface' command.
Why it's wrong here
A 'set interface' command is not required; 'set ip next-hop' is sufficient for PBR.
- ✗
The ACL is missing a 'deny any any' statement.
Why it's wrong here
ACLs do not necessarily need a 'deny any any' statement; traffic not matching the permit is handled normally.
- ✗
The route-map sequence number must be 1.
Why it's wrong here
Route-map sequence numbers can be any number, not just 1.
Go deeper
Related to this question
About these practice questions
This 300-410 question is part of Courseiva's 1,966-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.