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?