bandwidth with queues, expect another Destination/network

Hi, can anyone give a answer for this situation?
I want to limit bandwidth on mikrotik network with queues expect another destination.
This another Destination may be a web server with public IP/ or another network interface in mikrotik rb2011.

This are my config on mikrotik, and I want to make this config on Switch-simple

[admin@MikroTik] /ip firewall> mangle print 
Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=prerouting action=mark-packet new-packet-mark=internet 
     passthrough=yes dst-address=!192.168.2.0/24



[admin@MikroTik] > queue simple print 
Flags: X - disabled, I - invalid, D - dynamic 
 0    name="Switch-simple" target-addresses="" interface=ether9 parent=none 
      packet-marks=internet direction=both priority=8 
      queue=ethernet-default/ethernet-default limit-at=512k/1M max-limit=512k/1M 
      burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small

Thank