Differences between revisions 2 and 3
Revision 2 as of 2010-07-13 08:41:39
Size: 706
Editor: PieterSmit
Comment:
Revision 3 as of 2010-07-13 08:44:30
Size: 1000
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * http://blog.ioshints.info/2009/09/display-rejected-bgp-routes.html
Line 15: Line 16:
 * Send output to tftp server.
    {{{
       show ip bgp neighbor a.b.c.d received-routes | redirect tftp://x.x.x.x/received.txt
       show ip bgp neighbor a.b.c.d routes | redirect tftp://x.x.x.x/routes.txt
    }}}

BGP Routing protocol

  • http://www.nil.com/ipcorner/DesigningBGPNetworks/

  • http://blog.ioshints.info/2009/09/display-rejected-bgp-routes.html

  • Command to debug
    • #show bgp neighbor a.b.c.d rejected-routes
    • #show ip bgp neighbor a.b.c.d received-routes
      • Display the routes received from the neighbor
    • #show ip bgp neighbor a.b.c.d routes
      • Display the routes sent by the neighbor and accepted by the inbound BGP filters
  • Send output to tftp server.
    •        show ip bgp neighbor a.b.c.d received-routes | redirect tftp://x.x.x.x/received.txt 
             show ip bgp neighbor a.b.c.d routes | redirect tftp://x.x.x.x/routes.txt 
  • To simplify testing use, soft reconfig (Check it doubles memory usage)
    •        neighbor a.b.c.d soft-reconfiguration in 
             clear ip bgp a.b.c.d soft in

...


CategoryCisco

BGP (last edited 2016-07-19 17:48:22 by PieterSmit)