Exam 350-501 All QuestionsBrowse all questions from this exam
Question 210

Refer to the exhibit. Users in AS 65010 are connected with the application server in AS 65050 with these requirements:

AS 65010 users are experiencing latency and congestion to connect with application server 172.16.50.10.

✑ AS 65030 must be restricted to become Transient Autonomous System for traffic flow.

✑ Links connected to AS 65020 and AS 65040 are underutilized and must be used efficiently for traffic.

Which two configurations must be implemented to meet these requirements? (Choose two.)

    Correct Answer: B, D

    To achieve the required configurations for resolving the latency and congestion issues while ensuring AS 65030 is not a transient AS, the following steps should be taken: First, configure the route map to prepend the AS-Path attribute for R5-R3 BGP peering, which ensures that the path through AS 65030 is less preferred for incoming traffic to AS 65050. Second, configure a higher Local Preference for R5-R4 BGP peering which will make the outgoing traffic from AS 65050 prefer the path via AS 65040, thus balancing the traffic load and improving link utilization for paths connected to AS 65020 and AS 65040.

Discussion
ccie_raceOptions: BD

B and D B. Configure the route map to prepend the AS-Path attribute for R5-R3 BGP peering. [ outgoing traffic of R5 via R4] D. Configure a higher Local preference for R5-R4 BGP peering [incoming traffic to R5 via R4] E is incorrect because MED is not advertised by R4 to other ASs.

thejag

Agree B & D Good explanation

cocopost

Agree B and D but the other way around. thoughts? ,B. (R5)Configure the route map to prepend the AS-Path attribute for R5-R3 BGP peering. (incoming traffic through R3 less preferred) D. (R5)Configure a higher Local pref for R5-R4 (prefixes in) [outgoing traffic to R4 instead of R3]]

MMPOptions: AB

For me is A & B , configure policy and apply it on the interface. Local Pref is only working for outgoing traffic in the same AS, we have only one router in AS 65050, so weight would be a solution but local Pref. For local Pref we would need at least 2 routers in 65050 for this to work

Worgen44Options: BD

Agree with ccie_race

ercintorunOptions: BD

It is not clear where the changes are made, but assuming changes are applied on 65050 answer is B and D B. As path prepend alters the best path for 65010 to reach 65050. Because of longer path, 65010 is going to select the right hand side paths D. Increasing local preference alters the best path for 65050 when reaching 65010. It. will select the right hand side

HARDCCNP

Pergunta muito mal formulada. Na vida real não administramos o ASN de outro provedor para fazer essa manipulação.

cerifyme85Options: AB

Configuring inbound traffic (traffic coming into 172.16.50.10) BGP attributes for inbound are MED and AS-Path AS-Path comes first in priority. Cannot be AS-Path and LP (ans B and D), it has to choose one attribute in other of priority

TotalstrangerOptions: AB

A and B is the answer