Refer to the exhibit. Which statement is true?
RTA(config)# router bgp 100 RTA(config-router)# neighbor 190.10.50.1 remote-as 100 RTA(config-router)# neighbor 170.10.20.2 remote-as 300 RTA(config-router)# network 150.10.0.0
- RTA is going to advertise that it is part of AS 300.
- The neighbor at 170.10.20.2 is an internal peer.
- RTA is going to advertise network 150.10.0.0 to its neighbors if 150.10.0.0 or its subnets are in the IP routing table.
- The neighbor at 190.10.50.1 is an external peer.
Explanation: In BGP, the network command is used to specify which routes from the local IP routing table should be injected into the BGP table. For the advertisement to occur, an exact match for the prefix (address and mask) must exist in the router's main routing table.
Related exam: CCNP ROUTE Chapter 7 Exam Answers (Version 7)
Related exam: CCNP ROUTE (Version 6.0) Chapter 6 Exam
Related exam: Checkpoint Exam: Layer 3 Technologies – BGP
