Hello,
I was hoping to get help setting up my 2511 term server. I have configured it following suggestions from different posts here, but still not able to get it working. After spending quite some time looking at config and trying to modify, still not able to get it working. Any help or advice would be appreciated. I have a 2511 with aui transceiver and two octal cables, but only using 13 lines. When I try reverse telnet to remote devices, I am able to see them booting all the way to the "press enter to get started" but connection does not respond to key strokes. If I clear line and try to access again, I get stuck in "Trying 10.1.1.2, 2001 ... Open"
I have tried: changing telnet speed settings, stopbits, flowcontrol hardware... here is my config:
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-C-L), Version 12.3(22), RELEASE SOFTWARE (fc2)
hostname TermServer
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
ip subnet-zero
no ip domain lookup
ip host SW1 2001 10.1.1.2
ip host SW2 2002 10.1.1.2
ip host SW3 2003 10.1.1.2
ip host SW4 2004 10.1.1.2
ip host BB3 2005 10.1.1.2
ip host BB2 2006 10.1.1.2
ip host BB1 2007 10.1.1.2
ip host R3 2008 10.1.1.2
ip host R2 2009 10.1.1.2
ip host R1 2010 10.1.1.2
ip host R6 2013 10.1.1.2
ip host R5 2014 10.1.1.2
ip host R4 2015 10.1.1.2
!
!
interface Ethernet0
ip address 10.1.1.2 255.255.255.0
no ip route-cache
no ip mroute-cache
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
no ip http server
ip classless
!
alias exec sw1 telnet sw1 2001
alias exec sw2 telnet sw2 2002
alias exec sw3 telnet sw3 2003
alias exec sw4 telnet sw4 2004
alias exec bb3 telnet bb3 2005
alias exec bb2 telnet bb2 2006
alias exec bb1 telnet bb1 2007
alias exec r3 telnet r3 2008
alias exec r2 telnet r2 2009
alias exec r1 telnet r1 2010
alias exec r6 telnet r6 2013
alias exec r5 telnet r5 2014
alias exec r4 telnet r4 2015
!
line con 0
exec-timeout 0 0
logging synchronous
telnet speed 9600 9600
line 1 16
exec-timeout 0 0
no exec
transport input telnet
telnet speed 9600 9600
autohangup
stopbits 1
line aux 0
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
---------------
TermServer#sh line
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 0 CTY - - - - - 0 0 0/0 -
1 TTY 9600/9600 - - - - - 0 2 0/0 -
2 TTY 9600/9600 - - - - - 0 42 0/0 -
3 TTY 9600/9600 - - - - - 0 0 0/0 -
4 TTY 9600/9600 - - - - - 0 15 0/0 -
5 TTY 9600/9600 - - - - - 0 0 0/0 -
6 TTY 9600/9600 - - - - - 0 0 0/0 -
7 TTY 9600/9600 - - - - - 0 0 0/0 -
8 TTY 9600/9600 - - - - - 0 0 0/0 -
9 TTY 9600/9600 - - - - - 0 0 0/0 -
10 TTY 9600/9600 - - - - - 0 0 0/0 -
11 TTY 9600/9600 - - - - - 0 0 0/0 -
12 TTY 9600/9600 - - - - - 0 0 0/0 -
13 TTY 9600/9600 - - - - - 0 0 0/0 -
14 TTY 9600/9600 - - - - - 0 0 0/0 -
15 TTY 9600/9600 - - - - - 0 0 0/0 -
16 TTY 9600/9600 - - - - - 0 0 0/0 -
17 AUX 9600/9600 - - - - - 0 0 0/0 -
-----
TermServer#telnet 10.1.1.2 2001
Trying 10.1.1.2, 2001 ... Open
Please advise.