IOS version c1700-ipbasek9-mz.124-19.bin
Thanks
Mik
New installation, or pre-existing with prior Telnet access?
Have you set login and passwords on the VTYs?
Is SSH a permitted transport on your VTYs?
Do you have an access list restricting source IP or port number?
Best Regards,
News Reader
thanks
Mike
aaa new-model
aaa authentication login local_auth local
aaa session-id common
line con 0
exec-timeout 5 0
login authentication local_auth
transport output telnet
line aux 0
login authentication local_auth
transport output telnet
line vty 0 4
password 7 111Axxxxxxxxxx
login authentication local_auth
transport input telnet
\> New installation, or pre-existing with prior Telnet access?
>
> Have you set login and passwords on the VTYs?
>
> Is SSH a permitted transport on your VTYs?
transport input ssh
or
transport input telnet ssh
... depending on which protocols you wish to permit.
Best Regards,
News Reader