The trap-threshold crc-error high-threshold low-threshold command sets an upper threshold, lower threshold, and detection interval for the CRC error alarm.
The undo trap-threshold crc-error high-threshold low-threshold command restores the upper threshold, lower threshold, and detection interval of the CRC error alarm to the default values.
By default, the upper threshold of the CRC error alarm is 1000, the lower alarm threshold is 100, and the detection interval is 10 seconds.
Parameter | Description | Value |
---|---|---|
high-threshold high-threshold |
Indicates the CRC error alarm threshold. When the number of error packets in a measurement period exceeds the threshold, the crc-error alarm is generated. |
The value is an integer that ranges from 1 to 4294967295. The default value is 1000. |
low-threshold low-threshold |
Indicates the threshold for clearing the CRC error alarm. When an alarm is generated, the crc-error alarm is cleared when the number of error packets is lower than this threshold within a measurement period. |
The value is an integer that ranges from 1 to 4294967295 . The default value is 100. |
interval-second interval |
Specifies a detection interval for CRC error frames. |
The value is an integer that ranges from 1 to 65535. The default value is 10. |
shutdown |
Shuts down an interface at the physical layer if the number of CRC error frames received by the interface reaches the alarm threshold for three consecutive detection intervals. By default, an interface is not shut down at the physical layer if the number of CRC error frames received by the interface reaches the alarm threshold for three consecutive detection intervals. |
By default, an interface is not shut down at the physical layer if the number of CRC error frames received by the interface reaches the alarm threshold for three consecutive detection intervals. |
crc-error |
This object indicates that an alarm is generated when the number of CRC error packets exceeds the threshold. |
- |
Usage Scenario
To set an upper threshold, lower threshold, detection interval for the CRC error alarm, run the trap-threshold crc-error high-threshold low-threshold command. After this configuration is performed, a device generates an alarm and sends it to an NMS only when the number of CRC error frames sent or received by the device reaches the upper threshold for three consecutive detection intervals. The device sends a clear alarm to the NMS only when the number of CRC error frames sent or received by the device falls below the lower threshold for three consecutive detection intervals.
If an interface receives a large number of CRC error frames, the interface is prone to flapping. Such interface flapping may easily be left unnoticed. To address this issue, specify shutdown in the command so that the interface is shut down at the physical level if the number of CRC error frames received within the specified interval reaches the configured alarm threshold.Configuration Impact
If shutdown is specified in the command and the interface is deactivated because the number of CRC error frames received within the specified interval reaches the configured alarm threshold, the interface remains Down even if a clear alarm is generated. To prevent services from being affected, activate the interface manually after a clear alarm is generated.
Precautions
The configured thresholds take effect only when the CRC alarm function is enabled. You can run the snmp-agent trap enable port crcexc-error command to enable the CRC alarm function on an interface.
The value of high-threshold must be greater than or equal to that of low-threshold. The following commands cannot coexist. The most recently run command overwrites the previous one.<HUAWEI> system-view [~HUAWEI] interface GigabitEthernet 0/1/0 [~HUAWEI-GigabitEthernet0/1/0] trap-threshold crc-error high-threshold 1500 low-threshold 150 interval-second 15