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!!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ