Route reflector
From Wikipedia, the free encyclopedia
The route reflector (RR) offers an alternative to the logical full-mesh requirement of internal border gateway protocol (iBGP). A RR acts as a focal point for iBGP sessions. The purpose of the RR is concentration. Multiple BGP routers can peer with a central point, the RR - acting as a route reflector server - rather than peer with every other router in a full mesh. All the other iBGP routers become route reflector clients.
This approach, similar to OSPF's DR/BDR feature, provides large networks with added iBGP scalability. A network requiring more than 100 statements just to define the remote-as of each peer quickly becomes a headache to administer. The RR can offer a viable solution for the larger networks administered by ISPs.
[edit] Router reflector clients vs route reflector speakers
IBGP peers of a route reflector fall under two categories: clients and nonclients. A route reflector and its clients form a cluster.
All IBGP peers of the route reflector that are not part of the cluster are nonclients and must be fully meshed to all other IBGP routers.
Configuring route reflector clients to peer with IBGP speakers outside their cluster can cause routing loops.
Not exercising proper filtering of traffic entering your route reflector can also be a cause of a network-wide outage, as recently demonstrated by Level(3) Communications, LLC.
[edit] Rules
RR servers propagate routes inside the AS based on the following rules:
- If a route is received from nonclient peer, reflect to clients only.
- If a route is received from a client peer, reflect to all nonclient peers and also to client peers, except the originator of the route.
- If a route is received from an EBGP peer, reflect to all client and nonclient peers.