Any packet larger than 1500 MTU is a Jumbo Frame. vSphere fully supports Jumbo Frames for virtual machines as well as NAS & iSCSI traffic.
Configure a vSwitch for Jumbo Frames with:
esxcfg-vswitch -m [MTU] [vSwitch_name]
Configure a VMkernel interface for Jumbo Frames with:
esxcfg-vmknic -a -i [ip_address] -n [netmask] -m [MTU] [portgroup_name]
More vQuotes
Configure a vSwitch for Jumbo Frames with:
esxcfg-vswitch -m [MTU] [vSwitch_name]
Configure a VMkernel interface for Jumbo Frames with:
esxcfg-vmknic -a -i [ip_address] -n [netmask] -m [MTU] [portgroup_name]
More vQuotes
No comments:
Post a Comment