Disabling a vlan on a converged interface, Configuring protocol-based vlan classifier rules – Dell POWEREDGE M1000E User Manual

Page 56

Advertising
background image

38

Dell Converged Enhanced Ethernet Administrator’s Guide

53-1002116-01

Configuring protocol-based VLAN classifier rules

5

To configure the interface as converged interface, perform the following steps from Privileged EXEC
mode.

1. Enter the configure terminal command to access global configuration mode.

2. Enter the interface command to specify the CEE interface type and slot/port number.

switch(config)#interface intengigabitethernet 0/1

3. Enter the no shutdown command to enable the CEE interface.

4. Enter the switchport command to set the tagged VLAN on the interface to 100.

switch(conf-if-te-0/1)#switchport converged allowed vlan add 100

Disabling a VLAN on a converged interface

To disable a VLAN on a converged interface, perform the following steps from Privileged EXEC
mode.

1. Enter the configure terminal command to access global configuration mode.

2. Enter the interface command to specify the CEE interface type and slot/port number.

switch(config)#interface intengigabitethernet 0/10

3. Enter the no shutdown command to enable the CEE interface.

4. Enter the switchport command to place the CEE interface into converged mode.

switch(conf-if-te-0/10)#switchport mode converged none

Configuring protocol-based VLAN classifier rules

You can configure VLAN classifier rules to define specific rules for classifying frames to selected
VLANs based on protocol and MAC addresses. Sets of rules can be grouped into VLAN classifier
groups (see

“Creating a VLAN classifier group and adding rules”

on page 39).

VLAN classifier rules (1 through 256) are a set of configurable rules that reside in one of these
categories:

802.1Q protocol-based classifier rules

Source MAC address-based classifier rules

Encapsulated Ethernet classifier rules

NOTE

Multiple VLAN classifier rules can be applied per interface provided the resulting VLAN IDs are
unique for the different rules.

802.1Q protocol-based VLANs apply only to untagged frames, or frames with priority tagging.

With both Ethernet-II and 802.2 SNAP encapsulated frames, the following protocol types are
supported:

Ethernet hexadecimal (0x0000 through 0xffff)

Address Resolution Protocol (ARP)

Fibre Channel over Ethernet (FCoE)

Advertising