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 年前

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

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

回答問題指南