Configuring Ip Rtp Classification - Cisco Nexus 5000 Series Configuration Manual

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

Advertisement

Configuring QoS
Value
cs7
default
ef
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# class-map type qos class-name
3. switch(config-cmap-qos)# match dscp dscp-list
4. (Optional) switch(config-cmap-qos)# no match dscp dscp-list
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# class-map type qos
class-name
Step 3
switch(config-cmap-qos)# match dscp
dscp-list
Step 4
switch(config-cmap-qos)# no match dscp
dscp-list
This example shows how to classify traffic by matching packets based on the DSCP value in the DiffServ
field of the IP header:
switch# configure terminal
switch(config)# class-map type qos class_dscp
switch(config-cmap-qos)# match
Use the show class-map command to display the DSCP class-map configuration:
switch# show class-map class_dscp

Configuring IP RTP Classification

The IP Real-time Transport Protocol (RTP) is a transport protocol for real-time applications that transmits
data such as audio or video and is defined by RFC 3550. Although RTP does not use a common TCP or UDP
OL-20921-01
List of DSCP Values
CS7 (precedence 7) dscp (111000)—decimal value
56
Default dscp (000000)—decimal value 0
EF dscp (101110)—decimal value 46
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 the values
in the dscp-list . The standard DSCP values are shown in the
preceding table.
(Optional)
Removes the match from the traffic class.
dscp af21, af32
Cisco Nexus 5000 Series NX-OS Quality of Service Configuration Guide
Configuring Class Maps
19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents