Configuring Ip Rtp 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
cs6
cs7
default
ef
Procedure
Step 1
Step 2
Step 3
Step 4
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
port, you typically configure RTP to use ports 16384 to 32767. UDP communications use an even port and
the next higher odd port is used for RTP Control Protocol (RTCP) communications.
You can classify based on UDP port ranges, which are likely to target applications using RTP.
OL-16597-01
Command or Action
switch# configure terminal
switch(config)# class-map type qos
class-name
switch(config-cmap-qos)# match
dscp dscp-list
switch(config-cmap-qos)# no match
dscp dscp-list
dscp af21, af32
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring IP RTP Classification
List of DSCP Values
CS6 (precedence 6) dscp (110000)—decimal value
48
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.
433

Advertisement

Table of Contents
loading

Table of Contents