Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TACACS help needed 1

Status
Not open for further replies.

North323

Technical User
Joined
Jan 13, 2009
Messages
966
Location
US
ok when we logged into our switches, it would not prompt for username, only a password. i installed tacacs ACS on a windows box (not my choice) and I am able to log into my test switch using AD creds but not able to get into enable mode. i can get to enable mode only by the local password

any ideas?

config t
aaa new-model
aaa authentication login default tacacs+ line enable
aaa authentication enable default enable line
tacacs-server host 172.16.7.4
tacacs-server attempts 5
tacacs-server key something
line vty 0 4
login authentication default
 
Change your 3rd line
'
aaa authentication enable default group tacacs+ enable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top