How to propagate additional newly added route in route table

0

Hi All,

I am running a site-to-site VPC and my home subnet can talk to private subnet on AWS. Now I want to add another home subnet, to do that I added a new route in route table and associated the same VPN gateway however the route propogation tab is not changing to "Yes" for this new route. Please see the stable below, it is 192.168.100.0/24 subnet that I need to be propagated. Appreciate your suggestions.



172.16.0.0/20	local	Active	No
192.168.1.0/24	vgw-00af09ab915d4356b	Active	Yes
192.168.100.0/24	vgw-00af09ab915d4356b	Active	No
sdntech
已提問 1 個月前檢視次數 110 次
1 個回答
0
已接受的答案

A route entry can either be propagated or statically added to the route table (like you did here). It can't be both.

I suggest you do the following:

  1. Remove the static route you added to your route table.
  2. Navigate to: VPC -> Site-to-Site VPN connections -> Select you VPN ID -> Static routes -> Add all the relevant routes of your home subnets here (in your example 192.168.1.0/24 & 192.168.100.0/24)
  3. Navigate to: VPC -> Route tables -> select the route table ID associated with your subnet -> Route propagation -> Edit route propagation -> Tick the "Enable" Propagation checkbox. (repeat for all relevant route tables)

This will take care to automatically propagate new routes that you add to your VPN to all the route tables that have the propagation enabled.

AWS
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
  • Thanks you @Yaniv, you are amazing!!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南