58 Dell Converged Enhanced Ethernet Command Reference53-1002115-01vlan classifier rule3vlan classifier ruleCreates a VLAN classifier rule.Synopsis vlan classifier rule rule_id [mac mac_address vlan ] [proto |arp| fcoe | fip| ip | ipv6][encap ethv2 | nosnapllc | snapllc]no vlan classifier ruleOperands 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 aspecific VLAN.vlan 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 classifierrule.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.CommandModesGlobal configuration modeDescription Use this command to configure a VLAN classifier rule to dynamically classify Ethernet packets onan untagged interface into VLANs. Use the no vlan classifier rule command to delete the VLANclassifier rule specified by the rule_id.UsageGuidelinesVLAN classifiers can be created individually and can be managed separately. Up to 256 VLANclassifiers 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 ethv2To create a MAC-based VLAN classifier rule:switch(config)#vlan classifier rule 2 mac 0000.0000.0100