Route Table - Both Propagation and Static Routes?

0

Can you use a route table with both propagation and static routes?

2개 답변
0

Yes, it is possible, Static routes will be preferred over propagated routes, see the TGW Route evaluation order:

https://docs.aws.amazon.com/vpc/latest/tgw/how-transit-gateways-work.html#tgw-route-evaluation-overview

profile pictureAWS
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전
0

Route priority and propagated routes

If you've attached a virtual private gateway to your VPC and enabled route propagation on your subnet route table, routes representing your Site-to-Site VPN connection automatically appear as propagated routes in your route table.

If the destination of a propagated route overlaps a static route, the static route takes priority.

If the destination of a propagated route is identical to the destination of a static route, the static route takes priority if the target is one of the following:

internet gateway

NAT gateway

Network interface

Instance ID

Gateway VPC endpoint

Transit gateway

VPC peering connection

Gateway Load Balancer endpoint

Reference https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#route-table-routes

답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인