Switches, Hubs, and Modems
1748124 Members
3094 Online
108758 Solutions
New Discussion

un able to remove aaa authentication port-access eap-radius line from my HP switch 2626

 
boziah
Advisor

un able to remove aaa authentication port-access eap-radius line from my HP switch 2626

un able to remove aaa authentication port-access eap-radius line from my HP switch 2626

 

when i type no  aaa authentication port-access eap-radius 

i get a Invalid input: port-access.

 

1 REPLY 1
Jeff Carrell
Honored Contributor

Re: un able to remove aaa authentication port-access eap-radius line from my HP switch 2626

Basically, there needs to be a setting, and the default is 'aaa authentication port-access local'.

 

Here is the output of 'sh authe':

 

ProVision(config)# sh authe

 Status and Counters - Authentication Information

  Login Attempts : 3
  Respect Privilege : Disabled

              | Login      Login        Login
  Access Task | Primary    Server Group Secondary
  ----------- + ---------- ------------ ----------
  Console     | Local                   None
  Telnet      | Radius     radius       None
  Port-Access | Local                   None

 

 

On my 3500yl, I added 'aaa authentication port-access eap-radius', here is that result:

 

ProVision(config)# sh authe

 Status and Counters - Authentication Information

  Login Attempts : 3
  Respect Privilege : Disabled

              | Login      Login        Login
  Access Task | Primary    Server Group Secondary
  ----------- + ---------- ------------ ----------
  Console     | Local                   None
  Telnet      | Radius     radius       None
  Port-Access | EapRadius  radius       None

 

then did a 'no aaa authentication port-access eap-radius' and received the same error you did.

 

I then did a 'aaa authentication port-access local', and all is back to normal.

 

ProVision(config)# sh authe

 Status and Counters - Authentication Information

  Login Attempts : 3
  Respect Privilege : Disabled

              | Login      Login        Login
  Access Task | Primary    Server Group Secondary
  ----------- + ---------- ------------ ----------
  Console     | Local                   None
  Telnet      | Radius     radius       None
  Port-Access | Local                   None

 

 ------------

 

hth...Jeff