Quick Reference Guide
VLANs | 225
6. The default acceptframe type for all ports is “Untagged”.
An interface can have only one native VLAN. It can be untagged or tagged. Untagged VLANs on an
interface are native VLANs by default. On an interface where there is an untagged VLAN, there can be
tagged VLANs, but not tagged native VLANs. Another way to say this is that an interface with a tagged
native VLAN cannot be a member of another VLAN as untagged. When you configure a tagged native
VLAN on an interface, the interface should be removed from the default VLAN (VLAN 1 untagged
native).
Two commands can configure a native VLAN:
•
tagged interface-range native (The selected VLAN is supported as native by these tagged ports.)
•
untagged interface-range (These ports participate as untagged in the selected VLAN, which is the native
VLAN.)
Whichever is configured first will be allowed for the interface, and subsequent requests for the native
VLAN will be rejected (First use the
no form of the command to remove the participation.)
If the interface is untagged for one VLAN, it cannot be untagged for any other VLAN, and this is the
native VLAN for the interface (only one native VLAN per port).
By default, VLAN 1 is the native VLAN. Until another VLAN is configured to be the native VLAN,
VLAN 1 will be the native VLAN and cannot be removed.
Two commands can unconfigure the native VLAN configuration:
•
no tagged interface native (VLAN 1 is added to the interface as the native VLAN. The equivalent of a
vlan acceptframe all setting is added for the interface.)
•
no untagged interface (VLAN 1 is added to the interface as the native VLAN.)
When using the
tagged interface-range native command, the system applies the following checks before
allowing the configuration (a tagged VLAN and an untagged VLAN cannot coexist on one port):
Figure 14-185. Validating a Tagged Interface Supporting a Native VLAN
When using the untagged interface-range command, the system applies the following checks before
allowing the configuration:
Note: If an interface is already a member of an untagged VLAN other than 1, you must remove
it before you can add a tagged native VLAN to it, since there cannot be more than one native
VLAN on an interface. For example, if a particular port is a member of VLAN 3 untagged, you
must remove it from VLAN 3 untagged before you can add it to VLAN 4 as tagged native.