Set interface speed -- rate limit entire interface

How do we rate limit an entire interface ? Outgoing traffic ?

the interfaces on the router for example are Ethernet1, E2

Want to rate limit Ethernet1 to 35mbps and E2 Outgoing to 40mbps
How can this be achieved ?

See the example near the bottom of this page.

http://www.mikrotik.com/docs/ros/2.8/root/queue.content

Regards

Andrew

If I have 4 interfaces to the net and i want to set for each individually the example does not show that. How to set the external speed on the network card to a set speed for incoming / outgoing and to do this for multiple card each having its own speed setting ?

Why not just use “/interface set ether1 tx-rate= rx-rate=”?

Command might not be 100% accurate - can’t check anywhere right now… :wink:

If I have 4 interfaces to the net and i want to set for each individually the example does not show that

True. The example is for one interface only. You have to add additional queues for your extra interfaces.

Regards

Andrew

/queue simple add interface=ether1 limit-at=0/36700160 max-limit=0/36700160
/queue simple add interface=e2 limit-at=41943040/0 max-limit=41943040/0

or something like that