A queue profile controls the buffering and dropping behavior of a set of egress queues by enabling you to set the buffer weight of the queue, the drop thresholds, and the constraints on queue lengths.
Set the queue lengths as follows:
![]() |
Note: If the sum of the queue minimum lengths is greater than the amount of egress buffer memory, then the egress buffer memory is oversubscribed. |
If you do not set the queue lengths, the router varies the queue length dynamically in the range 1 KB–7 MB.
- host1(config)#queue-profile video
- host1(config-queue)#
- You can configure 16 queue profiles on an E-series router.
- host1(config-queue)#buffer-weight 16
- Queues with a buffer weight of 16 are twice as long as
queues with a buffer weight of 8. The range is 1–63; the default
is 8.
- host1(config-queue)#committed-length
11000 15000
- The range of minimum and maximum lengths is 0–1 GB.
By default, there is no minimum or maximum length. The color for committed
packets is green.
- host1(config-queue)#conformed-length 10000
14000
- The range of minimum and maximum lengths is 0–1 GB.
By default, there is no minimum or maximum length. The color for conformed
packets is yellow.
- host1(config-queue)#exceeded-length 9000 10000
- The range of minimum and maximum lengths is 0–1 GB.
By default, there is no minimum or maximum length. The color for exceeded
packets is red.
- host1(config-queue)#conformed-fraction 60
The range is 0–100 percent; the default is 50.
- host1(config-queue)#exceeded-fraction 40
The range is 0–100 percent; the default is 25.