C H A P T E R 6 |
Configuring the Jumbo Frames Feature |
This chapter describes how to enable the Jumbo Frames feature. It contains the following sections:
Configuring Jumbo Frames enables the Ethernet interfaces to send and receive packets larger than the standard 1500 bytes. However, the actual transfer size depends on the switch capability and the Ethernet ExpressModule driver capability.
Note - Refer to the documentation that came with your switch for exact commands to configure Jumbo Frames support. |
The Jumbo Frames configuration checking occurs at Layer 2 or Layer 3, depending on the configuration method.
|
1. Use the kstat command to display driver statistics, for example:
# kstat nxge:1 |grep rdc_packets rdc_packets 798982054 rdc_packets 792546171 rdc_packets 803941759 rdc_packets 805674872 |
The previous example diplays the receive packet counts on all of the eight receive DMA channels on interface 1. Using the kstat nxge:1 shows all the statistics that the driver supports for that interface.
2. Use the kstat command to display driver statistics of a VLAN interface, for example:.
This section describes how to enable Jumbo Frames in a Solaris SPARC environment.
|
1. Enable Jumbo Frames for a port using the nxge.conf file.
|
View the maximum transmission unit (MTU) configuration of an nxge instance at any time with the kstat command:
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.
|
Check the Layer 3 configuration by using the dladm command with the show-link option.
Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.