Sunday, May 23, 2021

BGP issues on ASA

Hi,

So for a school project I have to configure a bgp routing and with the command "debut ip bgp events", I have this error that comes up

BGP: 160.98.34.37 Active open failed - no route to peer, multihop neighbor open active delayed 19456ms (35000ms max, 60% jitter)

My BGP configuration is as followed:

router bgp 65102
bgp log-neighbor-changes
bgp bestpath compare-routerid
address-family ipv4 unicast
neighbor 160.98.30.37 remote-as 65501
neighbor 160.98.30.37 ebgp-multihop 2
neighbor 160.98.30.37 activate
neighbor 160.98.34.37 remote-as 65502
neighbor 160.98.34.37 ebgp-multihop 10
neighbor 160.98.34.37 activate
network 172.17.10.0 mask 255.255.255.248
no auto-summary
no synchronization
exit-address-family

I can ping with no problem the AS 65502:
ping 160.98.34.37
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 160.98.34.37, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

Those are my route:
route outside 0.0.0.0 0.0.0.0 160.98.30.1 1
route outside_b 0.0.0.0 0.0.0.0 160.98.34.1 254

But when I try to look the route with "sh route", I only have one static route and not the other.

The other AS is working just fine.



No comments:

Post a Comment