JSCHWENG wrote:
I need to rate limit the output only of a 100M port to 10M. The input still has to allow 100M in.
If I use this command on a 100M port:
1) Will it limit the port speed to 10M or just guarantee 10M is available for use?
2) Will it only apply to the output and the input can still receive 100M?
srr-queue bandwidth limit 10
1) It will limit the output of the port to 10Mbps
2) it will only apply to the output direction ie. egress
Jon