bandwidth management for bypassed users

Hi,

I have created one account in Mikrotik with IP address 192.168.50.22 which is bypassed (doesn’t have to go through authentication process). I want to put
bandwidth limit on this IP address. So that the client with this IP address can surf the net without authentication and with 256k/256k speed.

How can go about it ? One solution I found is dhcp server → lease. But no luck.

Awaiting your reply.

using queue simple or tree

/queue simple add target-addresses=192.168.50.22 max-limit=256000/256000

But do not forget, to put this simple queue above other simple queues if by any chance IP 192.168.50.22 can match.

Regards.

Faton