Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2010-04-03 11:38:17
Size: 213
Editor: PieterSmit
Comment:
Revision 6 as of 2010-09-02 07:37:12
Size: 1234
Editor: PieterSmit
Comment: bgp path prepending
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
 * http://puck.nether.net/pipermail/cisco-nsp/2009-February/057944.html - Static tracked route
 * http://etherealmind.com/bgp-redistribution-ospf-statics/
 * http://blog.ioshints.info/2008/02/bgp-essentials-as-path-prepending.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
   }}}

BGP Routing protocol

...


CategoryCisco

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