BIND QASP1 Q57_2_EII

If there are multiple VLANs (each with one or more frame types) loaded on the virtual adapter, it is only necessary to bind one frame type on one VLAN on the virtual adapter to the same frame type on the physical adapter. The other VLANs will be automatically bound.

4.Bind protocols to QASP.LAN.

Example:

BIND IP QASP_1_V2_EII ADDR=x.x.x.x MASK=x.x.x.x

This example creates a team with two adapters using VLAN ID 2. Outbound packets will be tagged with VLAN ID 2 and only similarly tagged packets will be received by the adapters in the team. Additional VLANs with different VLAN IDs can be created in the same team. The maximum number of VLANs per virtual slot is 64. The valid range of VLAN IDs is from 1 to 4094. VLAN=0 indicates the VLAN is untagged and is the default. Use decimal numbers to specify the VLAN ID.

The following are examples of multiple VLAN configurations:

LOAD QASP FRAME=ETHERNET_II NAME=QASP_1_V100_EII VSLOT=1 VLAN=100 LOAD QASP FRAME=ETHERNET_II NAME=QASP_1_V200_EII VSLOT=1 VLAN=200 LOAD QASP FRAME=ETHERNET_II NAME=QASP_1_V300_EII VSLOT=1 VLAN=300

LOAD ODINEB.NLM

LOAD Q57 FRAME=ETHERNET_II NAME=Q57_1_EII SLOT=1 VLAN=1 LOAD Q57 FRAME=ETHERNET_II NAME=Q57_2_EII SLOT=4 VLAN=1 BIND QASP1 Q57_1_EII

BIND QASP1 Q57_2_EII

BIND IP QASP_1_V100_EII ADDR=172.16.210.1 MASK=255.255.0.0 BIND IP QASP_1_V200_EII ADDR=172.17.210.1 MASK=255.255.0.0 BIND IP QASP_1_V300_EII ADDR=172.18.210.1 MASK=255.255.0.0

NOTE: When BIND QASP1 Q57_1_EII is executed, the adapter Q57_1_EII is bound to all three VLANs. If you are unable to log in to the server after configuring ASP, add the following command lines before loading ASP:

UNLOAD SLPTCP

LOAD SLPTCP

Jumbo Frames

Jumbo Frames are supported in all balance modes. The maximum frame size will be 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.

NOTE: This property is not supported on the NC150T and NC1020.

Example:

LOAD QASP.LAN FRAME=ETHERNET_II NAME=QASP_1_EII VSLOT=1

LOAD Q57.LAN FRAME=ETHERNET_II NAME=Q57_1_EII SLOT=1 JUMBO=9000 LOAD Q57.LAN FRAME=ETHERNET_II NAME=Q57_2_EII SLOT=2 JUMBO=9000 BIND QASP1 Q57_1_EII

BIND QASP1 Q57_2_EII

Additional command line keywords

Additional command line keywords include:

CHECKSUM=ON. This keyword enables QASP.LAN to offload TCP/UDP and IP checksums to the bound adapters if supported by the OS. This improves performance if some or all adapters in the

Adapter configurations 113