maybe someone can shine some light on this: we are trying to use MAC authentication on x440-g2 switches against an aruba clearpass server with radius. we encountered the following problems:
- we need to use the command "enable policy" to even use dot1x and MAC auth properly. as far as i know, this enables a newer radius stack. unfortunatly much of the documentation still uses the old stack. commands like "conf netlogin vlan nt_login" don't exist with the new stack. is there newer documentation about this? what exactly are the differences about these modes "enable/disable policy"
- 6 months ago while testing the mac authentication worked, in the last tests, i get the following error from clearpass:MAC-AUTH: Password in request doesn't match username. Not attempting MAC authentication
The support guy from aruba told me, that MAC auth requires the username and password that get send to the radius server to be the same, which seems to not be the case here. we are currently using firmware 30.2.1.8.
6 months ago when it still worked we used version 22.6 or something. are there changes that went into the radius / netlogin stack?
This is the configuration we are currently using:
* sw309.6 # show config aaa
#
# Module aaa configuration.
#
configure radius netlogin primary server 10.231.131.209 1812 client-ip 172.28.32.52 vr VR-Default
configure radius netlogin primary shared-secret encrypted "********"
configure radius-accounting mgmt-access primary server 10.231.131.209 1813 client-ip 172.28.32.52 vr VR-Default
configure radius-accounting mgmt-access primary shared-secret encrypted "********"
configure radius-accounting netlogin primary server 10.231.131.209 1813 client-ip 172.28.32.52 vr VR-Default
configure radius-accounting netlogin primary shared-secret encrypted "********"
configure radius dynamic-authorization 1 server 10.231.131.209 client-ip 172.28.32.52 vr VR-Default shared-secret encrypted "********"
enable radius
enable radius mgmt-access
enable radius netlogin
enable radius-accounting mgmt-access
enable radius-accounting netlogin
enable radius dynamic-authorization
configure account admin encrypted "********"
create account admin adm encrypted "********"
create netlogin local-user "admin" encrypted "********" vlan-vsa switchnet
* sw309.7 # show config netlogin
#
# Module netLogin configuration.
#
enable netlogin dot1x mac
configure netlogin mac authentication database-order radius
enable netlogin ports 1-16 mac
configure netlogin add mac-list ff:ff:ff:ff:ff:ff 48 encrypted "*********"
* sw309.8 #