01-02-2019 05:40 PM - edited 01-02-2019 05:44 PM
Hi everyone
I am tampering with BGP learning it..and I came across this issue.
I am posting the network diagram below. EBGP need to run between ASs. OSPF and iBGP are running inside AS2.
Now, between AS1 and AS2 (same for AS2 and AS3), if I use loopback interfaces (static routes are configured for reachability) as the update source, the advertised networks (loopback1 in my case) appears only in first router in AS2 and "show ip bgp 11.11.11.11" says that the IP 1.1.1.1 is inaccessible (It is already configured with a static route and appears clearly in the routing table and pingable from physical and loopback interfaces).
I am not able to understand why it says "inaccessible"!
I would expect the AS edge router of AS2 to know the route and pass it to other routers in AS2. I expect those other routers to complain about reachability. But I can see that the edge AS2 router itself is complaining and says the source is "inaccessible" although it can reach it by all means.
! This is AS1 router config router bgp 1 neighbor 2.2.2.2 remote-as 2 neighbor 2.2.2.2 update-source Loopback0 network 11.11.11.0 mask 255.255.255.0 ! This is the relevant AS2 edge router config router bgp 2 neighbor 2.2.2.2 remote-as 2 neighbor 2.2.2.2 update-source Loopback0
Thanks for your help in advance.
Am
Solved! Go to Solution.
01-09-2019 03:14 PM
You had an empty post my friend. If you wanted to say something and it was erased by mistake, please write it again.
01-03-2019 10:13 AM
By default, the ebgp next hop needs to be directly connected. You need to configure either , "neighbor ebgp-multihop" or "neighbor disable-connected-check" for it to work.
Regards,
01-04-2019 02:52 PM
Thanks for your reply.
I am using ssl-security (as a replacement of the multihop command) which will increase the TTL to 2. Shouldn't this do the trick of the multi-hop issue? or you are meaning something else?
01-09-2019 03:13 PM
01-26-2019 11:21 AM
Has anyone had any 'possible' solution for this issue??!
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