match ip rtp
Use this command to configure a class map to use the Real-Time Protocol (RTP) port as a match criteria.
Use the no command to remove the RTP port as a match criteria.
Note: The match commands which accept range have silent exit which makes removal of these match configurations easier. For example, classify the traffic based on RTP port using the command match ip rtp 5000,7000, 9000 and remove the match configuration using the command no match ip rtp 5000-9000.
Command Syntax
match ip rtp WORD
no match ip rtp
Parameters
WORD
Specify User Datagram Protocol (UDP) or list of UDP ports that are using RTP. Valid values are from 2000 to 65535.
all
Delete all matched IP RTP values.
Default
No default value is specified
Command Mode
Class-map type qos
Applicability
This command was introduced before OcNOS version 1.3.
Examples
(config)# class-map my_test
(config-cmap-qos)# match ip rtp 2300
Last modified date: 07-14-2023