cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
0
Helpful
2
Replies

bgp network statement

abbek6001
Level 1
Level 1

why is it my show IP bgp command does no responsd, what could be the problem?

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

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 

HTH

Rick

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. 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card