Cisco Cisco ASR 5000

Page of 9109
  ACS Ruledef Configuration Mode Commands 
http transaction-length  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
909 
http transaction-length 
This command allows you to define rule expressions to match HTTP transaction length (combined length of one HTTP 
GET Request message and its associated response messages). 
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 transaction-length { operator transaction_length | { { range | !range } 
range_from to range_to } } 
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 
transaction_length
 
Specifies the HTTP transaction length (in bytes) to match. 
transaction_length
 must be an integer from 1 through 4000000000. 
{ range | !range } range_from to range_to
 
Enables or disables the range criteria for length of transaction. 
 
range
: Enables the range criteria for HTTP transaction length. 
 
!range
: Disables the range criteria for HTTP transaction length. 
 
range_from
: Specifies the start of range (in bytes) for HTTP transaction length. 
 
range_to
: Specifies the end of range (in bytes) for HTTP transaction length.