CCNP 350-401 ENCOR Question 169 DISCUSSION

  • 945 views
  • 2023-06-24
« Back to Main Menu

Refer to the exhibit. An engineer must ensure that all traffic entering AS 200 from AS 100 chooses Link 2 as an entry point. Assume tliat all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers. Which configuration accomplishes this task?

Q169

A. 
R4(config)#route-map PREPEND permit 10
R4(config-route-map)#set as-path prepend 200 200 200
R4(config)#router bgp 200
R4(conflg-router)#neighbor 10.2.2.2 route-map PREPEND out

B. 
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200
R3(config)#router bgp 200
R3(conflg-router)#neighbor 10.1.1.1 route-map PREPEND out

C. 
R4(config)#route-map PREPEND permit 10
R4(config-route-map)#set as-path prepend 100 100 100
R4(config)#router bgp 200
R4(config-router)#neighbor 10.2.2.2 route-map PREPEND in

D. 
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100
R3(config)#router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND in

Refer to the exhibit. An engineer must ensure that all traffic entering AS 200 from AS 100 chooses Link 2 as an entry point. Assume tliat all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers. Which configuration accomplishes this task?

Q169

A. 
R4(config)#route-map PREPEND permit 10
R4(config-route-map)#set as-path prepend 200 200 200
R4(config)#router bgp 200
R4(conflg-router)#neighbor 10.2.2.2 route-map PREPEND out

B. 
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200
R3(config)#router bgp 200
R3(conflg-router)#neighbor 10.1.1.1 route-map PREPEND out

C. 
R4(config)#route-map PREPEND permit 10
R4(config-route-map)#set as-path prepend 100 100 100
R4(config)#router bgp 200
R4(config-router)#neighbor 10.2.2.2 route-map PREPEND in

D. 
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100
R3(config)#router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND in

Correct Answer: B

Support AceITCert.com by buying stuff you need!

1 Comments

ohhhvictor

What is AS path Prepending? In the Border Gateway Protocol (BGP), prepending is a technique used to deprioritize a route by artificially increasing the length of the AS-PATH attribute by repeating an autonomous system number (ASN). Route selection in BGP prefers the shorter AS path length, assuming all other criteria are equal

 

R3 prepends its AS and sends it outbound to R1 in AS 100. Because R1 and R2 are in one iBGP domain (AS 100), all traffic from AS 100 will prefer to use a shorter AS path to AS 200 which is R4's link.

2024-04-09 17:20:04
In order to participate in the comments you need to be logged-in.
You can sign-up or login (it's free).