Deployment Guide
The tag header contains some key information used by Dell Networking OS:
• The VLAN protocol identier identies the frame as tagged according to the IEEE 802.1Q specications (2 bytes).
• Tag control information (TCI) includes the VLAN ID (2 bytes total). The VLAN ID can have 4,096 values, but two are reserved.
NOTE: The insertion of the tag header into the Ethernet frame increases the size of the frame to more than the 1518 bytes
specied in the IEEE 802.3 standard. Some devices that are not compliant with IEEE 802.3 may not support the larger frame
size.
Information contained in the tag header allows the system to prioritize trac and to forward information to ports associated with a specic
VLAN ID. Tagged interfaces can belong to multiple VLANs, while untagged interfaces can belong only to one VLAN.
Conguring VLAN Membership
By default, all Aggregator ports are member of all (4094) VLANs, including the default untagged VLAN 1. You can use the CLI or CMC
interface to recongure VLANs only on server-facing interfaces (1–32) so that an interface has membership only in specied VLANs.
To assign an Aggregator interface in Layer 2 mode to a specied group of VLANs, use the vlan tagged and vlan untagged
commands. To view which interfaces are tagged or untagged and to which VLAN they belong, use the show vlan command (Displaying
VLAN Membership).
To recongure an interface as a member of only specied tagged VLANs, enter the vlan tagged command in INTERFACE mode:
1 Add the interface as a tagged member of one or more VLANs.
INTERFACE mode
vlan tagged {vlan-id | vlan-range}
vlan-id species a tagged VLAN number. Range: 2-4094
vlan-range species a range of tagged VLANs. Separate VLAN IDs with a comma; specify a VLAN range with a dash; for example,
vlan tagged 3,5-7.
To recongure an interface as a member of only specied untagged VLANs, enter the vlan untagged command in INTERFACE mode:
1 Add the interface as an untagged member of one or more VLANs.
INTERFACE mode
vlan untagged {vlan-id | vlan-range}
vlan-id species an untagged VLAN number. Range: 2-4094
vlan-range species a range of untagged VLANs. Separate VLAN IDs with a comma; specify a VLAN range with a dash; for example,
vlan tagged 3,5-7.
When you delete a VLAN (using the no vlan vlan-id command), any interfaces assigned to the VLAN are assigned to the default
VLAN as untagged interfaces.
If you congure additional VLAN membership and save it to the startup conguration, the new VLAN conguration is activated following a
system reboot.
Dell Networking OS Behavior:When two or more server-facing ports with VLAN membership are congured in a LAG based on the NIC
teaming conguration in connected servers learned via LACP, the resulting LAG is a tagged member of all the congured VLANs and an
untagged member of the VLAN to which the port with the lowest port ID belongs. For example, if port 0/3 is an untagged member of
Interfaces
107