beautypg.com

Egress-rate-limit – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1012

background image

QoS Commands

Software Reference for x310 Series Switches

39.6

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

egress-rate-limit

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:

To disable egress rate limiting on a port, use the commands:

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 to mean 20 megabits.

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

awplus#

configure terminal

awplus(config)#

interface port1.0.1

awplus(config-if)#

no egress-rate-limit