It is possible to configure an acceptable frame type for a port as one of the following:
iS5comm# configure terminal
iS5comm(config)# interface gigabitethernet 0/2
iS5comm(config-if)# switchport acceptable-frame-type tagged
iS5comm(config-if)# end
vlan port config port gigabitethernet 0/2
vlan Port configuration table
-------------------------------
Port Gi0/2
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 10
Port Acceptable Frame Type : Admit Only Vlan Tagged
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 0
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Disabled
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
Reflection Status : Disabled
-------------------------------------------------------
Enabling ingress filtering on a port does not allow frames for a VLAN from a port that is not the member port of that particular VLAN.
iS5comm# configure terminal
iS5comm(config)# interface gigabitethernet 0/1
iS5comm(config-if)# switchport ingress-filter
iS5comm(config-if)# end
show vlan config port gigabitethernet 0/1
Vlan Port configuration table
-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 0
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Disabled
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Filtering Utility Criteria : Default
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
Reflection Status : Disabled
-------------------------------------------------------
iS5comm# configure terminal
iS5comm(config)# interface gigabitethernet 0/1
iS5comm(config-if)# switchport filtering-utility-criteria enhanced
iS5comm(config-if)# end
show vlan config port gigabitethernet 0/1
Vlan Port configuration table
-------------------------------
Port Gi0/1
Bridge Port Type : Customer Bridge Port
Port Vlan ID : 1
Port Acceptable Frame Type : Admit All
Port Mac Learning Status : Enabled
Port Ingress Filtering : Enabled
Port Mode : Hybrid
Port Gvrp Status : Disabled
Port Gmrp Status : Disabled
Port Gvrp Failed Registrations : 0
Gvrp last pdu origin : 00:00:00:00:00:00
Port Restricted Vlan Registration : Disabled
Port Restricted Group Registration : Disabled
Mac Based Support : Disabled
Subnet Based Support : Disabled
Port-and-Protocol Based Support : Enabled
Default Priority : 0
Filtering Utility Criteria : Enhanced
Port Protected Status : Disabled
Ingress EtherType : 0x8100
Egress EtherType : 0x8100
Egress TPID Type : Portbased
Allowable TPID 1 : 0x0
Allowable TPID 2 : 0x0
Allowable TPID 3 : 0x0
Reflection Status : Disabled
-------------------------------------------------------