Cisco Cisco ASR 5000

Page of 9109
ACS Port Map Configuration Mode Commands   
▀  port 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
634 
   
port 
Adds or removes an individual or a range of TCP/UDP port numbers associated with an application or protocol from the 
current port map. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > ACS Port Map Configuration 
active-charging service service_name > port-map port_map_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-acs-port-map)# 
Syntax
 
[ no ] port { port_number | range start_port_number to end_port_number } 
no
 
If added previously, removes the specified TCP/UDP port numbers from the current port map. 
port_number
 
Specifies a TCP/UDP port number to add to the current port map. 
port_number
 is expressed an integer from 1 through 65535. 
range start_port_number to end_port_number
 
Specifies a range of port numbers to add to the current port map. 
start_port_number
 specifies the starting port number of the range, it must be an integer from 1 through 
65535, and must be less than 
end_port_number
end_port_number
 specifies the ending port number of the range, it must be an integer from 1 through 
65535, and must be greater than 
start_port_number
Usage 
Use this command to add an individual or a range of TCP/UDP port numbers to a port map. Up to 10 sets of 
ports can be configured in each port map. 
Example
 
The following command adds all TCP/UDP port numbers from 
3112
 through 
5000
 to the port map:  
port range 3112 to 5000