I have some Cisco Cat2950LRE and 2950T switches in remote locations that I can only telnet to sporatically. If I reboot the switch, I can telnet to it about four times, but on the fifth telnet, the connection times out. This only happens if I'm telneting from a remote subnet; if
I'm on the same subnet as the switch, this problem doesn't happen.
This is what my con and vty settings look like:
! line con 0 session-timeout 5 timeout login response 300 privilege level 15 password 0 blahblahblah login line vty 0 4 session-timeout 5 timeout login response 300 privilege level 15 password 0 blahblahblah login transport input telnet line vty 5 15 session-timeout 5 timeout login response 300 privilege level 15 password 0 blahblahblah login transport input telnet !
I cannot figure out why telnet would quit working when coming from a remote subnet, but work OK for the local subnet. If it was a gateway problem, I shouldn't be able to telnet from the remote subnet at all. The fact that if fails after four succesful sessions led me to believe that the "session-timeout" and "timeout" commands should free up hung sessions, but that doesn't seem to be the case. And if that was the problem, it should apply to telnet sessions coming from the local subnet as well as remotely.
Am I missing anything? Thanks.