Skip to main content

Ports

Location in Dashboard: Security and SD-WAN >> Configure >> Addressing & VLANs >> Routing

Diagram

Classes

appliance (meraki.domains.organizations.networks)

NameTypeConstraintMandatoryDefault Value
portsList[ports]No

ports (meraki.domains.organizations.networks.appliance)

NameTypeConstraintMandatoryDefault Value
port_idAnyInteger[min: 1, max: 24] or String[matches: (\d{1,3})]Yes
enabledBooleantrue, falseNo
drop_untagged_trafficBooleantrue, falseNo
typeChoiceaccess, trunkNo
vlanAnyInteger[min: 1, max: 4094] or String[matches: `(?:[1-9][1-9][0-9][1-9][0-9]2
allowed_vlansAnyInteger[min: 1, max: 4094] or String[matches: `(?:[1-9][1-9][0-9][1-9][0-9]2
access_policyChoiceopen, 8021x-radius, mac-radius, hybris-radiusNo

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