cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
834
Views
0
Helpful
1
Replies

Reverse telnet hangs

Colin Higgins
Level 7
Level 7

I have a 2911 configured as a terminal server with a dual-port asynchronus card (16 port), and an OCTO cable

 

When I try to reverse telnet to a device off one of the cisco devices (firewalls, routers, etc.), I get this

 

CA-2911-TERMINAL-01#telnet 10.12.12.1 2003
Trying 10.12.12.1, 2003 ... Open

Password OK

 

and it doesn't go any farther. I have tried multiple port configurations, but haven't been able to figure this out. Here is the config

 

ip host EXT-SW01 2003 10.12.12.1
ip host EXT-SW02 2004 10.12.12.1
ip host FW1 2005 10.12.12.1
ip host FW2 2006 10.12.12.1
ip host NS1 2007 10.12.12.1
ip host NS2 2008 10.12.12.1

 

interface Loopback0
 description used for reverse-telnet
 ip address 10.12.12.1 255.255.255.255

 

line 0/0/0 0/0/15
 session-timeout 60
 login
 no exec
 transport input all
 escape-character BREAK
 telnet speed 9600 9600
 stopbits 1
 flowcontrol hardware

 

If I do a show line I see

 

CA-2911-TERMINAL-01#sho line
   Tty Line Typ     Tx/Rx    A Modem  Roty AccO AccI  Uses  Noise Overruns  Int
*     0    0 CTY              -    -      -    -    -     3      0    0/0      -
      1    1 AUX   9600/9600  -    -      -    -    -     0      0    0/0      -
      2    2 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/0    3 TTY   9600/9600  -    -      -    -    -     3      0    0/0      -
  0/0/1    4 TTY   9600/9600  -    -      -    -    -     0     16    0/0      -
  0/0/2    5 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/3    6 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/4    7 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/5    8 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/6    9 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/7   10 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/8   11 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/0/9   12 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/10   13 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/11   14 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/12   15 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/13   16 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/14   17 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
 0/0/15   18 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
    388  388 VTY              -    -      -    -   23     0      0    0/0      -
    389  389 VTY              -    -      -    -   23     0      0    0/0      -
    390  390 VTY              -    -      -    -   23     0      0    0/0      -

 

what could be the issue here?

 

1 Reply 1

Colin Higgins
Level 7
Level 7

Figured it out -I was using port 1 on the cable when I should have been using port 0 --stupid mistake lol

 

always check the physical layer!