How to exclude traffic limit from LAN

Hi Everyone !

Hopes all of you doing great. I am having a problem while implementing the simple Queues. I have not set any authentication yet, only set the simple queues for the client, but i am having a problem that when client try to access the PRINTER/SCANNER or try to share the folder with other person on the network they are also accessible as per given speed.

I want to know that how to exclude that limit so that client can access the printer and other shared stuff without any speed limit.

I have created various SUBNETS on the interface with /24 according to the office requirements. There are about 700 concurrent customers on the server. I have created a separate SUBNET for PRINTER, SCANNER and SWITCHES. Examples are given below

  1. 192.168.10.1/24 (PRINTER, SCANNER AND SWITCHES)

  2. 192.168.11.1/24 (First floor computers)

  3. 192.168.12.1/24 (Second floor computers)

  4. 192.168.13.1/24 (Third Floor computers)

And so on…

Quick reply will be highly appriciable. Thanks

i also facing same problem and looking for solution but temporary i created a queue with 100mb upload ; download and mentioning other network class in dst address like your printer network subnet and placed it before the other rules

When user will access resources, which is not on its own subnet, will be considered as OUTSIDE or OTHER network and all filters/queues will be applied to that traffic.
The simple solution is to mark traffic from/to that network subnet and then create a simple queue that allow unlimited bandwidth or like 100Mb/1G as per you required, and dont forget to move this queue to TOP.
You can take example from following link.

http://aacable.wordpress.com/2011/08/04/howto-exempt-rate-limit-for-ftp-server-behind-mt-dmz-in-placment-of-dynamic-queues/

Thanks alot Jahanzeb Bhai !

Your given suggestion worked out but another requirement arise. We also need that all the computers on the network either they are on the First Floor or 2nd Floor they should communicate freely, so that if in case they want to share the Files from 1st Floor of the building to the 3rd Floor of the building. How should i solve this now?