01-12-2005 12:21 AM - edited 03-02-2019 09:01 PM
Dont know if Cisco's network doesnt like odd bytes on the ping packets. I am trying to ping http://www.cisco.com with different sizes of data. Every time the bytes size is ODD (like 1001, 1003, 1005 etc) the ping fails. Even byte sizes gives me a success. To be specific the lower limit on the ODD byte size is 17 bytes. Any ODD number of bytes above 17 (say 19, 21 ) seems to fail.
I have used two different laptops, two different internet connections to test this and it behaves the same. Command used is,
ping -l <bytes> http://www.cisco.com from a command line.
Also the max even byte size you can set is 1464 bytes. (leaving remaining bytes for frame headers and stuff)
I havent seen this problem with any other websites ( a few that I tried include http://www.yahoo.com, http://www.google.com etc)
Weird, but interesting...
01-12-2005 03:58 AM
Hi,
couldn't that be something like this:
http://www.cisco.com/en/US/products/hw/switches/ps607/products_field_notice09186a0080094bf1.shtml
Regards,
Milan
01-12-2005 04:42 AM
That figures. Below 18 bytes, the frame is being padded to 64-bytes - an even number, keeping the CRC on an even boundary. That really does suggest the problem is at the level of Ethernet. And given that it works on other sites, the problem must be in http://www.cisco.com.
Nice one!
Kevin Dorrell
Luxembourg
01-12-2005 05:56 AM
Nice finding! Milan..
Looks like Cisco will have to go back and patch their NIC drivers (if they are intel).
01-19-2005 09:47 AM
I think they (Cisco) are blocking ICMP traffic in order to avoid any sort of attack
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide