Installation guide
Alacritech Accelerator Users Guide: Microsoft Windows Edition 4-5
You can now examine the team to determine which interfaces it is created from.
C:\Temp> slicutil interface show 22
Interface ID: 22
Name: team_test
Device Name: Alacritech Accelerator Team #Team1
Type: Hot standby failover Team
Members: Alacritech SEN2102ET … Slot #3 Port A Team1 [7]
Alacritech SEN2102ET … Slot #3 Port B Team1 [12]
Properties: Jumbo Packet: 0 = Disabled
IPv4 Checksum Offload: 3 = RX & TX Enabled
TCPv4 Checksum Offload: 3 = RX & TX Enabled
Receive Side Scaling: 1 = Enabled
TCP Large Send Offload: 1 = Enabled
4.5 Configuring VLAN Tagging
Tagged VLAN virtual interfaces are created using slicutil as well. It is important to note
that once you create a VLAN, the physical interface that the new VLAN is associated
with will become unavailable to untagged traffic. The Windows API does not support
having a single physical interface pass both tagged and untagged frames. This is un-
like switch behaivior where it is quite common for a single port to be a member of both
tagged and untagged VLANs. You can create multiple tagged VLAN interfaces on top
of a single physical interface,
Starting in the same configuration as the end of the previous section we add a tagged
VLAN to SEN3001. The VLAN name is VLAN1, and the VLAN ID is 1. Note that the
VLAN name is not the same as the interface name, so after creating the interface we
will rename it to vlan_test.
C:\Temp> slicutil vlan add parentid=9 vlanid=1 vlanname=VLAN1
Adding test ... done.
C:\Temp> netsh int show int
Admin State State Type Interface Name
----------------------------------------------------------------------
Enabled Connected Dedicated ob1_10net
Enabled Connected Dedicated ob2_csl
Enabled Connected Dedicated SENA
Enabled Connected Dedicated SENB
Enabled Connected Dedicated SEN3001
Enabled Connected Dedicated team_test
Enabled Connected Dedicated Local Area Connection 2
C:\Temp> slicutil interface list
ID Type Connection Name Member VLANs
=============================================================
7 SEN2102ET SENA Yes No
12 SEN2102ET SENB Yes No
9 SEN3001EF SEN3001 No Yes
19 VLAN Local Area Connection 2 No No
22 Team team_test No No