User manual
Chapter 4 - Layer 3 Command Set - IP Networking Qm Command (QoS Configuration)
Alvarion BreezeNET B130/B300 GigE 119 Operational User Manual
qm ch26 vlan=7 dot1p=4
Packets which are coming from MINT network through eth0 interface and having
DSCP label 11 is put into channel 25.
qm addout eth0 ch25 dscp11 from 0/0 to 0/0
Packets which are coming from MINT network through eth0 interface and having
DSCP label 13 is put into channel 26.
qm addout eth0 ch26 dscp13 from 0/0 to 0/0
Example of using a hierarchy of service classes:
qm class1 max=1000
qm class2 max=600 ceil=1000
qm class3 max=300 ceil=1000 ceilprio=1
qm ch1 max=200 ceil=1000 class2
qm ch2 max=400 ceil=1000 class2
qm ch3 max=100 ceil=300 class3
qm ch4 max=200 ceil=300 class3
The result of these commands are a hierarchy of service classes (see figure) where
channels (Ch1 and Ch2), members of the Class2, have a higher priority to use a
bandwidth of 1000 kbps then channels (Ch3 and Ch4), since Class2 is of higher
priority than Class3.
Figure 4-3: Qm