Hi, i am having some trouble configuring my routers to correctly use our ACS server for login, etc.
The goal:
To login through network or console with an approved ACS user name and password, unless the network is down, or the ACS server is unavailable, in which case we would login with a backup local username/password.
The problem is:
I can log in through telnet, using ACS name/pass, but only if the ACS server is available. At the console, i can login, but i am not at the correct access level. If I type en, I am prompted for a password, i can't determine what it would be.
here is the relevant parts of the config:
Let me know and I'll provide any other bits of configuration that are needed
I appreciate your help!!
Luke.
The goal:
To login through network or console with an approved ACS user name and password, unless the network is down, or the ACS server is unavailable, in which case we would login with a backup local username/password.
The problem is:
I can log in through telnet, using ACS name/pass, but only if the ACS server is available. At the console, i can login, but i am not at the correct access level. If I type en, I am prompted for a password, i can't determine what it would be.
here is the relevant parts of the config:
Code:
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization commands 1 default group tacacs+ local
aaa authorization commands 15 default group tacacs+ if-authenticated
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa session-id common
!
!
username netadmin password xxxxx
!
!
tacacs-server host xxx.xxx.xxx.xxx
tacacs-server directed-request
tacacs-server key xxxxxxx
Let me know and I'll provide any other bits of configuration that are needed
I appreciate your help!!
Luke.