Vlan classifier rule – Dell POWEREDGE M1000E User Manual

Page 74

Advertising
background image

58

Dell Converged Enhanced Ethernet Command Reference

53-1002115-01

vlan classifier rule

3

vlan classifier rule

Creates a VLAN classifier rule.

Synopsis

vlan classifier rule rule_id [mac mac_address vlan <vlan_id>] [proto |arp| fcoe | fip| ip | ipv6]
[encap ethv2 | nosnapllc | snapllc]

no vlan classifier rule

Operands

rule_id

Specifies the VLAN identification rule. The range of valid values is 1-256.

mac

Specifies the Media Access Control (MAC) list.

mac_address

Specifies the MAC address-based VLAN classifier rule used to map to a
specific VLAN.

vlan <vlan_id> Specifies the vlan. Valid values range from 1 through 583.

proto

Specifies the protocol to use for the VLAN classifier rule.

arp

Specifies to use the Address Resolution Protocol.

fcoe

Specifies to use the Fibre Channel over Ethernet Protocol.

fip

Specifies to use the FCoE Initialization Protocol.

ip

Specifies to use the Initialization Protocol.

ipv6

Specifies to use the Initialization Protocol version 6.

encap

Specifies to encapsulate the Ethernet frames sent for the VLAN classifier
rule.

ethv2

Specifies to use the Ethernet version 2 encapsulated frames.

nosnapllc

Specifies to use the Ethernet version 2 non-SNA frames.

snapllc

Specifies to use the Ethernet version 2 with SNA frames.

Defaults

There are no default configurations for this command.

Command

Modes

Global configuration mode

Description

Use this command to configure a VLAN classifier rule to dynamically classify Ethernet packets on
an untagged interface into VLANs. Use the no vlan classifier rule command to delete the VLAN
classifier rule specified by the rule_id.

Usage

Guidelines

VLAN classifiers can be created individually and can be managed separately. Up to 256 VLAN
classifiers can be provisioned. One or more VLAN classifiers can be grouped into a classifier group.
This classifier group can further be applied on an interface.

Examples

To create an fcoe VLAN classifier rule:

switch(config)#vlan classifier rule 2 proto fcoe encap ethv2

To create a MAC-based VLAN classifier rule:

switch(config)#vlan classifier rule 2 mac 0000.0000.0100

Advertising