12-12-2013 07:40 AM
Even though the router is configure to accept telnet connection we can not connect. I atached the sh run of the Router. We can do ping to the router. I proved doing telnet from inside the same router but is not working like you can see in the logs down here. i proved telnet from diferent devices but is not working.
Dayco-CPA#192.168.13.1
*Dec 6 14:16:58.437: %FAN-3-FAN_FAILED: Fan 1 had a rotation error reported.
Trying 192.168.13.1 ...
% Connection refused by remote host
Solved! Go to Solution.
12-12-2013 10:49 AM
Franklin,
the exec-timeout is 0, so maybe all the vtys are just in use and never time out.
Could you check this with show line vty 0 4 and clear the lines if necessary?
Saludos
Rolf
[EDIT]:
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ...
% Connection refused by remote host
R1#show line vty 0 4
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 130 VTY - - - - - 6 0 0/0 -
* 131 VTY - - - - - 5 0 0/0 -
* 132 VTY - - - - - 4 0 0/0 -
* 133 VTY - - - - - 4 0 0/0 -
* 134 VTY - - - - - 2 0 0/0 -
R1#clear line vty 3
[confirm]
[Connection to 1.1.1.1 closed by foreign host]
R1#show line vty 0 4
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 130 VTY - - - - - 6 0 0/0 -
* 131 VTY - - - - - 5 0 0/0 -
* 132 VTY - - - - - 4 0 0/0 -
133 VTY - - - - - 4 0 0/0 -
134 VTY - - - - - 2 0 0/0 -
12-12-2013 10:49 AM
Franklin,
the exec-timeout is 0, so maybe all the vtys are just in use and never time out.
Could you check this with show line vty 0 4 and clear the lines if necessary?
Saludos
Rolf
[EDIT]:
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ... Open
R1#telnet 1.1.1.1
Trying 1.1.1.1 ...
% Connection refused by remote host
R1#show line vty 0 4
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 130 VTY - - - - - 6 0 0/0 -
* 131 VTY - - - - - 5 0 0/0 -
* 132 VTY - - - - - 4 0 0/0 -
* 133 VTY - - - - - 4 0 0/0 -
* 134 VTY - - - - - 2 0 0/0 -
R1#clear line vty 3
[confirm]
[Connection to 1.1.1.1 closed by foreign host]
R1#show line vty 0 4
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 130 VTY - - - - - 6 0 0/0 -
* 131 VTY - - - - - 5 0 0/0 -
* 132 VTY - - - - - 4 0 0/0 -
133 VTY - - - - - 4 0 0/0 -
134 VTY - - - - - 2 0 0/0 -
12-30-2013 09:35 AM
12-30-2013 10:23 AM
I thought the telnet gets timed out ?
Well, it does; by default after 10 minutes inactivity.
But in this case the exec-timeout was set to zero, which means it never times out.
http://www.cisco.com/en/US/docs/ios/12_2/configfun/command/reference/frf004.html#wp1017909
HTH
Rolf
01-01-2014 08:23 AM
yeah sure,
then i don't think of any reason why we are not able to telnet
Franklin, try that , removing the no ecex-timeout command and kill all the current telnet sessions
lets see...
01-10-2014 04:41 PM
Output is pointing the issue with hardware.
I would like to do some bug scrub, please share show version output.
Also let me know, if it works fine from console.
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