Last active
June 7, 2019 10:40
-
-
Save manualbashing/71ca4fcbde0a83f0d118 to your computer and use it in GitHub Desktop.
Mini vmkping cheatsheet for network troubleshooting on ESXi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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