It is possible to configure an acceptable frame type for a port as one of the following:
iSCom# configure terminal
iSCom(config)# interface gigabitethernet 0/2
iSCom(config-if)# switchport acceptable-frame-type tagged
iSCom(config-if)# end
iSCom show 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.
iSCom# configure terminal
iSCom(config)# interface gigabitethernet 0/1
iSCom(config-if)# switchport ingress-filter
iSCom(config-if)# end
iSCom 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
-------------------------------------------------------
iSCom# configure terminal
iSCom(config)# interface gigabitethernet 0/1
iSCom(config-if)# switchport filtering-utility-criteria enhanced
iSCom(config-if)# end
iSCom 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
-------------------------------------------------------