Cisco Cisco ASR 5700

Page of 8994
  ACS Ruledef Configuration Mode Commands 
tcp src-port  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
1159 
tcp src-port 
This command allows you to define rule expressions to match source a port number in TCP 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 ] tcp src-port { operator port_number | { !range | range } { start_range to 
end_range | port-map port_map_name } } 
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 
port_number
 
Specifies the port number to match. 
port_number
 must be an integer from 1 through 65535. 
range | !range
 
Specifies the range criteria: 
 
!range
: Not in the range 
 
range
: In the range 
start_range to end_range
 
Specifies the starting and ending port numbers for the port range. 
 
start_range
 must be an integer from 1 through 65535. 
 
end_range
 must be an integer from 1 through 65535, and must be greater than 
start_range