Skip to content
Ask AI

CRC

Cyclic Redundancy Check.

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/crc-detectionYYYNY
POST HTTPS://{switch IP}/rest/v1/running/crc-detection
{
"enable": "false",
"period": 26,
"count": 100
}
PATCH HTTPS://{switch IP}/rest/v1/running/crc-detection
{
"enable": "true",
"period": 24,
"count": 50
}

Tree Diagrams

+--rw crc-detection
+--rw enable?
+--rw period?
+--rw count?

Table of Properties

NameRequiredType/RangeDescription
crc-detectionMPath-only node, has no configurable value.
CRC error packets detection.
enableO”true"
"false”(sub-property of crc-detection)
A flag indicating whether or not enable Cyclic Redundancy Check detection.
”true” — Sends a SNMP trap message and sets the port to “error-down” when the received CRC error packets exceed the count in threshold within the period in threshold.
”false” — do nothing.
Default value: “false”
periodO2..60(sub-property of crc-detection)
Time period for receiving CRC error packets.
Default value: 10
countO1..65535(sub-property of crc-detection)
Number of CRC error packets received.
Default value: 100