Trying to determine if we could even get jumbo frames all the way from an EC2 instance in a VPC connected to a TGW back to a customer CNF via Direct Connect.

0

We know Direct Connect and the DX Gateway can support Jumbo Frame (8500 for Transit Virtual Interface/9001 for Private Virtual interface), but does the TGW to VPC peering connection support Jumbo Frames? Trying to determine if we could even get jumbo frames all the way from an EC2 instance in a VPC connected to a TGW back to a customer CNF via Direct Connect.

質問済み 4年前498ビュー
1回答
0
承認された回答
  1. Transit Gateway maintains a uniform MTU of 8500 across all attachments.
  2. Packets larger than 8500 arriving at the TGW are silently dropped.
  3. TGW does not generate FRAG_NEEDED ICMP packets at this time. As a result PMTUD does not work.
  4. TGW enforces MSS clamping for all TCP SYN and SYN-ACKs passing through it.
  5. For VPN attachments, MSS is clamped at 1500.

Taking that information into consideration, I would suggest that you conduct your tests. To answer your question, you should be able to transit 8500 byte packets through the system.

AWS
回答済み 4年前

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

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

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

関連するコンテンツ