< Home

info-center rate-limit except

Function

The info-center rate-limit except command cancels the log processing rate limit for logs.

The undo info-center rate-limit except command deletes the preceding configuration.

Format

info-center rate-limit except { byinfoid infoID | bymodule-alias modname alias }

undo info-center rate-limit except { byinfoid infoID | bymodule-alias modname alias }

Parameters

Parameter Description Value
byinfoid infoID Specifies the log ID in hexadecimal notation.

The value is a 32-digit hexadecimal number in the format XXXXXXXX. It ranges from 0 to ffffffff.

bymodule-alias modname Specifies the log module name. The value is a string of 1 to 24 case-insensitive characters without spaces.
alias Specifies the log mnemonic name. The value is a string of 1 to 64 case-insensitive characters without spaces.

Views

System view

Default Level

3: Management level

Usage Guidelines

When too many logs will never be generated under a specified ID, you can run the info-center rate-limit except command to avoid the impact of the suppression of the log processing rate. After this command is run, the configured log processing rate limit will not be effective for logs with the specified ID or module name.

During a software upgrade, if the function that prevents logs from being suppressed by the information center is configured in the old version, but the new version does not support the specified log module and alias, the function configuration of the specified log module and alias will be automatically cleared after the upgrade.

Example

# Prevent logs specified by the module name and mnemonic from being suppressed by the information center.
<HUAWEI> system-view
[HUAWEI] info-center rate-limit except bymodule-alias AAA AUTHEN_ERR_EVENT
# Prevent logs specified by the log ID from being suppressed by the information center.
<HUAWEI> system-view
[HUAWEI] info-center rate-limit except byinfoid ff011015
# Prevent logs with a specified log ID from being suppressed by the information center.
<HUAWEI> system-view
[HUAWEI] undo info-center rate-limit except bymodule-alias AAA AUTHEN_ERR_EVENT
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >