General Network Settings
Location in Dashboard: Network-wide
>> Configure
>> General
Diagram
Classes
networks (meraki.domains.organizations)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
settings | Class | [settings] | No |
settings (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
local_status_page_enabled | Boolean | true , false | No | |
local_status_page | Class | [local_status_page] | No | |
secure_port | Class | [secure_port] | No | |
named_vlans | Class | [named_vlans] | No | |
remote_status_page | Boolean | true , false | No |
local_status_page (meraki.domains.organizations.networks.settings)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
authentication | Class | [authentication] | No |
secure_port (meraki.domains.organizations.networks.settings)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No |
named_vlans (meraki.domains.organizations.networks.settings)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No |
authentication (meraki.domains.organizations.networks.settings.local_status_page)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
password | String | min: 6 , max: 64 | 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
settings:
local_status_page_enabled: true
remote_status_page: true
secure_port:
enabled: false
local_status_page:
authentication:
enabled: true
named_vlans:
enabled: true