rtp-stat qos-trap-rate-limit

Last Updated : Nov 06, 2012 |

Configures the QoS trap rate limiter. The trap rate limiter limits the rate at which QoS traps are sent to the SNMP trap manager on the MGC. The trap rate limiter uses a token bucket scheme, in which traps are sent only if there are tokens in a virtual bucket. Tokens are added to the bucket every token interval, which sets the maximum long term trap rate. Each time a trap is sent, the number of tokens in the bucket decrements. The bucket size is the maximum number of tokens that the bucket can hold. The bucket size limits the trap burst size.

Syntax

rtp-stat qos-trap-rate-limit token-interval bucket-size

Parameters

Parameter

Description

Possible Values

Default Value

token-interval

The interval, in hundredths of seconds, between additions of a token to the bucket

10-100000

1000

bucket-size

The maximum number of tokens stored in the bucket

1-1000

5

User level

read-write

Context

general

Example

To limit the QoS trap rate to a token every 10 hundredths of a second up to 50 tokens:

Gxxx-001(super)# rtp-stat qos-trap-rate-limit 10 50