I am using mikrotik router 750gb. In my network ether2 provides 200 user. I want to limit the each user bandwidth to 512/512k my configuration follows
“”“”“”“”“”“”“”
0 name=“XXXX” target-addresses=192.168.X.0/24 interface=ether2
parent=none packet-marks=“” direction=both priority=8
queue=default-small/default-small limit-at=512k/512k max-limit=512k/512k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small
“”“”
My doubt is this Max 512/512 has been shared by all 200 users in the network or each user will get 512/512k ???