cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10814
Views
4
Helpful
10
Replies

Configuring MR33 for large Deployment

SEANK5
Community Member

We are going to be deploying close to 900+ MR33's and will need to assign static IP addresses to each.

Is there an easier way of configuring them versus hand keying each change in the dashboard for each device.

We have all the information in a spreadsheet along with serial numbers and mac address, and it would be immensely more efficient if we could in some way upload the changes that.

1 Accepted Solution

Accepted Solutions

hody.crouch
Level 7
Level 7

Have you looked at the Bulk Network Creator tool? Organization -> Bulk network creation

You can download a sample spreadsheet from that page, update with all of your information, and upload the spreadsheet. It will geo-code your location addresses, create the networks, and add your access points.

The following fields are supported:

Network Name

Serial (device/AP serial number)

Network Tags

Name (device/AP name)

Tags (device/AP tags)

Address

Notes

Static IP

Netmask

Gateway

DNS1

DNS2

VLAN

If I remember correctly, any omitted fields are automatically ignored.

View solution in original post

10 Replies 10

Markus Benz
Level 6
Level 6

Hi,

you can do it via API.

For 900+ AP's that's worth the effort.

https://documenter.getpostman.com/view/897512/meraki-dashboard-prov-api/2To9xm

@Markus BenzWhich API call are you using to add in a static IP to a MR?

You can try to use PUT device config

https://documenter.getpostman.com/view/897512/meraki-dashboard-prov-api/2To9xm#d4a122ee-0679-dda7-d787-9b70a068d069

I am not sure if lanIp is supported as PUT but it is in GET for sure. So maybe worth a try.

Anyway, I would not recommend to use static IP‘s.

What is your reason for that?

hody.crouch
Level 7
Level 7

Have you looked at the Bulk Network Creator tool? Organization -> Bulk network creation

You can download a sample spreadsheet from that page, update with all of your information, and upload the spreadsheet. It will geo-code your location addresses, create the networks, and add your access points.

The following fields are supported:

Network Name

Serial (device/AP serial number)

Network Tags

Name (device/AP name)

Tags (device/AP tags)

Address

Notes

Static IP

Netmask

Gateway

DNS1

DNS2

VLAN

If I remember correctly, any omitted fields are automatically ignored.

Outstanding!

Created a Template off of our current Test Network, and the Bulk Network option appeared. Will need to rearrange my spreadsheet some, but then we should be good to go.

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

Why are you using static IP's? That is a very painful way of doing it. If it is because of RADIUS, why not use a prefix list in the RADIUS server instead of the individual IP addresses?

I can't remember the last time I statically configured an access point. It is just not something that is needed anymore.

No DHCP at the locations these are being deploy to.

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

Bummer, that is a real shame.

I don't enjoy it either, but its a security requirement for the given environment these are being deployed into.

Which also means that each AP will have to be unboxed and connected to our Test network (which does have DHCP), so it can pull down its config, before being shipped out.

How do you bring them online then?

(they need an IP to download the config)