Unsolved
This post is more than 5 years old
21 Posts
0
3964
December 21st, 2016 23:00
Rate limiting on Dell N2048 Switch
Based on the user guide, ACLs can provide ingress traffic rate limiting, while egress ACLs support traffic shaping. When I do:
# ip access-list test
# permit every rate-limit 500000 128
# exit
# interface xx
# ip access-group test in 10
I get only:
Upload: 12.85 Mbit/s
vs 500Mbit/s
Any idea how to fix?
No Events found!


TomasDC
21 Posts
0
December 22nd, 2016 23:00
I am testing with speedtest-cli
Without ACL speed is about 764.91 Mbit/s
TomasDC
21 Posts
0
December 26th, 2016 23:00
If I increase speed limit, speed from speedtest stays the same.
TomasDC
21 Posts
0
December 29th, 2016 06:00
speedtest test server is on the internal network. Why so wrong test result?
Test with iperf looks good. Thanks.