bw-profile
This command configures the Bandwidth Profile table, which lets you define Bandwidth Profiles.
Syntax
(config-voip)# qoe bw-profile <Index> (bw-profile-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
egress-audio-bandwidth |
Defines the major (total) threshold for outgoing audio traffic (in Kbps). |
egress-video-bandwidth |
Defines the major (total) threshold for outgoing video traffic (in Kbps). |
generate-alarms {disable|enable} |
Enables the device to send an SNMP alarm if a bandwidth threshold is crossed. |
hysteresis |
Defines the amount of fluctuation (hysteresis) from the configured bandwidth threshold in order for the threshold to be considered as crossed (i.e., avoids false reports of threshold crossings). |
ingress-audio-bandwidth |
Defines the major (total) threshold for incoming audio traffic (in Kbps). |
ingress-video-bandwidth |
Defines the major (total) threshold for incoming video traffic (in Kbps). |
minor-threshold |
Defines the Minor threshold value, which is the lower threshold located between the Yellow and Green states. |
name |
Defines a descriptive name, which is used when associating the row in other tables. |
total-egress-bandwidth |
Defines the major (total) threshold for video and audio outgoing bandwidth (in Kbps). |
total-ingress-bandwidth |
Defines the major (total) threshold for video and audio incoming bandwidth (in Kbps). |
Command Mode
Privileged User
Example
This example configures a Bandwidth profile where the Major (total) bandwidth threshold is configured to 64,000 Kbps, the Minor threshold to 50% (of the total) and the hysteresis to 10% (of the total):
(config-voip)# qoe bw-profile 0 (bw-profile-0)# egress-audio-bandwidth 64000 (bw-profile-0)# minor-threshold 50 (bw-profile-0)# hysteresis 10 (bw-profile-0)# activate