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 unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...