No way to view or update IP address for single VLAN network

Kamome
Building a reputation

No way to view or update IP address for single VLAN network

I'm writing Python script to generate restore Python script based on current Meraki networks.

During that, I got encontered numereous limitations, but one of the biggest problem is single VLAN network.

 

I have several networks using single VLAN configuration, especially hub MX.

For those kind of networks, I can get static route via API and generate code for recreate.

But I can't read or change MX's network and IP since it doesn't use VLAN, reate static route code returns error because next hop is not int MX's network address.

 

It seems there were feature request for single VLAN API endpoint, but it didn't delivered nor plans to deliver yet. Is there no endpoint for single VLAN network yet?

2 REPLIES 2
PhilipDAth
Kind of a big deal
Kind of a big deal

I haven't updated my script which does this for quite some time ... but this might give you a head start.

http://www.ifm.net.nz/cookbooks/meraki-backup.py 

 

Perhaps only use VLANs?

Nash
Kind of a big deal

Why not enable VLANs, but only have a single VLAN created? That enables you to use "List the VLANs for an MX network" to get subnet, dhcp, etc information.

 

It's what I've done in the recent past, such as yesterday.

Get notified when there are additional replies to this discussion.