Chapter 59 Queuing Commands
Ethernet Switch CLI Reference Guide
241
59.3 Command Examples: Port by Port Configuration
This example configures WFQ on ports 1-5 and assigns weight values (1,2,3,4,12,13,14,15) to
the physical queues (Q0 to Q8).
ge-spq <q0|q1| ... |q7> Enables SPQ starting with the specified queue and
subsequent higher queues on the Gigabit ports.
C13
hybrid-spq lowest-queue
<q0|q1| ... |q7>
Enables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C13
hybrid-spq <q0|q1|...|q7> Enables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C13
no hybrid-spq Disables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C13
wrr Sets the switch to use Weighted Round Robin (WRR) on the
specified ports.
C13
wfq Sets the switch to use Weighted Fair Queuing (WFQ) on the
specified ports.
C13
weight <wt1> <wt2> ... <wt8> Assigns a weight value to each physical queue on the Switch.
When the Switch is using WRR or WFQ, bandwidth is divided
across different traffic queues according to their weights.
Queues with larger weights get more service than queues
with smaller weights. Weight values range: 1-15.
C13
wrr <wt1> <wt2> ... <wt8> Assigns a weight value to each physical queue on the Switch. C 13
Table 129 Queuing Command Summary (continued)
COMMAND DESCRIPTION M P
sysname(config)# interface port-channel 1-5
sysname(config-interface)# wfq
sysname(config-interface)# weight 1 2 3 4 12 13 14 15