User's Manual

EnRoute500 User’s Guide
TR0149 Rev. C5
91
Rate reservations can also be set based on traffic type through an interface. A rate reservation
for a certain type of traffic that enters the EnRoute500 through a particular interface and exits it
through another interface can be set with the ‘out.<output intf>.<input intf>.<traffic
type>.reserve.’ parameters in the ‘qos’ interface, where <output intf> is one of the following:
default, eth0, mesh0, wlan1, wlan2, wlan3, wlan4; <input intf> is one of the following: default,
eth0, local, mesh0, wlan1, wlan2, wlan3, wlan4; <traffic type> is one of the following: ‘vo’, ‘vi’,
‘be’, ‘bk’ (see Table 14 for description of traffic types). These parameters can be set via the
web interface under the “Advanced QoS” tab on the “QoS” page (see Figure 44).
The ‘out.default.default.limit’ value is applied to interfaces that have the ‘out.<output
intf>.<input intf>.reserve’ parameter set to ‘inherit’ or is left blank.
The example below shows how to reserve bandwidth for voice, video, best effort, and
background traffic from wlan1 through the mesh0 interface to 512 kbps, 1 Mbps, 256 kbps, and
128 kbps, respectively.
> use qos
qos> set out.mesh0.wlan1.vo.reserve=512
qos> set out.mesh0.wlan1.vi.reserve=1024
qos> set out.mesh0.wlan1.be.reserve=256
qos> set out.mesh0.wlan1.bk.reserve=128