To Enable Jumbo Frames in a Solaris Environment Using nxge.conf

1.Enable Jumbo Frames for a port using the nxge.conf file. For example,

name = "pciex108e,abcd" parent = "/pci@780/pci@0/pci@8/network@0" unit-address = "0"

accept-jumbo=1;

2.Reboot the system:

% boot -r

3.Set the maximum MTU for maximum performance:

# ifconfig nxge mtu 9194

To Check Layer 2 Configuration

View the maximum transmission unit (MTU) configuration of an nxge instance at any time with the kstat command.

#kstat nxge:0 grep mac_mtu

The kstat mac_mtu variable represents the complete size of the Ethernet frame, which includes the Ethernet header, maximum payload, and crc. This value should be equal to or less than the MTU configured on the switch.

56 Sun Dual 10GbE XFP PCI Express Card User’s Guide • January 2009

Page 74
Image 74
Sun Microsystems 10GBE XFP manual To Check Layer 2 Configuration, Set the maximum MTU for maximum performance, Boot -r