3.10.13 ACL Rate Limiter Configuration

Use this command to configure the rate limiter for the ACL of the switch.

Command Syntax:

access-list rate-limiter [ <rate_limiter_list> ] { pps <pps_rate> | 100pps <pps100_rate> | 100kbps <kpbs100_rate> }
Table 3-55. Command Description

Argument

Description

Parameter

<rate_limiter_list>

The rate limiter ID. The range is 1 to 16.

<pps_rate>

pps rate value. The range is 0 to 99.

<pps100_rate>

pps rate value. The range is 0 to 10920.

<kpbs100_rate>

Kbps rate value. The range is 0 to 10000.

Default

N.A

Mode

Global Configuration mode

Usage

Configure the rate limiter. To disable ACL rate limiter, use the ‘no’ version of the command.

Example

Example 1:

Configure the access list rate limiter ID1 to 300 pps.

(config)# access-list rate-limiter 1 100pps 3

Example 2:

Disable ACL rate limiter.

(config)#no access-list rate-limiter