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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...