
Syntax:
spq wfq wrr
|
| |
where |
|
|
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). |
= | 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 |
|
|
An example is shown next.
• Set the queueing method to SPQ.
sysname(config)# spq
33.6 Static Route Commands
You can create and configure static routes on the switch by using the ip route command.
Syntax:
ip route <ip> <mask>
ip route <ip> <mask>
where |
|
|
<ip> | = | Specifies the network IP address of the final destination. |
<mask> | = | Specifies the subnet mask of this destination. |
= | Specifies the IP address of the gateway. The gateway is an | |
|
| immediate neighbor of your switch that will forward the |
|
| packet to the destination. The gateway must be a router on |
|
| the same segment as your switch. |
256 | Chapter 33 Configuration Mode Commands |