General Network Settings
Dashboard Location: Network-wide > Configure > General
Network Settings Management
Section titled “Network Settings Management”General network settings in Meraki provide foundational configuration options that control core network behaviors and administrative features. These settings enable management of status pages, secure communication ports, VLAN naming conventions, and various network-wide operational parameters. Network settings establish the baseline configuration that affects all devices and services within the network, providing centralized control over security policies, monitoring capabilities, and administrative access methods.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”networks (meraki.domains.organizations)
Section titled “networks (meraki.domains.organizations)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
settings | Class | [settings] | No |
settings (meraki.domains.organizations.networks)
Section titled “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)
Section titled “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: 14 , max: 64 | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates network settings configuration using tested YAML configuration from pipeline fixtures.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org networks: - name: !env network_name product_types: - appliance - switch - wireless - camera - sensor - cellularGateway settings: local_status_page_enabled: true remote_status_page: true secure_port: false local_status_page_authentication: username: admin password: "Dw%l/4h=iXp`5z" named_vlans: true