cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
1
Replies

help with AAA on router

mjsully
Level 1
Level 1

I have setup our AUX ports on our routers so that it uses a local username and password for authentication and authorization, instead of the TACACS that the other lines use. It works ok, but it still prompts me to enter an enable password to get into enable mode. If I login to another line via TACACS, it takes me directly to enable mode without having to do that. Here is the config I created for my aux port:

aaa authentication login AUXPORT local

aaa authorization exec AUXPORT if-authenticated

aaa authorization commands 15 AUXPORT if-authenticated

line aux 0

login authentication AUXPORT

authorization exec AUXPORT

authorization commands 15 AUXPORT

how do I set it so when I login it takes me into enable mode direct?

1 Reply 1

a.kiprawih
Level 7
Level 7

Hi,

Try to use aaa authorization AUXPORT, or simpler option is to use "privilege level 15" command under aux 0.

Rgds,

AK