Cisco Cisco ASR 5700

Page of 8994
  ACS Ruledef Configuration Mode Commands 
smtp session-length  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
1133 
smtp session-length 
This command allows you to define rule expressions to match total length of SMTP sessions. 
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 ] smtp session-length { operator session_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 
session_length
 
Specifies the session length to match. 
session_length
 must be an integer from 1 through 40000000. 
{ range | !range } range_from to range_to
 
Enables or disables the range criteria. 
 
range
: Enables the range criteria. 
 
!range
: Disables the range criteria. 
 
range_from
: Specifies the start of range as an integer from 1 through 40000000. 
 
range_to
: Specifies the end range. 
range_to
 must be an integer from 1 through 40000000, and must 
be greater than 
range_from