QuestionQ6

Data Center Routing Protocols BGP/OSPF

You are troubleshooting BGP routing and need to confirm that a default route is being sent to peer address 10.100.25.6.

Which command meets this requirement?

  • A show route protocol bgp 0.0.0.0
  • B show route receive-protocol bgp 10.100.25.6 0.0.0.0
  • C show route protocol static 0.0.0.0
  • D show route advertising-protocol bgp 10.100.25.6 0.0.0.0
Explanation

In Junos, show route advertising-protocol bgp <neighbor-address> <destination-prefix> displays routes prepared for advertisement to the specified BGP neighbor. Supplying 10.100.25.6 and 0.0.0.0 verifies whether the default route is being advertised to that peer. Juniper: show route advertising-protocol

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!