Any body help me on crs mikrotik switch that how do i limit bandwidth on vlan. i will explain the picture
Like i have a trunk port ether-2 there vlan-200 vlan-300 and vlan -400 . i do not want to limit bandwidth on port.
i want to limit bandwidth on vlan like i want to limit bandwidth for vlan-200. please any body suggest me the configuration.
CRS is not a good device to do this. CRS should be used mostly as a simple switch, and maybe have a few IP interfaces for forwarding IP between networks, but if you want to do policy (such as bandwidth limiting) the CPU is not very powerful, so you’ll get poor network performance.
But - if you want to try it and maybe your traffic is not too much for the CRS - put a simple queue with the target = the vlan interface, and there you set the target max-limit upload and download values.
Brother CRS switch have qos policy. It (bandwidth) can not bind in simple queue. For access vlan and trunk vlan we need to limit bandwidth. Queue you can use when you will declare vlan in interface. I can limit bandwidth on port by using switch Qos. I think you understand the issue.
Yeah - when I posted my first reply, I’d forgotten that the CRS series has some more features available to the hardware switch than other devices have. I haven’t used them or experimented with them since I don’t have a CRS device, so I can’t offer any insights on how to do what you’re looking to do.
I assume you’ve read these wiki articles:
http://wiki.mikrotik.com/wiki/Manual:CRS_features
http://wiki.mikrotik.com/wiki/Manual:CRS_examples#Bandwidth_Limiting
Sorry I couldn’t help more.