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 Host Pool Configuration Mode is used to define a pool of host addresses within the ACS Configuration Mode. The host pool facilitates to create rules to handle the packets coming from or going to a group of hosts within an access policy.
Exec > ACS Configuration > ACS Host Pool Configuration
active-charging service service_name > host-pool host_pool_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-acs-host-pool)#
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.
This command allows you to add/remove an individual or a range of host IPv4/IPv6 address(es) from the current host pool.
All
Security Administrator, Administrator
Exec > ACS Configuration > ACS Host Pool Configuration
active-charging service service_name > host-pool host_pool_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-acs-host-pool)#
[ no ] ip { ipv4/ipv6_address | ipv4/ipv6_address/maskbit | range start_ipv4/ipv6_address to end_ipv4/ipv6_address }
If added previously, removes the specified IPv4/IPv6 address(es) from the current host pool.
Specifies an IPv4/IPv6 address to add to the current host pool.
ipv4/ipv6_address must be an IPv4/IPv6 address.
Specifies an IPv4/IPv6 address/mask bits combination to add to the current host pool.
ipv4/ipv6_address must be an IPv4/IPv6 address.
maskbit must be the number of bits in the subnet mask, and must be a numeric value.
Specifies a range of IPv4/IPv6 addresses to add to the current host pool.
start_ipv4/ipv6_address specifies the starting IPv4/IPv6 address of the range, and must be less than end_ipv4/v6_address .
end_ipv4/v6_address specifies the ending IPv4/IPv6 address of the range, and must be greater than start_ipv4/ipv6_address .
Use this command to add an individual or a range of IPv4/IPv6 addresses to a host pool. Up to 20 sets of IPv4/IPv6 addresses can be configured in each host pool.
ip range 10.2.3.4 to 10.4.5.6