2.Load CPQANS twice for each frame type, once for each VLAN. Assign the VLANID number keyword for each instance.

LOAD CPQANS FRAME=ETHERNET_802.2 NAME=E82_Vl7 TEAM=1 VLANID=7 LOAD CPQANS FRAME=ETHERNET_II NAME=EII_Vl7 TEAM=1 VLANID=7 LOAD CPQANS FRAME=ETHERNET_802.2 NAME=E82_Vl8 TEAM=1 VLANID=8 LOAD CPQANS FRAME=ETHERNET_II NAME=EII_Vl8 TEAM=1 VLANID=8

3.Load the base driver for each frame type:

LOAD N100 SLOT=2 FRAME=ETHERNET_802.2 NAME=PRI_E82 LOAD N100 SLOT=2 FRAME=ETHERNET_II NAME=PRI_EII

4.Bind CPQANS to each frame type on the physical adapter.

BIND CPQANS PRI_E82 TEAM=1

BIND CPQANS PRI_EII TEAM=1

5.Finalize the Team with the "COMMIT" command.

LOAD CPQANS COMMIT

6.Bind the protocols to CPQANS for each VLAN and frame type.

BIND IPX E82_Vl7 NET=702 BIND IPX EII_Vl7 NET=711

BIND IP EII_Vl7 ADDR=192.168.72.200 MASK=255.255.255.0 BIND IPX E82_Vl8 NET=802

BIND IPX EII_Vl8 NET=811

BIND IP EII_Vl8 ADDR=192.168.82.200 MASK=255.255.255.0

Team properties 149