Any time you’re finding out on your BSCI exam and CCNP certification, you rapidly understand that BGP is a complete new planet from nearly anything you’ve previously scientific tests. A single matter that often confuses CCNP candidates is whenever a BGP route reflector ought to be configured.
In the following instance, the routers R1, R2, 토토사이트 and http://www.bbc.co.uk/search?q=토토사이트 R3 are all in BGP AS 100. It's not a full mesh, even so. There are actually peer relationships in between R1-R2 and R1-R3, although not in between R2 and R3. R3 is promoting network 3.three.three.0/24 through BGP, plus the route is seen on R1. R1’s iBGP neighbor, R2 doesn't see the route.

A basic rule of BGP is usually that a BGP speaker can't promote a route to an iBGP neighbor if that route was learned from One more iBGP neighbor. Configuring R1 to be a route reflector will allow us to circumvent this rule. The whole route reflector process is transparent for the shoppers, and no configuration is important on those consumers. We’ll configure R1 as a route reflector for both equally R2 and R3.
R1(config)#router bgp one hundred
R1(config-router)#neighbor 172.twelve.123.2 route-reflector-client
3d18h: %BGP-5-ADJCHANGE: neighbor 172.12.123.2 Down RR consumer config change
R1(config-router)#neighbor 172.twelve.123.three route-reflector-customer
3d18h: %BGP-5-ADJCHANGE: neighbor 172.twelve.123.3 Down RR consumer config improve
The BGP adjacencies do arrive down when this configuration is added, so this isn’t one thing you would like to do throughout a peak visitors time.
As soon as the adjacencies come back up, R2 can have the route to three.three.three.0/24.
You'll find other possible methods to this iBGP limitation, including configuring BGP confederations. All those options are commonly used on larger BGP deployments and with other problems in your mind, although, and configuring route reflectors serves this reason just as nicely.