ARIES provides an easy way to configure tag-based (802.1Q) VLAN.
Below is an example of a typical VLAN configuration. In it we have
There are 3 VLANs. Ports 1, 2 are members of VLAN with ID = 2, Ports 1, 3 are members of VLAN with ID = 3, Ports 1, 4 are members of VLAN with ID=4. Port 1 is configured to a trunk port that expects packets to be tagged. Ports 2-4 expect untagged packets and instead use port-based VLAN ID defaults to show their membership.
<aside> 💡 The following instructions relate to the above example but can be generalized for any VLAN configuration
</aside>
VLAN
tabEnable Tag-based VLAN
to true.VLAN Port classification
, set port 1 to 0
and ports 2-4 to 1
. Port 5 can be left on its default.Since we rely on PVID for ports 2-4 to classify the VLAN member of that port, we must set in Default PVID Member Port
The other ports can be left on their default.
Add Tag
on Port 1Remove Tag
on Port 2 - 4VID0,1,…,F refer to the ordinal number of VLANs configured. I.e. ARIES supports 16 configurable VLANs and this table shows their port membership. The order is determined by the VLAN ID from lowest to highest.
In our case, VLAN with ID 2 = VID0, VLAN with ID 3 = VID1 and VLAN with ID 4 = VID2.
Hence we set the following examples
VLAN Table
VID0
: set ports 1, 2VID1
: set ports 1, 3VID2
: set ports 1, 4