10-17-2006 10:12 AM - edited 03-03-2019 02:23 PM
I have a problem configuring Route-Reflector in the following scenario.
Diagram:
R1-AS100 === R2-AS200 --- R3-AS200 --- R4-AS200 --- R5-AS200 --- R6-AS200 === R7-AS300
Legend (for diag above):
R1-AS100 --> Router 1; BGP AS100
=== --> eBGP peer
--- --> iBGP peer
Scenario 1:
# R3 as an RR (R2 & R4 client to R3).
# R5 as an RR (R6 client to R5).
# R3 & R5 = iBGP peer.
Problem 1:
1. I used Route-Map in R3 to point to R2 as a next hop. but the result is R4 now point to R2 as a next-hop, thus create a black hole in R3. Same result when i used next-hop-self on R2 & R6.
!Sample Route-map from R3
route-map TO-R2 permit
set ip next-hop <R2 address>
router bgp 200
neigh <R2 address> route-map TO-R5 in
The question is how do i solve next-hop issue in this scenario. any help would be much appreciate, Thank you.
~AR~
10-17-2006 10:37 AM
First, you should not change the next hop of the reflected prefixes on the RR.
Second, I do not see how you create a black hole on R3 by using next-hop-self on R2 and R6. R3 should have R2 as the next hop for routes learnt from R2. So will R4.
Do you have an iBGP session between R3 and R5?
Could you please explain further.
10-17-2006 08:32 PM
On the first time,
I tried to modify next-hop because R4 still point to R1 as next-hop (instead of R3)
and i have read that RR does not reflect next-hop from next-hop-self command. So how do i change the next hop (for example in R4)
And yes, i have an iBGP peer session between R3 & R5.
Regards,
~AR~
PS: Thanks for spends your time reading this.
10-18-2006 03:36 AM
The next-hop-self should be applied on R2 and R6. The RR is not the place to change the next hop.
Next-hop-self on the RR will work for eBGP received prefixes on the RR.
Hope this helps,
10-17-2006 08:44 PM
Hi
Accordingly if you need to pass routes from R3 to R5 ( in ibgp ) and you
1) have made R3 as RR -- is R5 a client of R3 ??
router bgp xxx
neighbor
2) if you make R5 as RR again so R3 should be the client for R5 ...
router bgp xxx
neighbor
some document to support . :::
The bgp client-to-client reflection command controls client-to-client reflection
=========================================
can you paste the relevant config. that would greatly help in troubleshooting
1) what is the exit point for AS200 is it R2 or R3 after u made it RR ??
< rate if helps >
10-18-2006 02:43 AM
Hi, Can you not just advertise the eBGP links into your IGP? This would be the simple solution (do the same for the R6-R7 link as well). It is notmal to see the eBGP link as next hop address.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide