Setup guide
Property Description
interface (name) - interface name
queue (name; default: default) - default queue for the interface
Example
To change the default queue type to wireless-default for the wlan1 interface:
[admin@Wandy] queue interface> print
# INTERFACE QUEUE
0 ether1 default
1 wlan1 default
[admin@Wandy] queue interface> set wlan1 queue=wireless-default
[admin@Wandy] queue interface> print
# INTERFACE QUEUE
0 ether1 default
1 wlan1 wireless-default
[admin@Wandy] queue interface>
Configuring Simple Queues
queue simple
Description
Simple queues can be used to set up data rate management for the whole traffic leaving an interface
or for certain target (source) and/or destination addresses. For more sophisticated queue setup use
the queue trees described further on.
Property Description
name (name; default: queue1) - name of the queue
target-address (IP address/mask) - limitation target IP address (source address)
dst-address (IP address/mask) - destination IP address
interface (name) - outgoing interface of the traffic flow
limit-at (text; default: 0/0) - allocated stream data rate (bits/s) in form of in/out, where in is the flow
that matches the rule precisely, and out is the flow that matches the reverse rule (i.e. going from the
specified interface with source and destination addresses swapped)
queue (name; default: default) - queue type. If you specify the queue type other than default, then
it overrides the default queue type set for the interface under /queue interface
priority - flow priority, 1 is the highest priority
max-limit (text; default: 0/0) - maximal stream data rate (bits/s) in form of in/out, where in is the
flow that matches the rule precisely, and out is the flow that matches the reverse rule (i.e. going
from the specified interface with source and destination addresses swapped)
total-limit-at (integer; default: 0) - allocated total (bidirectional) stream data rate (bits/s)
total-max-limit (integer; default: 0) - maximal total (bidirectional) stream data rate (bits/s)
burst-limit (text; default: 0/0) - maximal allowed burst of data rate in form of in/out
burst-threshold (text; default: 0/0) - average burst threshold in form of in/out
burst-time (text; default: 0/0) - burst time in form of in/out
total-burst-limit (text; default: 0) - maximal allowed total (bidirectional) burst of data rate (bits/s)