ECS4110-28T_Management Guide

Table Of Contents
C
HAPTER
31
| Congestion Control Commands
Rate Limit Commands
– 1056
rate-limit This command defines the rate limit for a specific interface. Use this
command without specifying a rate to enable rate limiting. Use the no form
to disable rate limiting.
SYNTAX
rate-limit {input | output} [rate]
no rate-limit {input | output}
inputInput rate for specified interface
output – Output rate for specified interface
rate – Maximum value in kbps. (Range: 64-1000000 kbps)
DEFAULT SETTING
Disabled
COMMAND MODE
Interface Configuration (Ethernet, Port Channel)
COMMAND USAGE
Using both rate limiting and storm control on the same interface may lead
to unexpected results. It is therefore not advisable to use both of these
commands on the same interface.
EXAMPLE
Console(config)#interface ethernet 1/1
Console(config-if)#rate-limit input 64
Console(config-if)#
RELATED COMMAND
show interfaces switchport (1008)