Setup Jumbo Frames in Solar Is

Post on 20-Apr-2015

364 views 6 download

Transcript of Setup Jumbo Frames in Solar Is

Solaris 10: nxge Enable Jumbo Frames on All Interfacesvi /kernel/drv/nxge.conf # Add...accept_jumbo = 1;

Temporarily Set (no reboot)ndd -set /dev/nxge0 accept_jumbo 1

Perminantly Set (reboot required)reboot

Verify Enabled# 1 = enabled, 0 = disabledndd -get /dev/nxge0 accept_jumbo

Solaris 10: ixgb Modify Default MTUvi /kernel/drv/ixgb.conf # Add...default_mtu = 9000;

Rebootreboot

Solaris 11: ixgb Modify Default MTUvi /kernel/drv/ixgb.conf # Add...default_mtu = 9000;

Rebootreboot Configure Linkdladm set-linkprop -p mtu=9000 ixgb0

Solaris 11: ixgbe

Modify Default MTUvi /kernel/drv/ixgbe.conf # Add...default_mtu = 9000;

Disable Network Auto Magic svcadm disable nwam svcadm enable network/physical:default Unplumb and Change MTU ifconfig ixgbe0 unplumb ifconfig ixgbe0 inet6 unplumb # → This is now the standard way to set mtu in Solaris 11dladm set-linkprop -p mtu=9000 ixgbe0 ifconfig ixgbe0 plumb up Set DHCP on Interface ipadm create-addr -T dhcp ixgbe0/v4