I have a Aruba 2530-24G switch where i try to enable rate-limit, and i cant get it to work.
I.e im running the command (under the interface):
int 20 rate-limit all in kbps 210000
Which applies and shows. But i also want to do this on OUTGOING traffic.
In the manual it says:
int <port-list>
rate-limit all <in|out> percent <0-100>|kbps <0-100000000>>
However if i enter:
int 20 rate-limit all out kbps 210000
i get the error:
Invalid input: out
Anyone have any ideas on why not outgoing rate-limit is working?