I've got a Wired 802.1x implementation with a ruckus switch as the Radius client and a Microsoft NPS acting as the Radius server.
The below config line on the switch is the one causing me a lot of grief and I see a constant error showing up on Event Viewer on my NPS.
---------------------------------------------------------------------------------------------------------------------------------
radius-server host 192.168.100.251 auth-port 1812 acct-port 1813 default key Mykeyrds dot1x
------------------------------------------------------------------------------------------------------------------------------------
Error on NPS: A RADIUS message with the Code field set to 12, which is not valid, was received on port 1813 from RADIUS client My ICX switch. Valid values of the RADIUS Code field are documented in RFC 2865.
How do I stop the switch from sending the Code field 12 thing to my NPS???