Here is a normal ping:
C:\Users\switch>ping 10.10.10.10
Pinging 10.10.10.10 with 32 bytes of data:
Reply from 10.10.10.10: bytes=32 time=20ms TTL=55
Reply from 10.10.10.10: bytes=32 time=34ms TTL=55
Reply from 10.10.10.10: bytes=32 time=25ms TTL=55
Reply from 10.10.10.10: bytes=32 time=29ms TTL=55
Ping statistics for 10.10.10.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 34ms, Average = 27ms
Now, here is a ping using a larger size for jumbo frame testing:
C:\Users\switch>ping -l 9000 10.10.10.10
Pinging 10.10.10.10 with 9000 bytes of data:
Reply from 10.10.10.10: bytes=9000 time=23ms TTL=55
Reply from 10.10.10.10: bytes=9000 time=39ms TTL=55
Reply from 10.10.10.10: bytes=9000 time=24ms TTL=55
Reply from 10.10.10.10: bytes=9000 time=24ms TTL=55
Ping statistics for 10.10.10.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 23ms, Maximum = 39ms, Average = 27ms
No comments:
Post a Comment
Your comment will be reviewed for approval. Thank you for submitting your comments.