Refer to the exhibit . Which Command do you enter so that R1 advertises the loopback0 interface to the BGP Peers?

IT Questions BankRefer to the exhibit . Which Command do you enter so that R1 advertises the loopback0 interface to the BGP Peers?

Question:
Refer to the exhibit . Which Command do you enter so that R1 advertises the loopback0 interface to the BGP Peers?

interface Loopback0
ip address 172.16.1.33 255.255.255.224
router bgp 999
neighbor 10.1.5.2 remote-as 65001
  • Network 172.16.1.32 mask 255.255.255.224
  • Network 172.16.1.0 0.0.0.255
  • Network 172.16.1.32 255.255.255.224
  • Network 172.16.1.33 mask 255.255.255.224
  • Network 172.16.1.32 mask 0.0.0.31
  • Network 172.16.1.32 0.0.0.31

Explanation: First please notice that unlike other routing protocols like OSPF or EIGRP, we have to use subnet mask, not wildcard mask, to advertise the routes in the “network” command -> C is not correct.Secondly, with BGP, you must advertise the correct network and subnet mask in the “network” command ( in this case network 172.16.1.32/27). BGP is very strict in the routing advertisements. In other words, BGP only advertises the network which exists exactly in the routing table (in this case network x.x.x.32/27 exists in the routing table as the Fa0/0 interface). If you put the command “network x.x.0.0 mask 255.255.0.0” or “network x.0.0.0 mask 255.0.0.0” or “network x.x.x.33 mask 255.255.255.255” then BGP will not advertise anything.Therefore the full command in this question is “network 172.16.1.32 mask 255.255.255.224”.

For more information about BGP configuration, please read our Basic BGP Configuration tutorial.

Exam with this question: CCNA v3.0 (200-125) Study Guide – Exam Dumps

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments