OSPF Routing
Location in Dashboard: Switching
>> Configure
>> OSPF Routing
Diagram
Classes
switch (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
routing_ospf | Class | [routing_ospf] | No |
routing_ospf (meraki.domains.organizations.networks.switch)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
hello_timer_in_seconds | Integer | min: 1 , max: 65535 | No | |
dead_timer_in_seconds | Integer | min: 1 , max: 65535 | No | |
areas | List | [areas] | No | |
v3 | Class | [v3] | No | |
md5_authentication_key | Class | [md5_authentication_key] | No | |
md5_authentication | Boolean | true , false | No |
areas (meraki.domains.organizations.networks.switch.routing_ospf)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
area_id | Any | String[min: 1 , max: 13 ] or IP or Integer[min: 1 , max: 4294967295 ] | Yes | |
area_name | String | min: 1 , max: 127 | Yes | |
area_type | Choice | normal , nssa , stub | Yes |
v3 (meraki.domains.organizations.networks.switch.routing_ospf)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
hello_timer_in_seconds | Integer | min: 1 , max: 65535 | No | |
dead_timer_in_seconds | Integer | min: 1 , max: 65535 | No | |
areas | List | [areas] | No |
md5_authentication_key (meraki.domains.organizations.networks.switch.routing_ospf)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 1234 | No | |
passphrase | String | min: 1 , max: 127 | No |
areas (meraki.domains.organizations.networks.switch.routing_ospf.v3)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
area_id | Any | String[min: 1 , max: 13 ] or IP or Integer[min: 1 , max: 4294967295 ] | Yes | |
area_name | String | min: 1 , max: 127 | Yes | |
area_type | Choice | normal , nssa , stub | Yes |
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:
routing_ospf:
enabled: true
hello_timer_in_seconds: 10
dead_timer_in_seconds: 30
areas:
- area_id: "0"
area_name: BACKBONE
area_type: normal
- area_id: "20"
area_name: branch1
area_type: normal
v3:
enabled: false
hello_timer_in_seconds: 30
dead_timer_in_seconds: 60
md5_authentication: true
md5_authentication_key:
id: 1
passphrase: Cisco12345