508
VLAN Commands
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\VLAN_ISCLI_Only.fm
D E L L C O N F ID E N T IA L – P R E L IM I N A RY 5 / 1 5 /1 2 - F O R P R O O F O N LY
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