Cisco Cisco Packet Data Gateway (PDG) Folheto

Página de 8487
ACS Ruledef Configuration Mode Commands   
▀  ftp filename 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
816 
   
ftp filename 
This command allows you to define rule expressions to match FTP file name. 
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 ] ftp filename [ case-sensitive ] operator file_name 
no
 
If previously configured, deletes the specified rule expression from the current ruledef. 
case-sensitive
 
Specifies that the rule expression be case-sensitive. By default, rule expressions are not case-sensitive. 
operator
 
Specifies how to match. 
operator
 must be one of the following: 
 
!=
: Does not equal 
 
!contains
: Does not contain 
 
!ends-with
: Does not end with 
 
!starts-with
: Does not start with 
 
=
: Equals 
 
contains
: Contains 
 
ends-with
: Ends with 
 
starts-with
: Starts with 
file_name
 
Specifies the file name to match. 
file_name
 must be an alphanumeric string of 1 through 127 characters and may contain punctuation 
characters.