nerdexam
Cisco

350-501 · Question #327

Refer to the exhibit. The network engineer who manages ASN 65001 is troubleshooting suboptimal routing to the 198.18.15.0/24 prefix. According to the network requirements: - Routing to IP…

The correct answer is B. configure terminal. The engineer must configure BGP Local Preference on INT-R1 to influence routing within ASN 65001. Local Preference, applied at the point of route origination, ensures that specific prefixes are routed optimally via the designated PEs.

Networking

Question

Refer to the exhibit. The network engineer who manages ASN 65001 is troubleshooting suboptimal routing to the 198.18.15.0/24 prefix. According to the network requirements:

  • Routing to IP destinations in the 198.18.15.0/25 block must be

preferred via the EDGE-1 PE.

  • Routing to IP destinations in the 198.18.15.128/25 block must be

preferred via the EDGE-2 PE.

  • More specific prefixes of the 198.18.15.0/24 block must not be

advertised beyond the boundaries of ASN 64611.

  • Routing to 198.18.15.0/24 must be redundant in case one of the

uplinks on INT-R1 fails. Which configuration must the network engineer implement on INT-R1 to correct the suboptimal routing and fix the issue?

Exhibit

350-501 question #327 exhibit

Options

  • Aconfigure terminal
  • Bconfigure terminal
  • Cconfigure terminal
  • Dconfigure terminal

How the community answered

(45 responses)
  • A
    24% (11)
  • B
    58% (26)
  • C
    4% (2)
  • D
    13% (6)

Why each option

The engineer must configure BGP Local Preference on INT-R1 to influence routing within ASN 65001. Local Preference, applied at the point of route origination, ensures that specific prefixes are routed optimally via the designated PEs.

Aconfigure terminal

This option uses AS-path prepending with the local AS (65001) which is not typically used for influencing internal path selection or specific egress points as Local Preference does, and it also sets the Local Preference values in a way that doesn't align with the requirement for 198.18.15.128/25.

Bconfigure terminalCorrect

This configuration uses BGP Local Preference, where a higher value is preferred. By setting Local Preference 200 for 198.18.15.0/25 (to be preferred via EDGE-1) and Local Preference 100 for 198.18.15.128/25 (to be preferred via EDGE-2), the prefixes are directed to their intended egress points within the autonomous system based on their relative preference. The prefix-list correctly prevents advertising more specific prefixes beyond ASN 64611.

Cconfigure terminal

This option incorrectly assigns Local Preference values; it sets a lower preference (100) for 198.18.15.0/25, which is supposed to be preferred via EDGE-1, and a higher preference (200) for 198.18.15.128/25, contradicting the desired routing outcome where EDGE-1 is primary for 0/25 and EDGE-2 for 128/25.

Dconfigure terminal

This option incorrectly uses AS-path prepending with the local AS (65001) which is generally unsuitable for the stated requirements. Additionally, while the LP values for 198.18.15.0/25 are consistent, the use of AS-path prepend and the LP for 198.18.15.128/25 doesn't meet the requirement for preferred routing via EDGE-2.

Concept tested: BGP Local Preference for path selection

Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13761-40.html#local_preference

Topics

#BGP#Routing Policy#Traffic Engineering#Prefix Aggregation

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice