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

errors 13030 TACACS+ authentication request missing a Username on console

BigK
Level 1
Level 1

I have 2 routers  connected with a rollover cable from router 1 console port to router 2 aux port.
This connection causes a lot of chatting and generate the below ISE message in RED. when I unplug the cables,
the message is no longer reported. I am looking on how to resolve this issue and keep the connection between the router. I read on other forum that I need to use " no exec" command on the line because it's sending bunch of junk messages on the line and that gets interpreted as an EXEC command. 

 

Message Text Failed-Attempt: Authentication failed
Failure Reason 13030 TACACS+ authentication request missing a User name


router 1

line con 0
password 7 xxxxxxxxx
logging synchronous
stopbits 1
line aux 0
modem InOut
transport preferred none
transport input all
transport output all
stopbits 1


router 2
line con 0
password 7 xxxxxxxx
logging synchronous
stopbits 1
line aux 0
modem InOut
transport preferred none
transport input all
transport output all
stopbits 1

AAA

aaa authentication password-prompt TACACS.server.failed-Use.enable.password:
aaa authentication login default group TACACS-GROUP local-case enable
aaa authentication enable default group TACACS-GROUP enable
aaa authorization console
aaa authorization config-commands
aaa authorization exec default group TACACS-GROUP local
aaa authorization commands 15 default group TACACS-GROUP local
aaa accounting exec default start-stop group TACACS-GRO
!

 

Thanks

Bigk

1 Accepted Solution

Accepted Solutions

Applying " No Exec" on Aux port resolved the issue

View solution in original post

2 Replies 2

Applying " No Exec" on Aux port resolved the issue