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.
info-center rate-limit except { byinfoid infoID | bymodule-alias modname alias }
undo info-center rate-limit except { byinfoid infoID | bymodule-alias modname alias }
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. |
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.
<HUAWEI> system-view [HUAWEI] info-center rate-limit except bymodule-alias AAA AUTHEN_ERR_EVENT
<HUAWEI> system-view [HUAWEI] info-center rate-limit except byinfoid ff011015
<HUAWEI> system-view [HUAWEI] undo info-center rate-limit except bymodule-alias AAA AUTHEN_ERR_EVENT