Switches, Hubs, and Modems
1752660 Members
5552 Online
108788 Solutions
New Discussion юеВ

802.1x impossible getting in authenticator mode

 
SOLVED
Go to solution
DonKiShoot
Occasional Advisor

802.1x impossible getting in authenticator mode

Hello,

On my Procurve 2650, i can't put my interface in authenticator for trying to use 802.1x
This is what append :

# aaa port-access authenticator 41 unauth-vid 1
Port 41 is not an authenticator.

Why can't i put my interface 41 in authenticator mode ?
Someone has an idea ?

#############################################

# sh ver
Image stamp: /sw/code/build/fish(mf_v10_fishp)
May 11 2007 10:06:39
H.10.38
575
Boot Image: Primary

interface 41
name "MOI (B12.09)"
no lacp
exit

aaa authentication port-access eap-radius
radius-server key radius
radius-server host 10.1.10.1 key radius
aaa port-access authenticator active

2 REPLIES 2
ekm101
Senior Member
Solution

Re: 802.1x impossible getting in authenticator mode

Hi
You need to specify the port as an authenticator first.

#aaa port-access authenticator 41
#aaa port-access authenticator 41 unauth-vid 1

That should work
DonKiShoot
Occasional Advisor

Re: 802.1x impossible getting in authenticator mode

Ok thank you very much, it was the tip ;-)