VLAN, Power, Network Client Sampling Settings
Location in Dashboard: Switching
>> Configure
>> Switch Settings
Diagram
Classes
switch (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
settings | Class | [settings] | No |
settings (meraki.domains.organizations.networks.switch)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vlan | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
use_combined_power | Boolean | true , false | No | |
power_exceptions | List | [power_exceptions] | No | |
uplink_client_sampling | Boolean | true , false | No | |
mac_blocklist | Boolean | true , false | No |
power_exceptions (meraki.domains.organizations.networks.switch.settings)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
power_type | Choice | combined , redundant , useNetworkSetting | Yes | |
device | Any | String[matches: ^[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}$ ] or String[min: 1 , max: 127 ] | 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: settings: vlan: 99 use_combined_power: false uplink_client_sampling: enabled: true mac_blocklist: enabled: false