06-09-2012 07:45 AM - edited 03-04-2019 04:37 PM
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
06-15-2012 11:35 PM
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:
Best regards,
Peter
06-16-2012 09:03 AM
Hi peter,
The file you mentioned is not accessible, it is showing the following error,
Forbidden File or Application
06-16-2012 12:18 PM
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
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