01-10-2014 07:21 AM - edited 03-07-2019 05:29 PM
I recently upgraded our Symantec Lan enforcer to version 12.1.4, one of the reason was because we were having issue with ports being blocked that should not have been. I am testing the connection now with one system. The Enforcer is set it with all the right policy and the radius server is set up as well. When I add the 802.1x commands to the switch it drops the connection right away. Here are the commands I am adding to the switch
authentication host-mode multi-domain
authentication port-control auto
dot1x pae authenticator
I have also used the following commands as recommended by Symantec.
switchport mode access
dot1x port-control auto
dot1x reauthentication
dot1x timeout reauth-period 30
I still get the same results, the connection is dropped right away.
01-10-2014 12:59 PM
Hi Jaimes,
Have you specified the RADIUS server in the configuration?
radius-server host {hostname | ip-address} auth-port port-number key string
You will then need to tell the switch to use RADIUS for 802.1x:
aaa authentication dot1x default group radius
Then enable dot1x globally:
dot1x system-auth-control
Apart from that your commands look OK (I havent used 802.1x in detail, neither have access to test it here so please give this a try and use the following if you're still experiencing issues)
Once you've configured 802.1x on the interface you can use the 'show dot1x' command to verify if it is in use and if there are errors.
If everything still looks OK please check the 'debug dot1x authsm' for any errors.
Liam
01-13-2014 11:45 AM
I have all those commands on the switch. Stilll getting locked out. I also removed the Symanec enforcer from the picture so now the switch is going to the radius server.
01-14-2014 02:29 AM
Hi,
Have you configured the data and voice vlan on the switch ?
Regards
Alain
Don't forget to rate helpful posts.
01-14-2014 06:16 AM
Jaimes
I have done 802.1x a long time ago with not with Symantec so i probably can't help much but -
1) you need to debug the 802.1x authentication on the switch to see what is happening between the switch and the radiius server
2) i'm assuming you have an 802.1x supplicant on the end client ie. you are not doing anything like mac authentication bypass for example.
There is a different forum that deals with authentication etc. so you may want to move this thread over there as people anwering in those threads may not see your post in this forum -
https://supportforums.cisco.com/community/netpro/security/aaa
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide