Route reflector: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz No edit summary |
imported>Howard C. Berkowitz No edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
{{TOC|right}} | |||
A '''route reflector''' is a technique for interconnecting [[Border Gateway Protocol]] (BGP) routers, inside an [[autonomous system]], to improve scalability.<ref> | A '''route reflector''' is a technique for interconnecting [[Border Gateway Protocol]] (BGP) routers, inside an [[autonomous system]], to improve scalability.<ref> | ||
BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP) (RFC 4456)</ref> Route reflection improves iBGP scalability by removing the need to have a full mesh of BGP sessions among all routers in the AS; it allows the creation of hierarchies of routers, with full mesh only on the "route servers" in each "cluster" of BGP speakers. | BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP) (RFC 4456)</ref> Route reflection improves iBGP scalability by removing the need to have a full mesh of BGP sessions among all routers in the AS; it allows the creation of hierarchies of routers, with full mesh only on the "route servers" in each "cluster" of BGP speakers. | ||
==Basic cluster structure== | ==Basic cluster structure== | ||
==Fault tolerance== | |||
==Hierarchies of clusters== | ==Hierarchies of clusters== | ||
Revision as of 20:59, 15 June 2010
A route reflector is a technique for interconnecting Border Gateway Protocol (BGP) routers, inside an autonomous system, to improve scalability.[1] Route reflection improves iBGP scalability by removing the need to have a full mesh of BGP sessions among all routers in the AS; it allows the creation of hierarchies of routers, with full mesh only on the "route servers" in each "cluster" of BGP speakers.
Basic cluster structure
Fault tolerance
Hierarchies of clusters
Pathologies of route reflection
Route reflectors and confederations
While both techniques allow increased iBGP scalability, they do it in different ways, and indeed the two techniques may be used in the same AS. Confederations give more policy control than do route reflectors, but with greater complexity.