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

6 Replies 6
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 All-Star Meraki Employee All-Star
Meraki Employee All-Star

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 All-Star Meraki Employee All-Star
Meraki Employee All-Star

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.

DavidSack
New here

I went to Network Wide->Clients->  Selected my printer VLAN and downloaded to a csv file.  Had the name, mac and IP.

 

Thanks

Dave

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco ID. If you don't yet have a Cisco ID, you can sign up.