Cisco Cisco ASR 5000

Page of 9109
ACS Ruledef Configuration Mode Commands   
▀  http attribute-in-url 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
878 
   
http attribute-in-url 
This command allows you to define rule expressions to match arbitrary attribute in the combined Host+URI HTTP 
headers. 
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 ] http attribute-in-url attribute [ case-sensitive ] operator value 
no
 
If previously configured, deletes the specified rule expression from the current ruledef. 
attribute
 
attribute
 must be an alphanumeric string of 1 through 31 characters. 
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 
value
 
Specifies the value as an alphanumeric string of 1 through 127 characters.