nerdexam
Cisco

350-401 · Question #447

Refer to the exhibit. Which configuration change will force BR2 to reach 209.165.201.0/27 via BR1?

The correct answer is C. Set the MED to 1 on PE2 toward BR2 outbound.. To influence BR2's path selection to prefer BR1, the Multi-Exit Discriminator (MED) attribute can be manipulated on the PE2 router advertising routes to BR2.

Submitted by fernanda_arg· Mar 6, 2026

Question

Refer to the exhibit. Which configuration change will force BR2 to reach 209.165.201.0/27 via BR1?

Exhibits

350-401 question #447 exhibit 1
350-401 question #447 exhibit 2

Options

  • ASet the weight attribute to 65,535 on BR1 toward PE1.
  • BSet the local preference to 150 on PE1 toward BR1 outbound
  • CSet the MED to 1 on PE2 toward BR2 outbound.
  • DSet the origin to igp on BR2 toward PE2 inbound.

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    23% (10)
  • C
    57% (25)
  • D
    14% (6)

Why each option

To influence BR2's path selection to prefer BR1, the Multi-Exit Discriminator (MED) attribute can be manipulated on the PE2 router advertising routes to BR2.

ASet the weight attribute to 65,535 on BR1 toward PE1.

Weight is a Cisco-specific, local BGP attribute that affects only the router on which it's configured, not how other BGP peers (like BR2) perceive the route.

BSet the local preference to 150 on PE1 toward BR1 outbound

Local preference is an IGP-wide BGP attribute that influences a router's outbound path selection, but setting it on PE1 toward BR1 outbound would affect PE1's preference, not directly force BR2's inbound path selection.

CSet the MED to 1 on PE2 toward BR2 outbound.Correct

Setting a lower MED (e.g., 1) on PE2 for routes advertised towards BR2 (outbound) will make that path less preferred by BR2 according to the BGP path selection process, which prefers paths with a lower MED, thereby encouraging BR2 to use the path via BR1.

DSet the origin to igp on BR2 toward PE2 inbound.

The origin code is a BGP attribute that affects path selection (IGP is preferred over EGP), but manipulating it on BR2 toward PE2 inbound is less direct and potent than MED for influencing external path preference to a specific route.

Concept tested: BGP path selection (MED attribute)

Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html

Topics

#BGP path attributes#BGP best path selection#BGP route manipulation

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice