VLAN Profiles
Location in Dashboard: Network-wide
>> Configure
>> VLAN Profiles
Diagram
Classes
networks (meraki.domains.organizations)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vlan_profiles | List | [vlan_profiles] | No |
vlan_profiles (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 255 | Yes | |
vlan_names | List | [vlan_names] | Yes | |
vlan_groups | List | [vlan_groups] | Yes | |
iname | String | min: 1 , max: 127 | No |
vlan_names (meraki.domains.organizations.networks.vlan_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 32 | Yes | |
vlan_id | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
adaptive_policy_group | Class | [adaptive_policy_group] | No |
vlan_groups (meraki.domains.organizations.networks.vlan_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 32 | Yes | |
vlan_ids | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
adaptive_policy_group (meraki.domains.organizations.networks.vlan_profiles.vlan_names)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | 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
vlan_profiles:
- name: Default Profile
iname: Default
vlan_names:
- name: default
vlan_id: '1'
vlan_groups: []
- name: CORP
iname: CORP
vlan_names:
- name: default
vlan_id: '100'
vlan_groups: []