Cisco Cisco Packet Data Gateway (PDG) Merkblatt

Seite von 8487
ACS Ruledef Configuration Mode Commands   
▀  rtsp session-length 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
1036 
   
rtsp session-length 
This command allows you to define rule expressions to match the total length of RTSP sessions. 
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 ] rtsp session-length operator session_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 
session_length
 
Specifies the RTSP session length (in bytes) to match. 
session_length
 must be an integer from 1 through 40000000. 
Usage 
Use this command to define rule expressions to match the total length of RTSP sessions. That is, the sum of 
the “rtsp pdu-length” values of all relevant packets. 
Example
 
The following command defines a rule expression to match RTSP session length of 
3000000
 bytes: 
rtsp session-length = 3000000