03-09-2017 10:15 AM - edited 03-05-2019 08:10 AM
why is it my show IP bgp command does no responsd, what could be the problem?
03-09-2017 10:57 AM
You have not given us much detail to work with. Are you sure that it is not responding? Is it possible that it is responding with a null response which says that there is no matching data to display. The sho ip bgp command should display the routes known to BGP. Are you sure that your BGP is learning networks?
Would you post your configuration of BGP and post the output of show ip bgp neighbor and post the output of show ip route
HTH
Rick
03-09-2017 01:14 PM
Hi
Adding to Richard's comment, if you are using MP-BGP under MPLS environment you will see nothing until you execute:
show bgp vpnv4 unicast all summary
Also if there are no any peer you will not see anything.
Also remember that when you are advertising a subnet or host through BGP you must include the exact subnet mask otherwise it will not be advertised. Example:
interface loopback 0
ip add 1.1.1.1 255.255.255.255
router bgp 100
network 1.1.1.1 mask 255.255.255.255
Please share your config and topology. Thanks.
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide