2017-01-30

Heres hoping.  I read that with the latest firmware version LAN ports on the HP527 support 802.1X or MAC authentication.

However, I am unable to get it to work, everything I have setup works, (local forwarding, local authentication, vlan assignment to individual ports etc.) but the port does not present a login box when pluging in a laptop

sample code is below (my config is adapted from this):

"vlan 1201 to 1202"
"#"
"port-security enable"
"dot1x authentication-method eap"
"#"
"radius scheme nps"
"primary authentication 192.168.0.100"
"primary accounting 192.168.0.100"
"key authentication cipher $c$3$pJE/skAfFXZUvMRBtbza33+gCFUj/JiPBQ=="
"key accounting cipher $c$3$MDfFfd1cFzjMKiihMrA5LzM0oh9+6CGxVg==
user-name-format without-domain"
"#"
"domain nps"
"authentication default radius-scheme nps
authorization default radius-scheme nps
accounting default radius-scheme nps
authentication super radius-scheme nps
access-limit disable"
"state active"
"#"
"interface GigabitEthernet1/0/3 port link-type hybrid"
"port hybrid vlan 1 untagged mac-vlan enable"
"stp edged-port enable"
"mac-authentication domain nps
port-security max-mac-count 3"
"port-security port-mode userlogin-secure-or-mac-ext
dot1x max-user 2"
"undo dot1x handshake"
"dot1x mandatory-domain nps undo dot1x multicast-trigger"
"dot1x unicast-trigger"

Show more