No BGP routes but S2S VPN tunnels are up

0

I am facing a weird situation when setting S2S VPN with azure. From aws side, I can see that tunnels are up but there are no routes propagated. However on the other side I can see connection and route propagation too. I specified CIDR block of 169.254.22.0/30 and I configured the bgp IP on azure side as 169.254.22.2. Can anyone suggest how to debug and what else can be checked.

nishan
asked 2 months ago134 views
1 Answer
0

Curious how many routes you are trying to advertise from the Azure side and what you are connecting to in AWS (VGW or TGW). VPNs to VGW will only allow 100 dynamic routes from a customer gateway, while TGW will allow up to 1000 routes. https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-limits.html

Also I would check to make sure route propagation is enabled. https://docs.aws.amazon.com/vpn/latest/s2svpn/SetUpVPNConnections.html#vpn-configure-route-tables

Lastly - you can check detailed logs on the AWS side with CloudWatch, just make sure logs are enabled for the VPN. https://docs.aws.amazon.com/vpn/latest/s2svpn/monitoring-cloudwatch-vpn.html

AWS
Jason
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions