6Novell NetWare Driver Setup
3Bind BASP.LAN to the NIC in the team for each protocol. Example:
BASP BIND BASP_1_V2_EII B57_1_EII BASP BIND BASP_1_V2_EII B57_2_EII
Note that if there are multiple VLANs (each with one or more frame types) loaded on the virtual NIC, it is necessary to bind only one frame type on one VLAN on the virtual NIC to the same frame type on the physical NIC. The other VLANs will be bound automatically.
4Bind protocols to BASP.LAN. Example:
BIND IP BASP_1_V2_EII ADDR=x.x.x.x MASK=x.x.x.x
This example creates a team with two NICs using VLAN ID 2. Outbound packets will be tagged with VLAN ID 2; only similarly tagged packets will be received by the NIC 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
The following are examples of multiple VLAN configurations:
LOAD BASP FRAME=ETHERNET_II NAME=BASP_1_V100_EII VSLOT=1 VLAN=100
LOAD BASP FRAME=ETHERNET_II NAME=BASP_1_V200_EII VSLOT=1 VLAN=200
LOAD BASP FRAME=ETHERNET_II NAME=BASP_1_V300_EII VSLOT=1 VLAN=300
LOAD B57 FRAME=ETHERNET_II NAME=B57_1_EII SLOT=1 LOAD B57 FRAME=ETHERNET_II NAME=B57_2_EII SLOT=4 BASP BIND BASP_1_V100_EII B57_1_EII
BASP BIND BASP_1_V100_EII B57_2_EII
BIND IP BASP_1_V100_EII ADDR=172.16.210.1 MASK=255.255.0.0 BIND IP BASP_1_V200_EII ADDR=172.17.210.1 MASK=255.255.0.0 BIND IP BASP_1_V300_EII ADDR=172.18.210.1 MASK=255.255.0.0
NOTE: When you execute BASP BIND BASP_1_V100_EII B57_1_EII, the NIC B57_1_EII is bound to all three VLANs.
NOTE: If you are unable to log in to the server after configuring Advanced Server Features, add the following command lines.
The following command lines should be in the autoexe.ncf file created to configure BASP:
UNLOAD SLPTCP
LOAD SLPTCP
58