Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2010-04-03 11:38:17
Size: 213
Editor: PieterSmit
Comment:
Revision 10 as of 2016-07-19 17:48:22
Size: 1545
Editor: PieterSmit
Comment: Add test line.
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Link - pushing [[Ospf]] through bgp mpls network.
 * http://ccie-in-3-months.blogspot.com/2008/04/bgp-how-to-display-incomingoutgoing.html - Filtering.
Line 7: Line 9:
 * 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
Line 8: Line 14:
 * 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
Line 9: Line 21:
 * 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
   }}}

 * Test bgp routes
   {{{
        sh ip bgp neighbors x.x.x.x received-routes
        sh ip bgp vpnv4 all neighbors a.b.c.d advertised-routes
   }}}

BGP Routing protocol

...


CategoryCisco

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