I know there is probably a very simple answer to this question, but whatever I am doing isn't working for me. For my router I have 3 logins, and admin account and 2 user accounts. What I would like is when you login with the admin account, it just takes you to global exec, then your need to enter in the enable password afterwards to access privileged exec mode. However what my router is doing is when I go to login, i enter in the username as admin and when i enter in the password for the admin account, i goes directly to privileged exec, bypassing the enable password. I've tried creating a couple of test accounts, but they as well bypass the global exec. And, yes I have entered in the following:
(config)#enable secret ****
Does anyone know why it's bypassing the global exec mode?
Here are some sections of my config:
security authentication failure rate 10 log
security passwords min-length 6
logging buffered 4096 debugging
enable secret 5 ****
aaa authentication login xauth_list local
aaa authentication login local_auth local
username admin password 7 ****
Thanks.
Brad
(config)#enable secret ****
Does anyone know why it's bypassing the global exec mode?
Here are some sections of my config:
security authentication failure rate 10 log
security passwords min-length 6
logging buffered 4096 debugging
enable secret 5 ****
aaa authentication login xauth_list local
aaa authentication login local_auth local
username admin password 7 ****
Thanks.
Brad