So I can SSH into my UC520 but I can't Telnet into it. When I telnet in, if I type the wrong password it says Authentication Failed then asks me to try again. If I type the right password it stills says Authentication Failed then immediately disconnects me.
I've included all the configuration items that I figured would be relevant. This is probably very simple.. but I'm lost as to what it would be.
aaa new-model
aaa authentication login default enable
aaa authorization exec default local
aaa accounting connection h323 start-stop group radius
aaa session-id common
gw-accounting aaa
username admin privilege 15 secret 5 thepassword1
username admineast privilege 15 password 0 thepassword2
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
password thepassword1
transport input telnet ssh
transport output telnet ssh
line vty 5 100
transport input telnet ssh
transport output telnet ssh
!