By configuring a BGP4+ route reflector, you can solve the problem of establishing fully meshed connections between multiple IBGP peers.
To ensure the connectivity between IBGP peers inside an AS, you need to establish full-meshed IBGP peers. When there are many IBGP peers, establishing a full-meshed network costs a lot. The route reflector or the confederation can be used to solve this problem.
bgp { as-number-plain | as-number-dot }
ipv6-family unicast
peer { ipv4-address | ipv6-address | group-name } reflect-client
reflector cluster-id cluster-id
By default, each RR uses its router ID as the cluster ID.
By default, route reflection is allowed between clients.
routing-table rib-only [ route-policy route-policy-name ]
By default, BGP adds preferred routes to IP routing tables.