D-Link DGE-560SX User Guide
64
Jumbo Frames
Jumbo Frames are supported in all load balancing types of teams. The maximum frame size
is automatically set to the smallest maximum frame size of all adapters in the team. Use
appropriate keywords to enable Jumbo Frames when loading the adapter drivers.
Example:
startup.ncf
SET MAXIMUM PHYSICAL RECEIVE PACKET SIZE=18000
autoexec.ncf
LOAD BASP.LAN FRAME=ETHERNET_II NAME=BASP_1_EII VSLOT=1
LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_1_EII SLOT=1 JUMBO=9000
LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_2_EII SLOT=2 JUMBO=9000
BASP BIND BASP_1_EII B57_1_EII
BASP BIND BASP_1_EII B57_2_EII
Additional Command Line Keywords
CHECKSUM = ON
Enables BASP.LAN to offload TCP/UDP and IP checksums to the bound adapters (if supported
by the operating system). This setting improves performance if some or all adapters in the
team support hardware checksums. Be sure to load the adapter drivers with hardware
checksums enabled.
Example:
A team of two BCM5700 NICs with hardware checksums enabled.
LOAD BASP.LAN FRAME=ETHERNET_II NAME=BASP_1_EII CHECKSUM=ON VSLOT=1
LOAD ODINEB.NLM
LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_1_EII CHECKSUM=ON SLOT=1
LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_2_EII CHECKSUM=ON SLOT=2
BASP BIND BASP_1_EII B57_1_EII
BASP BIND BASP_1_EII B57_2_EII
NOSCREEN
Disables the menu-driven screen when BASP.LAN is loaded for the first time.