qos rx-queue multicast
Configures the multicast packet handling on an interface for virtual output queueing.
Syntax
qos rx-queue multicast
{
best-effort-rate
|
guarantee-rate
}
kbps
qos rx-queue multicast
traffic class
number
min-queue-size
Mbytes
max-queue-size
Mbytes
no qos rx-queue multicast
best-effort-rate
|
guarantee-rate
no qos rx-queue multicast
traffic class
number
min-queue-size
Mbytes
max-queue-size
Mbytes
Parameters
- best-effort-rate
kbps
- Specifies the multicast best effort data rate in kilobits per second (kbps). Enter an integer from 704 through 600000000.
- guarantee-rate
kbps
- Specifies the multicast data guarantee data rate in kilobits per second (kbps). Enter an integer from 704 through 600000000.
- traffic class
number
- Specifies the traffic class on the interface. Enter an integer from 0 to 7.
- min-queue-size
Mbytes
- Specifies the minimum queue size in megabytes per second. Enter an integer from 0 through 1024.
-
max-queue-size
Mbytes
- Specifies the maximum queue size in megabytes per second. Enter an integer from 0 through 2048.
Modes
Interface configuration mode
Usage Guidelines
Use the
no form of this command to remove the packet handling configuration.
Examples
The following example configures the multicast packet handling on the interface for virtual output queueing.
device# configure terminal
device(config)# interface ethernet 1/2
device(conf-if-eth-1/2)# qos rx-queue multicast best-effort-rate 3000
device(conf-if-eth-1/2)# qos rx-queue multicast guarantee-rate 30000
device(conf-if-eth-1/2)# qos rx-queue multicast traffic-class 3 min-queue-size 512 max-queue-size 1024