Skip to content

Instantly share code, notes, and snippets.

@ionosphere80
Created January 25, 2016 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionosphere80/5f309e7021a830246b66 to your computer and use it in GitHub Desktop.
Save ionosphere80/5f309e7021a830246b66 to your computer and use it in GitHub Desktop.
MTU experiments with Open vSwitch - Typical ping
# ping -c 1 10.100.52.102
PING 10.100.52.102 (10.100.52.102) 56(84) bytes of data.
64 bytes from 10.100.52.102: icmp_seq=1 ttl=63 time=1.75 ms
--- 10.100.52.102 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.758/1.758/1.758/0.000 ms
# ping6 -c 1 fd00:100:52:1:f816:3eff:feea:223a
PING fd00:100:52:1:f816:3eff:feea:223a(fd00:100:52:1:f816:3eff:feea:223a) 56 data bytes
64 bytes from fd00:100:52:1:f816:3eff:feea:223a: icmp_seq=1 ttl=63 time=1.51 ms
--- fd00:100:52:1:f816:3eff:feea:223a ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.512/1.512/1.512/0.000 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment