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 | |
secure_port | Boolean | true , false | No | |
named_vlans | Boolean | true , false | No | |
remote_status_page | Boolean | true , false | No | |
local_status_page_authentication | Class | [local_status_page_authentication] | No |
local_status_page_authentication (meraki.domains.organizations.networks.settings)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
username | String | min: 1 , max: 127 | No | |
password | String | min: 5 , 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