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?