clear port txq
Enterasys C3 Configuration Guide 16-9
percent. For example, you could assign WRR to queues 0 through 4 by assigning 20 percent to
each of those queues, and then setting queue 5 to SP.
Examples
This example shows how to change the arbitration values for the queues belonging to ge.1.1 to
Strict Priority. Note that, although you can’t set queues 6 and 7 with this command, their values
are shown by the show port txq command.
C3(su)->set port txq ge.1.1 0 0 0 0 0 100
C3(su)->show port txq
ge.1.1
Port Alg Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7
----- --- --- --- --- --- --- --- --- ---
ge.1.1 STR SP SP SP SP SP SP SP SP
This example shows how to change the arbitration values for the queues belonging to ge.1.1 to
WRR:
C3(su)->set port txq ge.1.1 10 10 20 20 20 20
C3(su)->show port txq ge.1.1
Port Alg Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7
----- --- --- --- --- --- --- --- --- ---
ge.1.1 WRR 10 10 20 20 20 20 SP SP
This example shows how to change the arbitration values for the queues belonging to ge.1.1 to
WRR with SP:
C3(su)->set port txq ge.1.1 10 10 20 20 40 SP
C3(su)->show port txq ge.1.1
Port Alg Q0 Q1 Q2 Q3 Q4 Q5 Q6 Q7
----- --- --- --- --- --- --- --- --- ---
ge.1.1 WRR 10 10 20 20 40 SP SP SP
clear port txq
Use this command to clear port transmit queue values back to their default values.
Syntax
clear port txq port-string
Parameters
Defaults
Queues 6 and 7 are reserved strict priority queues unaffected by this command. By default
transmit queues 0 through 5 are WRR and defined as follows:
Q0 Q1 Q2 Q3 Q4 Q5
--- --- --- --- --- ---
port-string Clears transmit queue values on specific port(s) back to their default
values. For a detailed description of possible port-string values, refer to
“Port String Syntax Used in the CLI” on page 11-1.
Only physical ports can be configured with this command. LAG ports
cannot be configured.