Storm Control
Location in Dashboard: Switching
>> Configure
>> Switch Settings
>> Storm Control
Diagram
Classes
switch (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
storm_control | Class | [storm_control] | No |
storm_control (meraki.domains.organizations.networks.switch)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
broadcast_threshold | Integer | min: 1 , max: 99 | No | |
multicast_threshold | Integer | min: 1 , max: 99 | No | |
unknown_unicast_threshold | Integer | min: 1 , max: 99 | No | |
treat_these_traffic_types_as_one_threshold | List | Choice[broadcast , multicast ] | No |
Config Sample
meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
switch:
storm_control:
broadcast_threshold: 30
multicast_threshold: 30
unknown_unicast_threshold: 30