Pages

Tuesday, June 18, 2013

BGP Confederations



BGP Confederations: An Alternative to Full Mesh Internal BGP (IBGP)

  • iBGP requires a full mesh between all BGP-speaking routers; route reflectors modify iBGP split-horizon rules, and BGP confederations modify iBGP AS-path processing

  • The full-mesh requirement is relaxed through introduction of member autonomous systems into which the original autonomous system is split.

  • The addition autonomous system numbers are hidden from the outside world by modified AS-path update procedures.

  • The intraconfederation segment is removed from the AS path by the egress confederation router prior to prepending the official AS number when sending a BGP update to an external AS.

  • Intraconfederation eBGP sessions act like eBGP sessions from a session.establishment perspective, and they act like iBGP sessions from the BGP attribute-propagation perspective.




  • Output after BGP is configured:










    from: Cisco IOS IP Routing: BGP Command Reference

    Files:
    Topology
    Configs
    BGP Configuration

    Monday, June 3, 2013

    BGP Large Scale BGP Route Reflectors with Clusters



    BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)- Part II
               - Larger scale BGP designs cannot be serviced by only a single RR
      • Single RR is a single point of failure
               - RR "clusters" allow redundancy and hierarchy
      • Cluster is defined by the clients a RR serves
      • RRs in the same cluster use the same Cluster-ID
               - Inter-Cluster peerings between RRs can be client or non-client peerings
      • Depends on redundancy design






    from: Cisco IOS IP Routing: BGP Command Reference

    Files:
    Topology
    Configs
    BGP Configuration