cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1735
Views
0
Helpful
2
Replies

how to verify local user name

Ramesh Babu
Level 1
Level 1

Hi all,

 

In our device tacacs & local user name is running. Please tell me how to verify local user name is working or not ?

Please suggest me.

2 Replies 2

dbeattie
Level 1
Level 1

Create a new aaa authen profile for local authentication only. Set the vty 1 line to use the aaa profile for local only. This means that the first connection (vty 0) will use the normal authentication (keep this session open) and the second connection (vty 1) will use the local only. Once complete reset the vty 1 line to use your normal authentication method

 

The key is to always leave yourself with a method of returning authentication to your usual method if the local password is corrupt.

 

Hope this helps

 

Dave

Collin Clark
VIP Alumni
VIP Alumni

You can open an SSH session, null route your tacacs servers on the device, then try and login with a new session. Keep that first session open in case the local username/password does not work!!