cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
2
Replies

AAA question

Colin Higgins
Level 2
Level 2

I always forget how to do this ...

I have AAA enabled on my routers

aaa new model

aaa authentication login default local

username **** privilege 15 password ****

but I want the user to jump right into enable mode upon authenticating. Right now, they log in, then have to type enable and enter a password

what am I missing?

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

Colin

There are a couple of ways that you might accomplish what you need. The choice of which would be best depends on some things in your environment, which you would know better than we would.

- the usual way to get users directly into privilege mode is aaa authorization exec

- you can also get users directly into privilege mode by configuring privilege level 15 on the vty lines. This works ok if you want all users who login to get to privilege mode. If you want only some users directly in privilege mode then you should use aaa authorization exec.

HTH

Rick

HTH

Rick

Collin Clark
VIP Alumni
VIP Alumni

You can set the privilege level under the VTY lines.