active-charging service bandwidth-policy group-id direction downlink grpPeakBwp
Configures the peak bandwidth parameters.
Command Mode
Exec > Global Configuration (config) > ACS Configuration (config-service-active_charging_service_name ) > Bandwidth Policy Configuration (config-bandwidth-policy-policy_name )
Syntax
group-id group_id direction{ downlink | uplink } peak_data_rate_option peak_data_rate_value peak-burst-size peak_burst_size violate-action violate_action [ committed_data_rate_option committed_data_rate_value committed-burst-size committed_burst_size [ exceed-action exceed_action ] ]
committed-burst-size committed_burst_size
Specify the committed burst size in bytes.
Must be an integer in the range of 1-4294967295.
exceed-action exceed_action
Specify the action to be taken if the committed data rate is surpassed.
Must be one of the following:
discard : Discards the packet.
lower-ip-precedence : Lowers the IP precedence of the packet.
peak-burst-size peak_burst_size
Specify the peak burst size in bytes.
Must be an integer in the range of 1-4294967295.
violate-action violate_action
Specify the action to be taken if Peak Data Rate is surpassed.
Must be one of the following:
discard : Discards the packet.
lower-ip-precedence : Lowers the IP precedence of the packet.
committed_data_rate_option
Specify the committed data rate option.
Must be one of the following:
committed-data-rate-kbps : Committed data rate in kilo bits per second. This can also be used to specify GBR for Bearer Binding (without the exceed-action).
committed-data-rate : Committed data rate in bits per second. This can also be used to specify GBR for flow binding (without the exceed-action).
committed_data_rate_value
Specify the committed data rate in bits per second, or in kilo bits per second.
Must be an integer in the range of 1-4294967295.
peak_data_rate_option
Specify the peak data rate option.
Must be one of the following:
peak-data-rate-kbps : Peak data rate in kilo bits per second.
peak-data-rate : Peak data rate in bits per second.
peak_data_rate_value
Specify the bandwidth in bits per second or in kilo bits per second.
Must be an integer in the range of 1-4294967295.
Usage Guidelines
Use this command to configure bandwidth control in uplink or downlink direction.