cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5059
Views
0
Helpful
5
Replies

MX/Z3 Wireless Config via API

gossewaar
Frequent Visitor
Frequent Visitor

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

Accepted Solutions

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^
Meraki Community All-Star
Meraki Community All-Star

Edgar-VO
Level 3
Level 3

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

gossewaar
Frequent Visitor
Frequent Visitor

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?

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!

Glad you got it...

Enjoy 😉