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

Reverse telnet with AAA

yang.h
Level 1
Level 1

We have a 2611 router used as a access server for some SUN servers. The 2611 async interface connect with the SUN server's console port. Using the reverse telnet the Admin can connect with the SUN server's console. Problem happened after I configured the AAA for authentication. We noticed a lot of login failed attempt on TACACS server log file. That's the SUN server's console port send out some kind of system information and the 2611 treat it as the user login information. Then it cuase this kind of failed attampt on TACACS server. Is there any way we can get rid of this failed attempt informations except disable the AAA on 2611.

2 Replies 2

4brown
Level 1
Level 1

Try placing this command on the line of the 2611 with issues:

no exec

Looks it's working. Thanks a lot.