Virtual Local Area Network (VLAN) Commands
1271 Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
67
Default Configuration
Ingress filtering is enabled.
Command Mode
Interface (Ethernet, Port Channel) Configuration mode
Example
The following example disables port ingress filtering on gi11.
switchxxxxxx(config)#
interface
gi1
1
switchxxxxxx(config-if)#
switchport mode general
switchxxxxxx(config-if)#
switchport general ingress-filtering disable
67.17 switchport general
acceptable-frame-type
The switchport general acceptable-frame-type Interface Configuration mode
command configures the types of packets (tagged/untagged) that are filtered
(discarded) on the interface. Use the no form of this command to return ingress
filtering to the default.
Syntax
switchport general acceptable-frame-type {tagged-only | untagged-only | all}
no switchport general acceptable-frame-type
Parameters
• tagged-only—Ignore (discard) untagged packets and priority-tagged
packets.
• untagged-only—Ignore (discard) VLAN-tagged packets (not including
priority-tagged packets)
• all—Do not discard packets untagged or priority-tagged packets.
Default Configuration
All frame types are accepted at ingress (all).