3 command examples: port by port configuration – ZyXEL Communications ZyXEL Dimension ES-2024PWR User Manual
Page 187

Chapter 50 Queuing Commands
Ethernet Switch CLI Reference Guide
187
50.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
Enables SPQ starting with the specified queue and
subsequent higher queues on the Gigabit ports.
C
13
hybrid-spq lowest-queue
Enables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C
13
hybrid-spq
Enables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C
13
no hybrid-spq
Disables SPQ starting with the specified queue and
subsequent higher queues on the ports.
C
13
wrr
Sets the switch to use Weighted Round Robin (WRR) on the
specified ports.
C
13
wfq
Sets the switch to use Weighted Fair Queuing (WFQ) on the
specified ports.
C
13
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.
C
13
wrr <wt1> <wt2> ... <wt8>
Assigns a weight value to each physical queue on the Switch. C
13
Table 105 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