8021x access policy radius server API

MattG1
Conversationalist

8021x access policy radius server API

On Meraki Z and MX series appliances I need to change the Access Policy on the individual LAN ports.  When using the web interface after you change the policy to 802.1x, the UI changes and allows you to add your Radius Server(s) and their info.

 

Thru postman I can change the ports to the 802.1x Access policy however, I can't seem to find the entry point to add / modify the Radius server info.

 

I don't have a preference as to which version of the API I use.

 

Here's a link to the PUT for changing the access policy

https://developer.cisco.com/meraki/api-v1/#!update-network-appliance-port

 

Any idea?

 

Thanks

 

Matt

3 REPLIES 3
ww
Kind of a big deal
Kind of a big deal

Does it show anything when you enabled it on the port and set the server ip.  Then do a get?

MattG1
Conversationalist

Here is the API url that I am calling:

https://api.meraki.com/api/v1/networks/{networkId}/appliance/ports/4

 

Access Policy set to Open:

MattG1_0-1598287288455.png

Get Response:

{
"number": 4,
"enabled": true,
"type": "access",
"dropUntaggedTraffic": false,
"vlan": 1,
"accessPolicy": "open"
}

 

Access Policy set to 802.1x (No Radius server defined):

MattG1_1-1598287402212.png

Get response:

{
"number": 4,
"enabled": true,
"type": "access",
"dropUntaggedTraffic": false,
"vlan": 1,
"accessPolicy": "8021x-radius"
}

 

Access Policy set to 8021x and a defined Radius server:

MattG1_2-1598287488247.png

 

 

Get Response:

{
"number": 4,
"enabled": true,
"type": "access",
"dropUntaggedTraffic": false,
"vlan": 1,
"accessPolicy": "8021x-radius"
}

 

I don't see a change after adding the Radius server.

 

Thanks

 

Matt

MattG1
Conversationalist

Just as a quick followup as of 8/27/2020, there is currently no support for this functionality.  It's been submitted as a feature request however, there is no ETA.

 

Thanks all

 

Matt

Get notified when there are additional replies to this discussion.