12-14-2017 10:22 PM - edited 03-08-2019 01:07 PM
Hi,
I created topology in gns3 and running BGP and router R1 is able to ping R3 and R5 but not able to ping R4 fa0/0 interface .neighbor-ship established and all interfaces are configured correctly.
Please help me to get the reason.
Solved! Go to Solution.
12-15-2017 01:15 AM
R1 Config
interface Loopback100
ip address 10.5.1.1 255.255.0.0
!
interface FastEthernet0/0
ip address 10.2.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
router bgp 100
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
neighbor 10.1.1.2 remote-as 100
neighbor 10.2.1.2 remote-as 100
no auto-summary
================================================================
R2 Config
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.1.2 255.255.255.0
duplex auto
speed auto
!
router bgp 100
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
neighbor 10.1.1.1 remote-as 100
neighbor 172.16.1.2 remote-as 900
no auto-summary
============================================================
R3 Config
interface FastEthernet0/0
ip address 172.16.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
router bgp 900
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
network 192.168.1.0
neighbor 172.16.1.1 remote-as 100
neighbor 192.168.1.2 remote-as 900
no auto-summary
==================================================================
R4 Config
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.17.1.2 255.255.255.0
duplex auto
speed auto
!
router bgp 900
synchronization
bgp log-neighbor-changes
network 192.168.1.0
neighbor 172.17.1.1 remote-as 100
neighbor 192.168.1.1 remote-as 900
no auto-summary
12-15-2017 12:32 AM
12-15-2017 01:15 AM
R1 Config
interface Loopback100
ip address 10.5.1.1 255.255.0.0
!
interface FastEthernet0/0
ip address 10.2.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
router bgp 100
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
neighbor 10.1.1.2 remote-as 100
neighbor 10.2.1.2 remote-as 100
no auto-summary
================================================================
R2 Config
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.1.2 255.255.255.0
duplex auto
speed auto
!
router bgp 100
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
neighbor 10.1.1.1 remote-as 100
neighbor 172.16.1.2 remote-as 900
no auto-summary
============================================================
R3 Config
interface FastEthernet0/0
ip address 172.16.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
router bgp 900
no synchronization
bgp log-neighbor-changes
network 10.1.1.0 mask 255.255.255.0
network 10.2.1.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.17.1.0 mask 255.255.255.0
network 192.168.1.0
neighbor 172.16.1.1 remote-as 100
neighbor 192.168.1.2 remote-as 900
no auto-summary
==================================================================
R4 Config
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.17.1.2 255.255.255.0
duplex auto
speed auto
!
router bgp 900
synchronization
bgp log-neighbor-changes
network 192.168.1.0
neighbor 172.17.1.1 remote-as 100
neighbor 192.168.1.1 remote-as 900
no auto-summary
12-15-2017 05:18 AM
Hi
R4 should have:
neighbor 192.168.1.1 next-hop-self
The same for R5
12-15-2017 02:23 AM
12-15-2017 04:12 AM - edited 12-15-2017 04:46 AM
Hi
Do you have a valid entry for R4'networks into the routing table on R1 and vice versa? or have you included the command: next-hop-self on R4 and R5?
Is possible to share the configuration of each device and the show ip route or show bgp outputs?
:-)
12-15-2017 04:44 AM - edited 12-15-2017 08:08 AM
Hello
In addition to the other posts - Possibly also suggest
As RTR1 is an IBGP peer to RTR2/3 - Make RTRs 2 -3 the next-hop for R1 as by default ebgp prefixes with be advertised to rtr 1 with the ip address of the originator rtr and if you dont have any IGP for those networks then connectivity it will fail and this will be applicable the the ibgp rtrs on the other side also.
Example:ibgp for
RTR2/RTR3
Neighbor <rtr1> next hop-self
res
Paul
01-12-2018 07:40 AM
Hi Team,
We are getting below massage while configuring the secondary IP address on vlan interface, please suggest what it means of this message.Thanks.!
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