Refer to the Exhibit.
Router-A and Router-B shown in the exhibit are peering between their loopback interfaces. Which operational-mode command on Router-B do you use to display the BGP routes advertised to Router-A?
A.
show route advertising-protocol bgp 10.10.10.2
B.
show route advertising-protocol bgp 10.10.10.1
C.
show bgp rib-out neighbor 10.10.10.1
D.
show bgp neighbor 10.10.10.1 advertised-routes
Explanation:
Syntax
show route advertising-protocol protocol neighbor-address<brief | detail | extensive | terse><logical-system (all | logical-system-name)>Description
Display the routing information as it has been prepared for advertisement to a particular neighbor of a particular dynamic routing protocol.Options
protocolProtocol transmitting the route:
bgpBorder Gateway Protocol
dvmrpDistance Vector Multicast Routing Protocol
msdpMulticast Source Discovery Protocol
pimProtocol Independent Multicast
ripRouting Information Protocol
ripngRouting Information Protocol next generationneighbor-address
Address of the neighboring router to which the route entry is being transmitted.
brief | detail | extensive | terse
(Optional) Display the specified level of output.
logical-system (all | logical-system-name)
(Optional) Perform this operation on all logical systems or on a particular logical system.
Additional Information
Routes displayed are routes that the routing table has exported into the routing protocol and that have been filtered by the associated protocol’s export routing policy statements.