CRC
此内容尚不支持你的语言。
Cyclic Redundancy Check.
| URL | GET | POST | PATCH | PUT | DELETE |
|---|---|---|---|---|---|
| /rest/v1/running/crc-detection | Y | Y | Y | N | Y |
Examples
Section titled “Examples”Create crc detection
Section titled “Create crc detection”POST HTTPS://{switch IP}/rest/v1/running/crc-detection{ "enable": "false", "period": 26, "count": 100}Modify crc detection
Section titled “Modify crc detection”PATCH HTTPS://{switch IP}/rest/v1/running/crc-detection{ "enable": "true", "period": 24, "count": 50}Properties Descriptions
Section titled “Properties Descriptions”CRC Detection global configuration
Section titled “CRC Detection global configuration”Tree Diagrams
+--rw crc-detection +--rw enable? +--rw period? +--rw count?Table of Properties
| Name | Required | Type/Range | Description |
|---|---|---|---|
| crc-detection | M | Path-only node, has no configurable value. | |
| CRC error packets detection. | |||
| enable | O | ”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” | |||
| period | O | 2..60 | (sub-property of crc-detection) |
| Time period for receiving CRC error packets. | |||
| Default value: 10 | |||
| count | O | 1..65535 | (sub-property of crc-detection) |
| Number of CRC error packets received. | |||
| Default value: 100 |