Reference Guide

VLAN Commands 555
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC3_latest\VLAN.fm
DELL CONFIDENTIAL – PRELIMINARY 5/21/14 - FOR PROOF ONLY
console(config-if)#
switchport general ingress-filtering
disable
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).
Command Mode
Interface (Ethernet, Port Channel) Configuration mode
Example
The following example configures port te0/3 to be in general mode and to
discard untagged frames at ingress.
console(config)#
interface
te0/3
console(config-if)#
switchport mode general
console(config-if)#
switchport general acceptable-frame-type
tagged-only