Configuring Jumbo Frames on an ESX VM server

 

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

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...