MX/Z3 Wireless Config via API

SOLVED
gosse
Conversationalist

MX/Z3 Wireless Config via API

Does the API let you configure the wireless settings for MX appliances? I'm specifically looking for tx power, this isn't available in the network template.

 

I can't seem to find it, but I'm hoping that someone here knows where it is.

1 ACCEPTED SOLUTION
gosse
Conversationalist

I solved it!

 

PUT /devices/{serial}/wireless/radio/settings works, but you cannot have an "Rf profile ID" in the request.

 

Thanks for pointing me in the right direction!

View solution in original post

5 REPLIES 5
ww
Kind of a big deal
Kind of a big deal

Edgar-VO
Building a reputation

Hi,

 

In my humble opnion you can not change the transmit power with just an API

 

You need to change the rfProfile of that specific device (or create a new one) and the attach that profile to the AP 

 

https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-rf-profiles

 

Hope that helps

Ed

 

 

gosse
Conversationalist

I think my challenge is that I'm using MX/Z3 wireless, not MR wireless.

 

 

GET /devices/{serial}/wireless/radio/settings - pulls the appropriate settings, but I can't find how to modify them.

 

GET /networks/{networkId}/devices/{serial}/wireless/radioSettings - replies 200 but with no wireless settings

 

GET /networks/{networkId}/devices/{serial}/wireless/status - does not work, MR only

 

Any other thoughts on where to look?

gosse
Conversationalist

I solved it!

 

PUT /devices/{serial}/wireless/radio/settings works, but you cannot have an "Rf profile ID" in the request.

 

Thanks for pointing me in the right direction!

Edgar-VO
Building a reputation

Glad you got it...

 

Enjoy 😉

 

Get notified when there are additional replies to this discussion.