Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hej,I am trying to configure authentication so that at any time I can authenticate using either Radius or a local admin account. When someone logins with radius, I expect him to be with regular low privilege (prompt '>') and have to type 'enable' to ...
Thanks for the detailed and clear answer. That explains that what I was trying to achieve is not possible "as such".I'll workaround it based on your suggestions.
Will that enable the local account 'admin' to login into privilege 15 (with prompt '#') directly when login in ?Because - I am a cisco beginner but - I don't see how in the config lines.
The behavior I am trying to change is for when the local 'admin' account is used.When I added the line to suggested, I got a "Authorization failed" for local 'admin' account.When I use a radius account it already behaves as I expect now.
Hi,I added the line as you suggested:switch(config)#line vty 0 15switch(config-line)#login authentication defaultBut it still behaves the same as in the original situation, that is : I get '>' prompt whether I login with local 'admin' account or a ra...
Thanks for your help. I added "aaa authorization exec default group radius local" and now:when I try to login with local 'admin' account I get "% Authorization failed. Connection to xxx closed"when I try with a radius account I get "Line has invalid ...