What can be done so that R1 will learn about this network?

Refer to the exhibit.

R1 is not learning about the 172.16.10.0 subnet from the BGP neighbor R2 (209.165.202.130).
What can be done so that R1 will learn about this network?

Refer to the exhibit.

R1 is not learning about the 172.16.10.0 subnet from the BGP neighbor R2 (209.165.202.130).
What can be done so that R1 will learn about this network?

A.
Disable auto-summary on R2.

B.
Configure an explicit network command for the 172.16.10.0 subnet on R2.

C.
Subnet information cannot be passed between IBGP peers.

D.
Disable auto-summary on R1.

Explanation:
By default, BGP does not accept subnets redistributed from IGP. To advertise and carry subnet
routes in BGP, use an explicit network command or the no auto-summary command. If you disable
auto-summarization and have not entered a network command, you will not advertise network
routes for networks with subnet routes unless they contain a summary route.

http://www.cisco.com/en/US/docs/ios/11_3/np1/command/reference/1rbgp.html



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Dev

Dev

Answer A is correct. Since R2 has a /24 route in RIB. disabling auto summary will send the correct route. Tested in GNS3