5 queuing method commands, 6 static route commands – ZyXEL Communications LAYER 3 ES-3124 User Manual

Page 284

Advertising
background image

ES-3124 User’s Guide

282

Chapter 36 Configuration Mode Commands

• Disable the secure shell RSA1 encryption key.
• Remove the remote host with IP address 172.165.1.8 from the list of known hosts.
• Remove the remote host with IP address 172.165.1.9 and with an SSH-RSA encryption

key from the list of known hosts.

36.5 Queuing Method Commands

You can use the queuing method commands to configure queuing for outgoing traffic on the
switch. You can only select one queuing method for the switch.

Syntax:

spq

wfq

wrr
wrr fe-spq <Q0-Q7>

where

An example is shown next.

• Set the queueing method to SPQ.

36.6 Static Route Commands

You can create and configure static routes on the switch by using the

ip

route

command.

ras(config)# no ssh key rsa1
ras(config)# no ssh known-hosts 172.165.1.8
ras(config)# no ssh known-hosts 172.165.1.9 ssh-rsa

spq

=

Sets the queuing method to SPQ (Strictly Priority Queuing).

wfq

=

Sets the queuing method to WFQ (Weighted Fair Queuing).

wrr

=

Sets the queuing method to WRR (Weighted Round Robin).

wrr fe-spq <Q0-Q7>

=

Sets the switch to use SPQ to service the subsequent
queue(s) after and including the specified queue.

You may want to configure weights for specific queues on
the ports if you use WRR. See the weight command example
in

Section 37.2.9 on page 293

.

ras(config)# spq

Advertising