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,I'm trying to access my network through 802.1X Radius authentication. My PC is connected to a 2950 switch with following configuration:aaa new-modelaaa authentication dot1x default group radiusdot1x system-auth-controlradius-server host 11.0.0.2 k...
I found a solution to my problem. I administered an IP-adress for the VLAN-interface on the switch:int vlan 8ip address 11.0.0.4 255.255.255.0Apparentlt the switch needs an IP-address to send the Radius-accept-request from.Next step is to get a Radiu...