784
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
Q
O
S C
OMMANDS
EGRESS
-
RATE
-
LIMIT
egress-rate-limit
Overview
Sets a limit on the amount of traffic that can be transmitted per second from this
port.
Use the
no
variant of this command to disable the limiting of traffic egressing on
the interface.
Syntax
egress-rate-limit <
bandwidth
>
no egress-rate-limit
Mode
Interface Configuration
Examples
To enable egress rate limiting on a port, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
egress-rate-limit 64k
%
Egress rate limit has been set to 64 Kb
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
Parameter
Description
<
bandwidth
>
Bandwidth <1-10000000 units per second> (usable units: k, m, g).
The egress rate limit can be configured in multiples of 64kbps. If
you configure a value that is not an exact multiple of 64kbps, then
the value will be rounded up to the nearest higher exact multiple
of 64kbps. The minimum is 64 Kb.
The default unit is Kb (
k
), but Mb (
m
) or Gb (
g
) can also be
specified. The command syntax is not case sensitive, so a value
such as 20m or 20M will be taken as 20 megabits.