05-12-2005 06:49 AM - edited 03-03-2019 09:32 AM
HI all,
Today I faced a problem with 1721 series router which is worth sharing. I could ping the router but could not telnet into it. There was no access list on the line vty 0 4,
I gained access to the router only when I asked the tech to put the following commands on the line vty0 4:
line vty 0 4
exec-timeout 60 0
password xxx
transport preferred pad
transport input pad telnet rlogin udptn
transport output pad telnet rlogin udptn
05-12-2005 07:12 AM
What message did you get when you tried to telnet ? Just timeout ?
05-12-2005 07:48 PM
I got a message "Connection refused by remote host"
05-12-2005 08:40 AM
Is it possible that "transport input none" had been configured previously.
Hope this helps,
05-12-2005 07:50 PM
It could be I am not very sure . But would it have worked without the Tranport commands at all?
05-13-2005 03:04 AM
If you use the default configuration (nothing configured under the line vty 0 4 command) and do a "sh line vty 0", you should see that the trasport input is pad and telnet, which would allow you to telnet to the box.
Hope this helps,
05-13-2005 04:39 AM
is transport command neccesary on 1721 with 12.3 ? if yes why?
05-13-2005 05:00 AM
This is not platform specific. The default has not changed in 12.3 so you should be able to telnet to the router unless someone changed that default.
Hope this helps,
05-13-2005 05:02 AM
By the way, the best way to verify this is to remove the "transport input" command from the line vty 0 4 configuration and try the telnet again.
Hope this helps,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide