Cisco Cisco ASR 5000

Page of 9109
ACS Ruledef Configuration Mode Commands   
▀  file-transfer declared-file-size 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
844 
   
file-transfer declared-file-size 
This command allows you to define rule expressions to match the declared file size by the File Transfer analyzer 
decoding the FTP handshake. 
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 ] file-transfer declared-file-size operator declared_file_size 
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 
declared_file_size
 
Specifies the declared file size (in bytes) to match. 
declared_file_size
 must be an integer from 1 through 40000000. 
Usage 
Use this command to define rule expressions to match the declared file size by the File Transfer analyzer 
decoding the FTP handshake. 
Example
 
The following command defines a rule expression to match declared file size as 
2500000
 bytes: 
file-transfer declared-file-size = 2500000