Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Practice Question: Given the following BGP configuration on router…

Given the following BGP configuration on router R1:

router bgp 65001

bgp router-id 1.1.1.1

neighbor 10.1.1.2 remote-as 65002
 neighbor 10.1.1.2 route-map SET-MED out

! route-map SET-MED permit 10 match ip address prefix-list LOOPBACKS set metric 100 ! route-map SET-MED permit 20 !

ip prefix-list LOOPBACKS permit 192.168.0.0/24

What is the effect of 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

All routes are advertised to 10.1.1.2; the 192.168.0.0/24 route has MED 100, others have no MED.

The route-map SET-MED has two sequences. Sequence 10 matches prefix-list LOOPBACKS (192.168.0.0/24) and sets MED to 100. Sequence 20 permits everything else without setting MED, so other routes are advertised with their original MED.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Only the 192.168.0.0/24 route is advertised to 10.1.1.2, with MED 100.

    Why it's wrong here

    Sequence 20 permits all other routes, so they are also advertised.

  • All routes are advertised to 10.1.1.2; the 192.168.0.0/24 route has MED 100, others have no MED.

    Why this is correct

    Sequence 10 matches and sets MED 100 for 192.168.0.0/24; sequence 20 permits all other routes without modifying MED.

  • All routes are advertised with MED 100 because the route-map is applied outbound.

    Why it's wrong here

    Only matched routes in sequence 10 get MED 100; sequence 20 does not set MED.

  • Only the 192.168.0.0/24 route is advertised with no MED because the set metric is ignored.

    Why it's wrong here

    The set metric command is valid and applied to matched routes.

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 →

How Courseiva writes practice questions · Editorial policy

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.