Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Practice Question: Examine this BGP configuration on router R6:…

Examine this BGP configuration on router R6:

router bgp 65006

bgp router-id 6.6.6.6

neighbor 10.6.6.7 remote-as 65007
 neighbor 10.6.6.7 weight 200

!

What is the effect of the weight command?

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 sets the weight of all routes learned from 10.6.6.7 to 200, making them preferred over routes with lower weight.

The weight command assigns a weight value to routes from a specific neighbor. Weight is a Cisco-specific attribute that is local to the router. Higher weight is preferred over other routes. The default weight for eBGP routes is 0, so weight 200 makes routes from this neighbor preferred.

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 sets the weight of all routes learned from 10.6.6.7 to 200, making them preferred over routes with lower weight.

    Why this is correct

    Weight is locally significant and higher weight wins.

  • It sets the weight of routes sent to 10.6.6.7 to 200.

    Why it's wrong here

    The weight command is applied to routes received from the neighbor.

  • It has no effect because weight is only configurable under route-map.

    Why it's wrong here

    Weight can be configured directly under the neighbor or via route-map.

  • It sets the MED value to 200 for routes from this neighbor.

    Why it's wrong here

    Weight is a different attribute than MED.

About these practice questions

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.