hardMultiple SelectObjective-mapped
300-410 Practice Question: Which THREE commands can be used to verify the…
Which THREE commands can be used to verify the effects of a route-map applied to a BGP neighbor for outbound route filtering? (Choose THREE.)
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
✓
show ip bgp neighbor X.X.X.X advertised-routes
To verify outbound route-map filtering on a BGP neighbor, you can check the route-map itself, the BGP table for routes that should be filtered, and the neighbor's advertised routes. show ip bgp neighbor advertised-routes shows what the router is actually sending. show route-map displays the route-map configuration and match counts. show ip bgp shows the BGP table with path attributes. show ip bgp neighbors displays neighbor information but not the filtered routes. show ip prefix-list shows prefix-list entries but not the route-map application.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
show ip bgp neighbor X.X.X.X advertised-routes
Why this is correct
Correct. This shows the routes actually advertised to the neighbor, reflecting the outbound route-map filtering.
- ✓
show route-map
Why this is correct
Correct. This displays the route-map sequences, match/set conditions, and hit counts, helping verify if routes are being matched.
- ✓
show ip bgp
Why this is correct
Correct. The BGP table shows all routes, including those that might be filtered; you can compare with advertised routes to see filtering effect.
- ✗
show ip bgp neighbors
Why it's wrong here
Incorrect. This shows neighbor status and capabilities, but not the filtered routes or route-map application details.
- ✗
show ip prefix-list
Why it's wrong here
Incorrect. This shows the prefix-list entries but does not show how they are used in a route-map or the filtering results.
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.