Routing Interfaces DHCP
Location in Dashboard: Switching
>> Configure
>> Routing and DHCP
Diagram
Classes
switch_routing_interfaces (meraki.domains.organizations.networks.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp | Class | [dhcp] | No |
dhcp (meraki.domains.organizations.networks.devices.switch_routing_interfaces)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_mode | Choice | dhcpDisabled , dhcpRelay , dhcpServer | No | |
dhcp_relay_server_ips | List | IP | No | |
dhcp_lease_time | Choice | 1 day , 1 hour , 1 week , 12 hours , 30 minutes , 4 hours | No | |
dns_nameservers_option | Choice | custom , googlePublicDns , openDns | No | |
dns_custom_nameservers | List | IP | No | |
boot_next_server | IP | No | ||
boot_file_name | String | min: 1 , max: 127 | No | |
dhcp_options | List | [dhcp_options] | No | |
reserved_ip_ranges | List | [reserved_ip_ranges] | No | |
fixed_ip_assignments | List | [fixed_ip_assignments] | No | |
boot_options | Boolean | true , false | No |
dhcp_options (meraki.domains.organizations.networks.devices.switch_routing_interfaces.dhcp)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
code | String | Regex: ^([2-9]|1[0-9][0-9]?|2[0-9]|2[0-5][0-4]|[3-9][0-9])$ | Yes | |
type | Choice | hex , integer , ip , text | Yes | |
value | String | min: 1 , max: 127 | Yes |
reserved_ip_ranges (meraki.domains.organizations.networks.devices.switch_routing_interfaces.dhcp)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
start | IP | Yes | ||
end | IP | Yes | ||
comment | String | min: 1 , max: 127 | No |
fixed_ip_assignments (meraki.domains.organizations.networks.devices.switch_routing_interfaces.dhcp)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | Yes | |
mac | MAC | Yes | ||
ip | IP | 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
devices:
- name: L3 Switch 01
switch_routing_interfaces:
- name: "VLAN 1"
dhcp:
dhcp_mode: "dhcpServer"
# dhcp_relay_server_ips:
# - "2.2.2.2"
dhcp_lease_time: "1 day"
dns_nameservers_option: "custom"
dns_custom_nameservers:
- 8.8.8.8
boot_options: true
boot_next_server: "1.1.1.65"
boot_file_name: "test"
dhcp_options:
- code: "150"
type: "ip"
value: "1.1.1.60"
reserved_ip_ranges:
- start: "1.1.1.200"
end: "1.1.1.205"
comment: "test"
fixed_ip_assignments:
- name: "test"
mac: "00:11:22:33:44:55"
ip: "1.1.1.25"