Ports
Location in Dashboard: Security and SD-WAN
>> Configure
>> Addressing & VLANs
>> Routing
Diagram
Classes
appliance (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ports | List | [ports] | No |
ports (meraki.domains.organizations.networks.appliance)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
port_id | Any | Integer[min: 1 , max: 24 ] or String[matches: (\d{1,3}) ] | Yes | |
enabled | Boolean | true , false | No | |
drop_untagged_traffic | Boolean | true , false | No | |
type | Choice | access , trunk | No | |
vlan | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
allowed_vlans | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
access_policy | Choice | open , 8021x-radius , mac-radius , hybris-radius | 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:
ports:
- port_id: 3
enabled: true
type: trunk
allowed_vlans: "10,20"
- port_id: 4
enabled: true
type: trunk
allowed_vlans: "10,20"
- port_id: 5
enabled: true
type: trunk
allowed_vlans: "10,20"
- port_id: 6
enabled: true
vlan: 10
type: access
access_policy: open
- port_id: 11
enabled: true
vlan: 20
type: access
access_policy: open