Export .CSV file though DHCP Page

Solved
ViniciusFranca
Here to help

Export .CSV file though DHCP Page

We can only import ready-made .CSV files.

 

Would it be possible to release the option to export the reservation table?

1 Accepted Solution
alemabrahao
Kind of a big deal

On MX it is not possible. 😕

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

View solution in original post

5 Replies 5
alemabrahao
Kind of a big deal

On MX it is not possible. 😕

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Ryan_Miles
Meraki Employee
Meraki Employee

You can get this via api (baseUrl/networks/:networkId/appliance/vlans). Example from one of my MX.

 

"applianceIp": "172.17.30.1",
"subnet": "172.17.30.0/24",
"fixedIpAssignments": {},
"reservedIpRanges": [
{
"start": "172.17.30.2",
"end": "172.17.30.9",
"comment": "reserved"
}
],
"dnsNameservers": "google_dns",
"dhcpHandling": "Run a DHCP server",
"dhcpLeaseTime": "1 week",
alemabrahao
Kind of a big deal

@Ryan_Miles Will It show the fixed IP to?

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Ryan_Miles
Meraki Employee
Meraki Employee

Yes. You can see in what I pasted there's a section for fixed assignments. I just don't have any for that VLAN. But yes, it will show if any are configured.

ViniciusFranca
Here to help

Yes, I can do it via API.

However, it would be much easier if you had a button to export the existing list.

Get notified when there are additional replies to this discussion.