For CPQANS.LAN to work in VLAN mode, the adapter (or adapters) needs to be connected to a "tagged" port (a "trunk port") on an IEEE 802.1Q compliant switch.

This example uses 802.1Q VLAN, which is supported by all HP server adapters that support CPQANS.LAN. (Exception: The NC6134, NC6132, and NC6133 adapters do not support VLANs.) This example uses an HP Fast Ethernet server adapter and is configured for two VLANs (VLAN 5 and VLAN 6). It also uses all four NetWare frame types and binds both the IPX and IP protocols.

1.Load TCPIP.NLM. This can be done at any point before binding IP.

LOAD TCPIP

2.Load CPQANS and specify the VLANID for each frame type and each VLAN the server is supposed to be part of. With a single Team configuration, "Team=1" is optional, since that is the default setting.

a.First, load CPQANS for VLAN 5, assigning a name of 5xx to each instance:

LOAD CPQANS VLANID=5 FRAME=ETHERNET_802.2 NAME=582 TEAM=1 LOAD CPQANS VLANID=5 FRAME=ETHERNET_802.3 NAME=583 TEAM=1

LOAD CPQANS VLANID=5 FRAME=ETHERNET_SNAP NAME=5SP TEAM=1 LOAD CPQANS VLANID=5 FRAME=ETHERNET_II NAME=5II TEAM=1

b.Next, load CPQANS for VLAN 6, assigning a name of 6xx to each instance:

LOAD CPQANS VLANID=6 FRAME=ETHERNET_802.2 NAME=682 TEAM=1 LOAD CPQANS VLANID=6 FRAME=ETHERNET_802.3 NAME=683 TEAM=1

LOAD CPQANS VLANID=6 FRAME=ETHERNET_SNAP NAME=6SP TEAM=1 LOAD CPQANS VLANID=6 FRAME=ETHERNET_II NAME=6II TEAM=1

3.Load the base driver for each frame type.

LOAD N100 SLOT=5 FRAME=ETHERNET_802.2 NAME=E82

LOAD N100 SLOT=5 FRAME=ETHERNET_802.3 NAME=E83

LOAD N100 SLOT=5 FRAME=ETHERNET_SNAP NAME=ESP

LOAD N100 SLOT=5 FRAME=ETHERNET_II NAME=EII

4.After loading CPQANS for all the desired VLANs, bind CPQANS to the base driver using the name you defined when the base drivers were originally loaded.

BIND CPQANS E82 TEAM=1 BIND CPQANS E83 TEAM=1

BIND CPQANS ESP TEAM=1 BIND CPQANS EII TEAM=1

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

LOAD CPQANS COMMIT

6.Bind the protocols to each instance (VLAN and frame type) of CPQANS in the same manner as if it were a physical adapter.

BIND IPX 582 NET=502 BIND IPX 583 NET=503 BIND IPX 5SP NET=505 BIND IPX 5II NET=511 BIND IPX 682 NET=602 BIND IPX 683 NET=603 BIND IPX 6SP NET=605

BIND IP 6II ADDR=192.168.62.1 MASK=FF.FF.FF.0

Example 5: TLB team with multiple VLANs

Team properties 147