Default value will be 1500 MTU
To change follow below steps
Login to ESXI server
[root@localhost:~] esxcfg-vswitch --list
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch0 2816 5 128 1500 vmnic0
PortGroup Name VLAN ID Used Ports Uplinks
VM Network 0 1 vmnic0
Management Network 0 1 vmnic0
[root@localhost:~] esxcfg-vswitch --mtu 9000 vSwitch0
[root@localhost:~] esxcfg-vswitch --list
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch0 2816 5 128 9000 vmnic0
PortGroup Name VLAN ID Used Ports Uplinks
VM Network 0 1 vmnic0
Management Network 0 1 vmnic0
[root@localhost:~]
No comments:
Post a Comment