C613-50170-01 Rev B
Command Reference for x510 Series
1619
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
Q
O
S C
OMMANDS
EGRESS
-
RATE
-
LIMIT
To disable egress rate limiting on a port, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
no egress-rate-limit
To set a rate limit on port 1.0.1 of 5Mbps and burst size of 200KB, use the
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
egress-rate-limit 5m max-burst-size 200k
When maximum burst size is 200KB, a burst of up to approximately 200KB can be
sent at line rate (100 or 1000Mbps) if there are packets in the queues to send. If
traffic is still sitting in the queues once the 200KB burst has been sent, then that
traffic will be only transmitted at 5Mbps, not at line rate. If the average egress traffic
rate is over 5Mbps, then the queues will fill up over time. When the queues become
full, the switch will drop packets and/or send pause frames to the traffic source.
You can enable the switch to send pause frames by entering the command
flowcontrol
.
Command
changes
Version 5.4.6-2.1:
max-burst-size
parameter added