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

Why this behavor with "login tacacs"?

news2010a
Level 3
Level 3

On my 3750 switch, I create:

#username local secret cisco

#line console 0

password ciscoline

login tacacs

Then I telnet into the switch (via a terminal server).

I get prompt:

Username:

I type "local".

I do not even have a chance to type the password, and then I get:

Username:local

Password:

% Login invalid

Anyone has seen this before?

My intention is that if there is no tacacs system configured, then I would automatically authenticate using the 'local' user and password 'cisco'.

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

If that's your intention, you should use aaa new-model instead.

For instance:

aaa new-model

aaa authentication login default group tacacs+ local

The 'login tacacs' procedure you have, does not have the failover mechanism provided on aaa new-model.

HTH,

__

Edison.

View solution in original post

1 Reply 1

Edison Ortiz
Hall of Fame
Hall of Fame

If that's your intention, you should use aaa new-model instead.

For instance:

aaa new-model

aaa authentication login default group tacacs+ local

The 'login tacacs' procedure you have, does not have the failover mechanism provided on aaa new-model.

HTH,

__

Edison.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card