Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Last active June 7, 2019 10:40
Show Gist options
  • Save manualbashing/71ca4fcbde0a83f0d118 to your computer and use it in GitHub Desktop.
Save manualbashing/71ca4fcbde0a83f0d118 to your computer and use it in GitHub Desktop.
Mini vmkping cheatsheet for network troubleshooting on ESXi
# Test Jumbo frames (with VLAN)
vmkping -d -s 8972 x.x.x.x
# Test Jumbo frames (without VLAN)
vmkping -d -s 8968 x.x.x.x
# Test interface
vmkping -I vmkX x.x.x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment