Hello I guess this helps to solve the problem mentioned.....
Using the neighbor next-hop-self command on the route reflector will modify next hop attributes only for routes that are learned from eBGP peers and not the intended routes that are being reflected from the route reflector clients. To modify the next hop attribute when reflecting a route, use an outbound route map. Router(config-af)#neighbor ip-address route-reflector-client Configures the router as a BGP route reflector, and configures the specified neighbor as a client. Router(config-af)#neighbor ip-address route-map map-name out Applies a route map to the outgoing route. Router(config)#route-map MAP_NAME permit sequence-number Exits from router configuration mode to global configuration mode. Router(config-route-ma)#set ip next-hop ip-address Specifies the next hop. Do let me know as to whether the info was of any help. Rgds Kavita Gehani --- Rahul Kachalia wrote: > What does "show ip bgp " says? > > thanks, > rahul. > ""Firesox"" wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I am having a hard time with configuring > route-reflector-client. > > I have the following config on the > Route-Reflector-Server router. > > > > router bgp 40 > > no synchronization > > bgp log-neighbor-changes > > neighbor 2.2.2.2 remote-as 40 > > neighbor 2.2.2.2 update-source Loopback0 > > neighbor 2.2.2.2 route-reflector-client > > neighbor 2.2.2.2 next-hop-self > > neighbor 3.3.3.3 remote-as 40 > > neighbor 3.3.3.3 update-source Loopback0 > > neighbor 3.3.3.3 route-reflector-client > > neighbor 3.3.3.3 next-hop-self > > no auto-summary > > > > > > On the client side I see the bgp route for the > othter client, but the > route > > is not being inserted into the routing table. > > I get the following output from one of the > clients. Even though I have > the > > "next-hop-self" command on the server, it still > shows the next hop of the > > loopback interface of the other client router. > > > > Network Next Hop Metric > LocPrf Weight Path > > *> 2.2.2.2/32 0.0.0.0 0 > 32768 i > > * i3.3.3.3/32 3.3.3.3 0 > 100 0 i > > * i10.10.3.0/24 3.3.3.3 0 > 100 0 i > > *>i10.10.4.0/24 4.4.4.4 0 > 100 0 i > > > > Any help would be appreciated. > > > > Thanks [EMAIL PROTECTED] __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=58107&t=58071 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

