Storm Suppress
| URL | GET | POST | PATCH | PUT | DELETE |
|---|---|---|---|---|---|
| /rest/v1/running/storm-suppress-policies/{name}/{pkt-type} | Y | Y | Y | Y | Y |
Examples
Section titled “Examples”Create a storm suppress policy.
Section titled “Create a storm suppress policy.”POST HTTPS://{switch IP}/rest/v1/running/storm-suppress-policies{ "name": "Ethernet1", "pkt-type": "broadcast", "meter-type": "bytes", "limit-rate": 7812, "cbs": 10000}Properties Descriptions
Section titled “Properties Descriptions”Storm suppress policy
Section titled “Storm suppress policy”Tree Diagrams
+--rw storm-suppress-policies +--rw storm-suppress-policy* [name pkt-type] +--rw name +--rw pkt-type +--rw meter-type +--rw limit-rate +--rw cbs?Table of Properties
| Name | Required | Type/Range | Description |
|---|---|---|---|
| storm-suppress-policies | M | Path-only node, has no configurable value. | |
| This container defines the storm suppression configuration. | |||
| name | M | Ethernet name | (sub-property of storm-suppress-policies) |
| This leaf defines the name of the storm port. | |||
| pkt-type | M | ”unknown-unicast" | |
| "broadcast" | |||
| "unknown-multicast” | (sub-property of storm-suppress-policies) | ||
| This leaf defines the type of cast for the storm port. | |||
| meter-type | M | ”packets" | |
| "bytes” | (sub-property of storm-suppress-policies) | ||
| This leaf defines the meter type for the storm port. | |||
| limit-rate | M | uint64 | (sub-property of storm-suppress-policies) |
| This leaf defines the limit value for the storm port. | |||
| cbs | O | uint64 | (sub-property of storm-suppress-policies) |
| Committed burst size bytes/packets based on |