Cisco Cisco ASR 5700

Page of 8994
ACS Ruledef Configuration Mode Commands   
▀  ip total-length 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
964 
   
ip total-length 
This command allows you to define rule expressions to match the total length field in IP 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 ] ip total-length operator total_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 
total_length
 
Specifies the total length of the IP packet (including payload) to match. 
total_length
 must be an integer from 0 through 4096. 
Usage 
Use this command to define rule expressions to match the total length field in IP headers. 
Example
 
The following command defines a rule expression to match user traffic based on IP total length of 
2000
 
bytes: 
ip total-length = 2000