02-24-2022 12:20 PM
After I configure the Network Policy server I have this problem.
When I remove the exec authorization local I can't get in
Password required, but none set
% Error in authentication.
SWITCH>
I have seen some suggestion to remove the framed-Protocol = PPP how ?
02-24-2022 01:22 PM
if the config is not saved, reload the device and test it, post complete config and let us know what you looking to achieve here.
for now, looks like you are locked here.
02-24-2022 01:27 PM
hi balaji, I know but what I'm trying to figure out is how to make my cisco2960 switch aaa successful to radius server (NPS)
When I test the authentication/authorization from switch using my account username/password was successful but close the connection after with this error
login as: <username>
Keyboard-interactive authentication prompts from server:
| Password:
End of keyboard-interactive prompts from server
Line has invalid autocommand " ppp negotiate"
02-25-2022 01:51 AM
we are not sure what happend, what point it was gave that error, as you mentioned it was working, after logout it was not working, so i can not think anything more than anything to offer below suggestions :
check below thread may help you :
10-23-2023 11:12 AM
I had the same problem, I don't think you need to make changes to a base config in your RADIUS policies. Instead, try this:
aaa authentication login VTY_AUTHEN group RADIUS_SERVER local
aaa authentication PPP default group RADIUS_SERVER
aaa authorization exec VTY_AUTHOR group RADIUS_SERVER local
and under lines vty 0-15
authorization exec VTY_AUTHOR
login authentication VTY_AUTHEN.
Worked perfectly after HOURS of searching RADIUS and Windows NPS boards...
02-24-2022 09:34 PM - edited 02-28-2022 07:29 PM
@jayznetwork wrote: West Penn Power Bill PayAfter I configure the Network Policy server I have this problem.
When I remove the exec authorization local I can't get in
Password required, but none set
% Error in authentication.SWITCH>
I have seen some suggestion to remove the framed-Protocol = PPP how ?
If you see the following on the client you are using to log in 'Line has invalid autocommand "ppp negotiate" it probably means that the request isn't matching the network policy you created. Putty will close the session before you can see the message.
02-25-2022 05:55 AM
yeah, I've seen resolution to remove the framed-protocol PPP from radius But I couldn't find it
10-23-2023 11:14 AM
don't remove the framed-Protocol=PPP, instead:
aaa authentication ppp default group RADIUS_SERVER.
This tells aaa to accept ppp frames.
03-06-2022 07:53 PM
Hard to troubleshoot without a configuration to know what you are trying to do vs what you have done.
Also, Network Policy Server(NPS) is a Microsoft product and it does not do TACACS.
04-17-2023 01:08 PM
I have this problem after I have set up the Network Policy server.
I can't get in when I take away the exec authorization local.
Error in authentication: Password required, but none set.
SWITCH>
I've heard some people say that the framed-Protocol should be taken out.
If you see "Line has invalid autocommand "ppp negotiate" on the client you are using to log in, it means that the request doesn't match the network policy you made. Before you can see the message, the session will end.
04-17-2023 01:15 PM
Can you make separate post' this make all see and answer you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide