Configuring Protocol Classification - Cisco Nexus 7000 Series Configuration Manual

Nx-os quality of service configuration guide
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Classification

Configuring Protocol Classification

For Layer 3 protocol traffic, you can use the ACL classification match. For more information, see the
"Configuring ACL Classification" section.
You can classify traffic based on the protocol arguments described in the table below.
Table 13: match Command Protocol Arguments
Argument
arp
bridging
cdp
clns
clns_es
clns_is
dhcp
isis
ldp
netbios
A maximum of eight different protocols (in the table above) can be matched at a time.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Command or Action
switch# configure terminal
switch(config)# class-map [type qos]
[match-any | match-all] class-map-name
switch(config-cmap-qos)# match [not]
protocol {arp | bridging | clns | clns_is | dhcp
| isis | netbios | cdp | clns_es | ldp}
switch(config-cmap-qos)# exit
(Optional) switch(config)# copy
running-config startup-config
Cisco Nexus 7000 Series NX-OS Quality of Service Configuration Guide
Configuring Protocol Classification
Description
Address Resolution Protocol (ARP)
Bridging
Cisco Discovery Protocol (CDP)
Connectionless Network Service (CLNS)
CLNS End Systems
CLNS Intermediate System
Dynamic Host Configuration (DHCP)
Intermediate system to intermediate system (IS-IS)
Label Distribution Protocol (LDP)
NetBIOS Extended User Interface (NetBEUI)
Purpose
Enters global configuration mode.
Creates or accesses the class map named
class-map-name and enters class-map mode.
The class map name can contain alphabetic,
hyphen, or underscore characters, is case
sensitive, and can be up to 40 characters.
Configures the traffic class by matching packets
based on the specified protocol. Use the not
keyword to match on protocols that do not
match the protocol specified.
Exits global class-map queuing mode, and
enters configuration mode.
Saves this configuration change.
37

Advertisement

Table of Contents
loading

Table of Contents