Hi All
I am trying to configure my Qos so to throttle the download speed for my guest network. I have tried configuring the Qos with 2 different ways. When using "application Selector" it works fine and limits the download speed to 200kbit/s (upper limit specified). On the exact same configuration , when using "any" as protocol with DSCP it doesn't work.
Configuration applied (Using transparent mode Proxy)
1)Case1:
Traffic Selector:
Name :Test Case 1
Selector Type: Application Selector
Source:Any
Application Selector: HTTP,HTTP audio, HTTP video, HTTPMGNT
Destination : Guest network
Bandwidth Pool
Bound to interface Guest network
upper limit 200
Traffic Selector :Test Case 1
Result: When using speednet the download is limited to 200kbit/s
Note: Speednet is added to the exceptions for caching etc
2)Case 2:
Traffic Selector:
Name :Test Case 2
Selector Type: Traffic Selector
Source:Any
Service: Any
Destination : Guest network
DSCP class: af11
Bandwidth Pool
Bound to interface Guest network
upper limit 200
Traffic Selector :Test Case 2
Result: When using speednet the download is NOT limited to 200kbit/s
Thanks