BGP Route Reflector Flashcards
What is a BGP Route Reflector?
A BGP Route Reflector is a network routing component for BGP that allows all iBGP speakers within an autonomous system to learn about available routes without creating loops.
It provides an alternative to the full-mesh iBGP topology.
How does a BGP Route Reflector work?
A BGP Route Reflector can readvertise routes learned from an iBGP peer to other iBGP peers without causing a routing loop.
What are the benefits of using a BGP Route Reflector?
- Simplify route synchronization.
- Reduce network traffic by allowing all IBGP speakers within an autonomous system to learn about available routes without creating loops.
How do I configure a BGP Route Reflector?
To configure a BGP Route Reflector, you can use the neighbor route-reflector-client command in router configuration mode to act as the route reflector.
router bgp as-number
neighbor ip-address remote-as as-number
neighbor ip-address route-reflector-client
What are some considerations when using a BGP Route Reflector?
- Which router to use as the route reflector?
- Which router to use as the route reflector clients?