cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2926
Views
18
Helpful
17
Replies

route advertisement issue

Hi,

I am using 6 routers in gns3 and there is a problem in route advertisements.

R2 is in AS 200, R3,R4,R5 are in AS 100 and R6 is in AS 300,

R2-> R3 eBGP

R3,R4,R5 are in same AS, iBPG(using Route reflector instead of fullmesh iBGP)

R5-> R6 eBGP.

R3 to R4 i have used next-hop-self and same with R5 to R4.

Syn is off.

Now the problem is R4 is not advertising eBGP routes to either side, so there is no reachability from R2 to R6.

Please help me with this, Where i have gone wrong, and what changes can i make to make this work.

Below are the configs and topology i have used.

config for R6 (cannot attach more than 5 files, so m adding config of R6 here)

!

interface Loopback0

ip address 6.6.6.6 255.255.255.255

!

interface FastEthernet0/0

no ip address

shutdown

duplex half

!

interface GigabitEthernet1/0

ip address 86.96.2.1 255.255.255.252

negotiation auto

!

router bgp 300

no synchronization

bgp log-neighbor-changes

network 86.96.2.0 mask 255.255.255.252

neighbor 5.5.5.5 remote-as 100

neighbor 5.5.5.5 ebgp-multihop 2

neighbor 5.5.5.5 update-source Loopback0

no auto-summary

!

ip route 5.5.5.5 255.255.255.255 GigabitEthernet1/0 250

!

interface Loopback0

ip address 6.6.6.6 255.255.255.255

!

interface FastEthernet0/0

no ip address

shutdown

duplex half

!

interface GigabitEthernet1/0

ip address 86.96.2.1 255.255.255.252

negotiation auto

!

router bgp 300

no synchronization

bgp log-neighbor-changes

network 86.96.2.0 mask 255.255.255.252

neighbor 5.5.5.5 remote-as 100

neighbor 5.5.5.5 ebgp-multihop 2

neighbor 5.5.5.5 update-source Loopback0

no auto-summary

!

ip route 5.5.5.5 255.255.255.255 GigabitEthernet1/0 250

17 Replies 17

Hello Syed,

Yes, a router can be a client of multiple RRs. This is commonly done for redundancy reasons. You may be interested in reading more about multiple RRs here:

http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800c95bb.shtml#routereflectors

Best regards,

Peter

Hi peter,

The file you mentioned is not accessible, it is showing the following error,

Forbidden File or Application

Hello Syed,

Oh, I apologize. This URL should be working:

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml#routereflectors

Best regards,

Peter