ZyXEL Communications n/a Modem User Manual


 
Chapter 17 Quality of Service (QoS)
DSL & IAD CLI Reference Guide
113
•Protocol: Any.
This example adds and enables a bandwidth policer on the ZyXEL Device using the following
settings.
Class number: 1
Bandwidth: 10 Mbps
This example also adds a policy on the WLAN class using the following settings, applies the
pre-configured bandwidth policer to this policy, and then displays the class and filter settings.
Class number: 1
802.1q tagging: keep the priority setting and VLAN ID of the frames.
Bandwidth policer number: 1
ras> qos filter wlan add 1 service ftp dip 172.16.1.208 255.255.255.0
Filter setting is done.
ras> qos show filter wlan 1
===============================================================================
Class 1 WLAN-class1
Filter Enabled: Yes
Classification Order: 0
Classification Index: 1
Special for Service: FTP
Destination IP/Mask: 172.16.1.208/255.255.255.0
Class Queue: AUTO
===============================================================================
ras>
ras> qos policer 1 set bandwidth 10000
ras> qos policer 1 enable
ras> qos policy wlan 1 vlan same policer 1
tpModifyClassPolicy is completed.
ras> qos show filter wlan 1
===============================================================================
Class 1 WLAN-class1
Filter Enabled: Yes
Classification Order: 0
Classification Index: 1
Special for Service: FTP
Destination IP/Mask: 172.16.1.208/255.255.255.0
Class Queue: AUTO
VLAN policy: MARK VLAN ID: 123 Priority: 1
Bandwidth policer: 1
===============================================================================
ras> qos show class wlan 1
===============================================================================
Class 1 Name: WLAN-class1
Priority: AUTO
Route policy: NONE
DSCP policy: NONE
VLAN policy: MARK VLAN ID: 123 Priority: 1
BW policer: 1
Filter setting: YES
===============================================================================
ras>