HP Procurve 802.1X Configuration

No Comments »

Too lazy to write everything back over.. just get it from there..

Note that you don`t have to write all the lines.. when you type

aaa port-access authenticator 1-24
aaa port-access authenticator 1-24 unauth-vid 15

if create all the individual lines:
aaa port-access authenticator 1
aaa port-access authenticator 1 unauth-vid 15
aaa port-access authenticator 2
aaa port-access authenticator 2 unauth-vid 15

Posted on July 17th 2009 in IT/ Network Admin

HP Procurve Web & Mac Authentication Method

No Comments »

Roughly… Just the commands I’ve noted and tried a few..

Windows Server IAS:
Profile ->Authentication->EAP Method ->EAP Type ->Protected EAP
->MSCHAPv2 ; MSCHAP ; CHAP

HP Switch:
aaa authentication port-access chap-radius
radius-server host 10.24.3.10 key mypassword
aaa port-access authenticator active
aaa port-access authenticator 2-12

-> Web Authentication
aaa port-access web-based dhcp-addr
aaa port-access web-based dhcp-lease
aaa port-access web-based port-list
client limit
client moves
log off period
redirect URL
ssl-login
unauth-vid
auth-vid

-> Mac Authentication
aaa port-access mac-based
aaa port-access mac-based addr-limit <1-8>
auth-vid
log off period (default 300s)

Posted on July 17th 2009 in IT/ Network Admin