end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The ACS Port Map Configuration Mode is used to define an application-port mapping in the ACS Configuration Mode. The application-port map associates a range of TCP/UDP ports to a specific application/protocol within a rule definition (ruledef).
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)#
Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
Adds or removes an individual or a range of TCP/UDP port numbers associated with an application or protocol from the current port map.
All
Security Administrator, Administrator
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)#
[ no ] port { port_number | range start_port_number to end_port_number }
If added previously, removes the specified TCP/UDP port numbers from the current port map.
Specifies a TCP/UDP port number to add to the current port map.
port_number is expressed an integer from 1 through 65535.
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 .
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.
port range 3112 to 5000