cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

BGP || next-hop-self not working while doing RR

rehan alam
Level 1
Level 1
An issue came While practicing for Route-reflector with R1, R2, R3, R4 in AS 111, R5 in AS 555 and R6 in AS.
All the routes are being advertised to all the neighbor but the routes learned from RR is not installed as the best one.
I issued Next hop self command on R1 for all the BGP pairs. 
But still R1 is not changing the next hop IP while advertising the attributes. Wanted to know if next-hop not supported while doing RR. 

Below is the output from R3 and config of R1. Please help me out.


R3#sh ip bgp
BGP table version is 2, local router ID is 3.3.3.3
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
* i2.3.4.0/24       22.22.11.1               0    100      0 i
*> 3.4.5.0/24       0.0.0.0                  0         32768 i
* i4.5.6.0/24       11.11.44.2               0    100      0 i
* i5.6.7.0/24       22.22.11.1               0    100      0 555 i
* i55.56.57.0/24    22.22.11.1               0    100      0 555 i
* i66.66.1.0/24     11.11.44.2               0    100      0 666 i
* i66.66.2.0/24     11.11.44.2               0    100      0 666 i
R3#


R1#sh run | sec bgp
router bgp 111
 bgp router-id 1.1.1.1
 bgp log-neighbor-changes
 neighbor 11.11.33.2 remote-as 111
 neighbor 11.11.44.2 remote-as 111
 neighbor 22.22.11.1 remote-as 111
 !
 address-family ipv4
  neighbor 11.11.33.2 activate
  neighbor 11.11.33.2 route-reflector-client
  neighbor 11.11.33.2 next-hop-self
  neighbor 11.11.33.2 soft-reconfiguration inbound
  neighbor 11.11.44.2 activate
  neighbor 11.11.44.2 route-reflector-client
  neighbor 11.11.44.2 next-hop-self
  neighbor 11.11.44.2 soft-reconfiguration inbound
  neighbor 22.22.11.1 activate
  neighbor 22.22.11.1 next-hop-self
  neighbor 22.22.11.1 soft-reconfiguration inbound
Who Me Too'd this topic