Skip to main content

Static Routes

Location in Dashboard: Switching >> Switch Stacks

Diagram

Classes

switch_stacks (meraki.domains.organizations.networks)

NameTypeConstraintMandatoryDefault Value
routing_static_routesList[routing_static_routes]No

routing_static_routes (meraki.domains.organizations.networks.switch_stacks)

NameTypeConstraintMandatoryDefault Value
nameStringmin: 1, max: 127No
subnetStringRegex: ^((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
next_hop_ipIPNo
advertise_via_ospfBooleantrue, falseNo
prefer_over_ospf_routesBooleantrue, falseNo
management_next_hopIPNo

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
switch_stacks:
- name: DEV_CORE
routing_static_routes:
- name: Server Network
subnet: 10.100.100.0/24
next_hop_ip: 100.65.2.3
advertise_via_ospf: false
prefer_over_ospf_routes: false
- name: IOT Network
subnet: 100.200.100.0/24
next_hop_ip: 100.65.2.4
advertise_via_ospf: false
prefer_over_ospf_routes: false