ICND2: Interconnecting Cisco Networking Devices Part 2 (legacy) — Question 31
Refer to the exhibit. Which command do you enter so that R1 advertises the loopback0 interface to the BGP Peers?
Answer options
- A. Network 172.16.1.32 mask 255.255.255.224
- B. Network 172.16.1.0 0.0.0.255
- C. Network 172.16.1.32 255.255.255.224
- D. Network 172.16.1.33 mask 255.255.255.224
- E. Network 172.16.1.32 mask 0.0.0.31
- F. Network 172.16.1.32 0.0.0.31
Correct answer: A
Explanation
The correct answer is A because it specifies the exact IP address of the loopback0 interface with the correct subnet mask for BGP advertisement. The other options either use incorrect subnet masks or do not reference the correct loopback address needed for the advertisement.