Sun Microsystems Gigabit Ethernet MMF/UTP Adapter manual To Configure Jumbo Frames Using ndd

Models: Gigabit Ethernet MMF/UTP Adapter

1 122
Download 122 pages 59.52 Kb
Page 75
Image 75
▼To Configure Jumbo Frames Using ndd

To Configure Jumbo Frames Using ndd

1.Shut down and unplumb the interface.

2.Set the instance number:

%ndd -set /dev/ipge instance 0

In this example, the instance number set is 0.

3.Set the instance to accept Jumbo Frames:

%ndd -set /dev/ipge accept-jumbo 1

4.Plumb the interface up:

%ifconfig ipge0 plumb xx.xx.xx.xx up

where xx.xx.xx.xx is the IP address of the interface.

To Configure Jumbo Frames in a Linux Environment

1.Ensure that the e1000 software is installed.

#modprobe e1000

2.Plumb the Sun PCI-Express Dual Gigabit Ethernet interface:

#ifconfig eth2 xxx.xxx.xx.xxx up

where xxx.xxx.xx.xxx is the IP address of the interface.

3.Set the MTU for maximum performance:

#ifconfig eth2 mtu 8170

Chapter 3 Configuring ipge and e1000 Driver Parameters 41

Page 75
Image 75
Sun Microsystems Gigabit Ethernet MMF/UTP Adapter manual To Configure Jumbo Frames Using ndd, Plumb the interface up