Cisco Cisco ASR 5000

Page of 9109
ACS Ruledef Configuration Mode Commands   
▀  rtp pdu-length 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
1062 
   
rtp pdu-length 
This command allows you to define rule expressions to match PDU length of RTP packets, equal to the RTP header + 
RTP payload. 
Product
 
ACS 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Ruledef Configuration 
active-charging service service_name > ruledef ruledef_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-acs-ruledef)# 
Syntax
 
[ no ] rtp pdu-length operator pdu_length 
no
 
If previously configured, deletes the specified rule expression from the current ruledef. 
operator
 
Specifies how to match. 
operator
 must be one of the following: 
 
!=
: Does not equal 
 
<=
: Lesser than or equals 
 
=
: Equals 
 
>=
: Greater than or equals 
pdu_length
 
Specifies the RTP PDU length (in bytes) to match. 
In 8.1 and later releases, 
pdu_length
 must be an integer from 1 through 65535.  
In 8.0, 
pdu_length
 must be an integer from 1 through 2000. 
Usage 
Use this command to define rule expressions to match PDU length (header + payload) of RTP packets in 
bytes. 
Example
 
The following command defines a rule expression to match an RTP PDU length of 
1000
 bytes: 
rtp pdu-length = 1000