Configuring Protocol Classification - Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual

Cli software configuration guide
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

Configuring System Classes
Value
priority
routine
Procedure
Step 1
Step 2
Step 3
Step 4
This example shows how to classify traffic by matching packets based on the precedence value in the ToS
byte field of the IP header:
switch# configure terminal
switch(config)# class-map type qos class_precedence
switch(config-cmap-qos)# match precedence 1-2, critical
Use the show class-map command to display the IP precedence value class-map configuration:
switch# show class-map class_precedence

Configuring Protocol Classification

You can classify traffic based on the protocol field in the IP header. The following table shows the protocol
arguments:
Table 58: Protocol Arguments
Argument
arp
clns_es
clns_is
dhcp
ldp
OL-16597-01
Command or Action
switch# configure terminal
switch(config)# class-map type qos
class-name
switch(config-cmap-qos)# match
precedence precedence-values
switch(config-cmap-qos)# no match
precedence precedence-values
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring Protocol Classification
List of Precedence Values
Priority precedence (1)
Routine precedence (0)
Purpose
Enters configuration mode.
Creates a named object that represents a class of
traffic. Class-map names can contain alphabetic,
hyphen, or underscore characters, are case sensitive,
and can be up to 40 characters.
Configures the traffic class by matching packets based
on precedence-values . Values are shown in the
preceding table.
(Optional)
Removes the match from the traffic class.
Description
Address Resolution Protocol (ARP)
CLNS End Systems
CLNS Intermediate System
Dynamic Host Configuration (DHCP)
Label Distribution Protocol (LDP)
435

Advertisement

Table of Contents
loading

Table of Contents