bandwidth remaining
To specify how to allocate leftover bandwidth to various classes, use the bandwidth remaining command in policy map class configuration mode. To return to the system defaults, use the no form of this command.
bandwidth remaining [percent percentage-value | ratio ratio-value]
no bandwidth remaining [percent percentage-value | ratio ratio-value]
Syntax Description
percent percentage-value |
Specifies the amount of guaranteed bandwidth, based on an absolute percentage of the available bandwidth. Range is from 1 to 100. |
ratio ratio-value |
Specifies the amount of guaranteed bandwidth, based on a bandwidth ratio value. Range is 1 to 127. |
Command Default
No bandwidth is specified.
Command Modes
Policy map class configuration
Command History
Release |
Modification |
---|---|
Release 6.0 |
This command was introduced. |
Usage Guidelines
The bandwidth remaining command is used to proportionally allocate bandwidth to the particular classes, but there is no reserved bandwidth capacity.
The bandwidth remaining ratio or percentage directly translates to weights of the egress queue.
The bandwidth remaining ratio and bandwidth remaining percentage cannot be configured together.
Note |
The egress policies must have eight class maps including the default. This command is supported only in the egress direction. |
Task ID
Task ID |
Operations |
---|---|
qos |
read, write |
Examples
RP/0/RP0/CPU0:router show run policy-map qos
Wed Nov 25 12:13:33.250 UTC
policy-map qos
class qos1
bandwidth remaining ratio 20
!
class qos2
bandwidth remaining ratio 10
!
class qos3
bandwidth remaining ratio 10
!
class qos4
bandwidth remaining ratio 30
!
class qos5
bandwidth remaining ratio 10
!
class qos6
bandwidth remaining ratio 10
!
class qos7
bandwidth remaining ratio 10
!
class class-default
bandwidth remaining ratio 5
!
end-policy-map