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 Bandwidth Policy Configuration Mode is used to create and manage Active Charging Service (ACS) Bandwidth Policies.
Note |
In 12.3 and earlier releases, a maximum of 64 bandwidth policies can be configured. In 14.0 and later releases, a maximum of 256 bandwidth policies can be configured. |
Exec > ACS Configuration > Bandwidth Policy Configuration
active-charging service service_name > bandwidth-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-bandwidth-policy)#
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 configure the flow limit-for-bandwidth parameter for the current bandwidth policy.
ACS
Security Administrator, Administrator
Exec > ACS Configuration > Bandwidth Policy Configuration
active-charging service service_name > bandwidth-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-bandwidth-policy)#
flow limit-for-bandwidth id bandwidth_id group-id group_id
no flow limit-for-bandwidth id bandwidth_id
If previously configured, removes the specified flow limit-for-bandwidth configuration in the current bandwidth policy.
Specifies ID for the current bandwidth policy.
bandwidth_id must be an integer from 1 through 65535.
Specifies group ID for the current bandwidth policy.
group_id must be an integer from 1 through 65535.
Use this command to configure the flow limit-for-bandwidth configuration for a bandwidth policy.
flow limit-for-bandwidth id test123 group-id 123
This command allows you to configure the group ID for the current bandwidth policy.
ACS
Security Administrator, Administrator
Exec > ACS Configuration > Bandwidth Policy Configuration
active-charging service service_name > bandwidth-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-bandwidth-policy)#
group-id group_id direction { downlink | uplink } peak-data-rate peak_data_rate peak-burst-size peak_burst_size violate-action { discard | lower-ip-precedence } [ committed-data-rate committed_data_rate committed-burst-size committed_burst_size [ exceed-action { discard | lower-ip-precedence } ] ]
{ default | no } group-id group_id direction { downlink | uplink }
Configures this command with default settings for the specified group ID.
If previously configured, removes the specified group ID configuration from the current bandwidth policy.
Specifies the group ID.
group_id must be an integer from 1 through 65535.
Specifies the direction for which bandwidth will be controlled.
Specifies the peak data rate, in bits per second.
peak_data_rate must be an integer from 1 through 4294967295.
Default: 0
Specifies the peak burst size, in bytes.
peak_burst_size must be an integer from 1 through 4294967295.
Default: 0
Specifies the action to be taken if Peak Data Rate is surpassed.
discard : Specifies to discard the packet
lower-ip-precedence : Specifies to lower IP precedence of the packet
Specifies the committed Data Rate, in bits per second. This can also be used to specify the Guaranteed Bit Rate (GBR) for Network Controlled QoS (NCQoS) without exceed-action.
committed_data_rate must be an integer from 1 through 4294967295.
Default: 0
Specifies the committed burst size, in bytes.
committed_burst_size must be an integer from 1 through 4294967295.
Default: 0
Specifies the action to be taken if Committed Data Rate is surpassed.
discard : Specifies to discard the packet.
lower-ip-precedence : Specifies to lower IP precedence of the packet.
Use this command to configure the Group ID for an bandwidth policy.
group-id 111 direction downlink peak-data-rate 10000 peak-burst-size 10000 violate-action discard