Switchport general acceptable-frame-type – Dell PowerEdge VRTX User Manual

Page 551

Advertising
background image

VLAN Commands

551

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC

2+3\new_system_mifs_ARC2_latest\VLAN.fm

D E LL CO N F I D E N T IA L – P R E L I M I N A RY 4 / 3 / 14 - F O R PR O O F O N LY

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 gi0/3 to be in general mode and to

discard untagged frames at ingress.

console(config)# interface gi0/3

console(config-if)# switchport mode general

console(config-if)# switchport general acceptable-frame-type

tagged-only

Advertising