Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there
I'm trying to implement wired 802.1x network security. I'v successfully configured my switch to support and forward the 802.1x auth request to my Microsoft Radius NPS Server.
With a Notebook client I can connect to a port on the switch and...
Hi
I would like to achieve that a wired client can authenticate via dot1x and received the defined vlan id from the radius server. The wifi configuration is already working. Client logs in with AD credentials and gets matched with the defined vlan....
Found the solution!
I had to change the Vlan ID on my radius server. I had the vlan name set, and not the ID. Our WLC could handle both (Name and ID).
My radius standard attributes now look like this:
Service-Type: FramedTunnel-Medium-Type: 802 (...
Thanks for your answer!
switch#sh run aaa
!
aaa authentication login default local group RADIUS-Servers
aaa authentication enable default enable none
aaa authentication dot1x default group RADIUS-Servers
aaa authorization network default group RADI...