508 VLAN Commands
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\VLAN_ISCLI_Only.fm
DELL CONFIDENTIAL – PRELIMINARY 5/15/12 - FOR PROOF ONLY
Console(config-if)#
switchport general ingress-filtering disable
switchport general acceptable-frame-type
Use the switchport general acceptable-frame-type Interface Configuration
mode command to configure ingress filtering based on packet type
tagged/untagged. Use the no form of this command to return to default.
Syntax
switchport general acceptable-frame-type
{tagged-only | untagged-only |
all}
no switchport general acceptable-frame-type
Parameters
•
tagged-only
—Discard untagged packets and priority tagged packets.
•
untagged-only
—Discard VLAN tagged packets (not including Priority
tagged packets)
•
all
—Do not discard packets based on whether the packet is VLAN tagged
or not.
Default Configuration
All frame types are accepted at ingress.
Command Mode
Interface Configuration (Ethernet, port-channel) mode
Example
The following example configures gigabitethernet port
1/0/
3 to discard
untagged frames at ingress.
Console(config)#
interface
gigabitethernet
1/0/3
Console(config-if)#
switchport mode general
Console(config-if)#
switchport general acceptable-frame-type
tagged-only