JN0-281 · Question #63
Within your router, you want to verify that you are learning routes from a remote BGP peer at IP address 10.10.100.1. Which command would satisfy the requirement?
The correct answer is A. show route receive-protocol bgp 10.10.100.1. To verify that your router is learning routes from a remote BGP peer at a specific IP address (e.g., 10.10.100.1), the correct command to use is show route receive-protocol bgp. BGP Route Learning: The show route receive-protocol bgp command displays the routes that have been…
Question
Within your router, you want to verify that you are learning routes from a remote BGP peer at IP address 10.10.100.1. Which command would satisfy the requirement?
Options
- Ashow route receive-protocol bgp 10.10.100.1
- Bshow route protocol bgp table inet.0 10.10.100.1
- Cshow route advertise-protocol bgp 10.10.100.1
- Dshow route protocol bgp source-gateway 10.10.100.1
How the community answered
(22 responses)- A95% (21)
- D5% (1)
Explanation
To verify that your router is learning routes from a remote BGP peer at a specific IP address (e.g., 10.10.100.1), the correct command to use is show route receive-protocol bgp. BGP Route Learning: The show route receive-protocol bgp command displays the routes that have been received from a specified BGP peer. This helps in confirming that the remote peer is sending routes correctly and that your router is receiving them. Command Example: show route receive-protocol bgp 10.10.100.1 This will show all routes that have been received from the BGP peer with IP address 10.10.100.1.
Topics
Community Discussion
No community discussion yet for this question.