North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: Seeking Comcast Contact: need to troubleshoot packet loss and/or asymmetric routing issue between Comcast & Onvoy

  • From: Duane Waddle
  • Date: Fri Aug 03 00:33:54 2007
  • Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hSFSLms6nlv4aRbebnn/4/4W3FsBCZMDJQ/TNJM2+j0FBB4Wcaj5xpDY0eMbnn1oAfZZVNMtjaYA/gRZJ8tpHg0HWQOr4zZ0RX2cVgJPXLwI21oVJqXtVBoJmFwlSAH4Vb4LotsDZLyxuDxzHPqjXQaNnAAXmx/gJs/8fHBfUIY=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cqdi50sVx+R4MlB3Ts9OWL7PF1uWg0ot5TLXafYPAl3ga7skLURn9TPEdldcO9GihxACz5a8zlyNLZZvvV93/+0JFdoPreUUBtldJ8QyG98oLoaGweWJ38ESaXQ/74edfuVAwB3JEa60nwVYWcDkljgsyHvaS3kFc84JIln/VtY=



On 8/2/07, [email protected] <[email protected] > wrote:


AIX 5.2 and earlier supported it for UDP (we're getting out of the AIX
business, so I can't speak to what 5.3 does).  Basically, it would send out a
gratuitous 64K ICMP Echo Request with DF set, and waited to see what came back.

AIX 5.3 changes the whole PMTU scheme to work more like the RFCs and not depend on out of band ICMP packets.

From http://www.ibm.com/developerworks/aix/library/au-aix5l-me.html :

PMTU discovery in AIX 5L Version 5.3
The current Path Maximum Transmission Unit (PMTU) discovery implementation uses ICMP Echo Request and ICMP Echo Reply packets to discover PMTU. Some system administrators set up their firewall to drop ICMP Echo packets, resulting in the above method of PMTU discovery to fail. The PMTU discovery mechanism in AIX 5L Version 5.3 is implemented with TCP packets and UDP datagram instead of ICMP Echo packets.