vlan port acceptframe all

This command sets the frame acceptance mode for all interfaces.

Default all
Format vlan port acceptframe all {vlanonly | admituntaggedonly |all}
Mode Global Config

The modes are defined as follows:

Parameter Description
vlanonly Untagged frames or priority frames received on this interface are discarded.
admituntaggedonly VLAN-tagged and priority tagged frames received on this interface are discarded.
all Untagged frames or priority frames received on this interface are accepted and assigned the value of the interface VLAN ID for this port.

With either option, VLAN tagged frames are forwarded in accordance with the IEEE 802.1Q VLAN Specification.