Cisco CCNP/ BSCI Qualification: BGP Route Reflector Tutorial
Cisco CCNP/ BSCI Certification: BGP Route Reflector Tutorial
When you're studying for your BSCI test and CCNP qualification, you rapidly realize that BGP is a whole new globe from anything you have actually previously researches. One topic that sometimes confuses CCNP prospects is when a BGP route reflector needs to be configured.
In the following example, the routers R1, R2, and R3 are done in BGP AS 100. This is not a complete mesh, nonetheless. There are peer partnerships between R1-R2 and R1-R3, yet not in between R2 and R3. R3 is advertising network 3.3.3.0/ 24 using BGP, and the path is seen on R1. R1's iBGP neighbor, R2 does not see the route.
R1(config)#router bgp 100
R1(config-router)#neighbor 172.12.123.2 route-reflector-client
3 d18h: %BGP-5-ADJCHANGE: neighbor 172.12.123.2 Down RR client config change
R1(config-router)#neighbor 172.12.123.3 route-reflector-client
3 d18h: %BGP-5-ADJCHANGE: next-door neighbor 172.12.123.3 Down RR client config change
The BGP adjacencies do come down when this configuration is added, so this isn't something you want to do during a top web traffic time.
Once the adjacencies return up, R2 will have the path to 3.3.3.0/ 24.
There are other feasible options to this iBGP limitation, such as setting up BGP confederations. Those remedies are generally made use of on larger BGP deployments and with various other issues in mind, however, and DANIEL Cullen achievements configuring route reflectors offers this objective just as well.