how do I change the mtu from 1500 to 9000 on a portgroup?
vim-cmd hostsvc/net/portgroup_set
I did not see mtu options there
Hi,
Are you looking to enable jumbo frame
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1038827
Regards
Mohammed
I am trying to enable jumbo on a standard vswitch with a vmotion interface on it. I cannot get it working with esxcli, esxcfg-vmknic or vim-cmd
Did you try this command
esxcfg-vmknic -m 9000 portgroup_name
esxcli network ip interface set -m 9000 -i vmk_interface
Follow the steps from this KB
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1007654