Single LAN
Location in Dashboard: Security and SD-WAN
>> Configure
>> Addressing & VLANs
>> Routing
Diagram
Classes
appliance (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
single_lan | Class | [single_lan] | No |
single_lan (meraki.domains.organizations.networks.appliance)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
subnet | String | Regex: ^((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\/([1-9]|[12][0-9]|3[0-2])$ | No | |
appliance_ip | IP | No | ||
ipv6 | Class | [ipv6] | No | |
mandatory_dhcp | Boolean | true , false | No |
ipv6 (meraki.domains.organizations.networks.appliance.single_lan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
prefix_assignments | List | [prefix_assignments] | No |
prefix_assignments (meraki.domains.organizations.networks.appliance.single_lan.ipv6)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
autonomous | Boolean | true , false | No | |
static_prefix | IP | No | ||
static_appliance_ip6 | IP | No | ||
origin | Class | [origin] | No |
origin (meraki.domains.organizations.networks.appliance.single_lan.ipv6.prefix_assignments)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
type | Choice | independent , internet | Yes | |
interfaces | List | String[min: 1 , max: 10 ] | 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
appliance:
single_lan:
subnet: "192.168.1.0/24"
appliance_ip: "192.168.1.1"
mandatory_dhcp: true