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년 전

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

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

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

관련 콘텐츠