Differences between revisions 1 and 2
Revision 1 as of 2010-04-03 11:38:17
Size: 213
Editor: PieterSmit
Comment:
Revision 2 as of 2010-07-13 08:41:39
Size: 706
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * 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



 * 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

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

  • 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
  • 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)