Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2010-07-13 08:41:39
Size: 706
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 15: 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
    }}}
Line 23: Line 33:
 * 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)