Options

I need help config a 2509 as a terminal server!

Serial0Serial0 Member Posts: 7 ■□□□□□□□□□
Hey folks! I need a sanity check on configuring a 2509 (w/octal cable) terminal server as it just "hangs" upon telnet:

R2509#telnet r1 2001
Trying r1 (10.10.10.1, 2001)... Open

I tried hitting the "Enter" key there afterwith no console access to the target device (target devices verified accessible directly with hyperterminal com to console port access). The only key combo that works is the ctrl-shift-6 x sequence:

R2509#clear line 1
[confirm]
[OK]

Here's my config and some show outputs:

==========================================
R2509#sh run
Building configuration...

Current configuration : 1174 bytes
!
version 12.2
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname R2509
!
logging queue-limit 100
enable secret 5 $1$sB55$HocDcoMoc7Kvz2p2M97jM/
enable password cisco
!
ip subnet-zero
no ip domain lookup
ip host r4 2004 10.10.10.1
ip host r3 2003 10.10.10.1
ip host r2 2002 10.10.10.1
ip host r1 2001 10.10.10.1
!
interface Loopback9
ip address 10.10.10.1 255.255.255.255
!
interface Ethernet0
ip address 192.168.240.5 255.255.255.0
no ip mroute-cache
no cdp enable
!
interface Serial0
no ip address
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip mroute-cache
shutdown
no cdp enable
!
ip default-gateway 192.168.240.1
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.240.1
!
line con 0
session-timeout 300
exec-timeout 0 0
line 1 8
session-timeout 20
exec-timeout 0 0
flush-at-activation
no exec
transport input telnet
line aux 0
transport preferred telnet
transport input all
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 60 0
password *****
login
transport preferred none
transport input pad v120 telnet rlogin udptn
!
end
=================================================
R2509#sh ip int brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 192.168.240.5 YES NVRAM up up
Loopback9 10.10.10.1 YES manual up up
Serial0 unassigned YES NVRAM administratively down down
Serial1 unassigned YES NVRAM administratively down down
Virtual-Access1 unassigned YES unset up up
=================================================
Frame-Switch#sh run | begin line
line con 0
password 7 104D000A0618
login
line aux 0
password 7 1511021F0725
login
transport input telnet
line vty 0 4
password 7 1511021F0725
login
transport input pad v120 telnet rlogin udptn
!
end
==================================================

I've reviewed cisco's pdf and wildfire's config:

http://www.cisco.com/warp/public/793/access_dial/comm_server.pdf
http://www.techexams.net/forums/viewtopic.php?p=55047

Hopefully, someone can help pinpoint my problem :)
Starting on CCNP-BCSI....

Comments

  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    I'm using the same config as wildfire on my 2511 and that works fine.

    I tried your config on my 2511 -- and it still worked fine (but I didn't clear my config or reload, so something in my running config still could have been there....).

    Are you sure you have the right cable plugged in? Some of my octopus cables have labels glued on that are easy to read, others are molded into the end and are hard to find, let alone read.

    After you telnet and escape back to your 2509, what does show line show for the line?
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    Serial0Serial0 Member Posts: 7 ■□□□□□□□□□
    Thanks for checking my config on your 2511! I tried the remainder cables 2-7 as suggested just in case they were mislabled with the same results.

    I swapped back to cable 1 and powercycled the target device. I observed the boot sequence followed by the link status come up! However, it doesn't go beyond the link status nor doesn't it respond to keyboard inputs.

    Here are the last few lines followed by the "ctrl-shift-6 x" sequence and show ses output:

    00:01:15: %SYS-5-RESTART: System restarted --
    Cisco Internetwork Operating System Software
    IOS (tm) 2500 Software (C2500-IS-L), Version 12.2(32), RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-2005 by cisco Systems, Inc.
    Compiled Fri 02-Dec-05 16:16 by
    00:01:15: %SNMP-5-COLDSTART: SNMP agent on host Frame-Switch is undergoing a cold start
    R2509#show line
    Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
    0 CTY - - - - - 0 0 0/0 -
    * 1 TTY 9600/9600 - - - - - 1 0 0/0 -
    2 TTY 9600/9600 - - - - - 0 0 0/0 -
    3 TTY 9600/9600 - - - - - 0 0 0/0 -
    4 TTY 9600/9600 - - - - - 0 0 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 AUX 38400/38400 - - - - - 0 0 0/0 -
    * 10 VTY - - - - - 2 0 0/0 -
    11 VTY - - - - - 0 0 0/0 -
    12 VTY - - - - - 0 0 0/0 -
    13 VTY - - - - - 0 0 0/0 -
    14 VTY - - - - - 0 0 0/0 -

    R2509#sh sessions
    Conn Host Address Byte Idle Conn Name
    * 1 10.10.10.1 10.10.10.1 0 2 10.10.10.1

    R2509#1
    [Resuming connection 1 to 10.10.10.1 ... ]

    I believe that means the cable (good/bad assumption?) is ok but I am still unable to get a response from the target when I hit the "Enter" key...

    Hrmm.. if the config on the 2509 is assumed to be correct and cable 1 is fine, then that may mean I need to take a closer look at either my putty configs or the console configs of each target... grrr..
    Starting on CCNP-BCSI....
  • Options
    Serial0Serial0 Member Posts: 7 ■□□□□□□□□□
    Opps, forgot this show output:

    R2509#show line tty 1
    Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
    * 1 TTY 9600/9600 - - - - - 2 0 0/0 -

    Line 1, Location: "", Type: "XTERM"
    Length: 38 lines, Width: 80 columns
    Baud rate (TX/RX) is 9600/9600, no parity, 2 stopbits, 8 databits
    Status: Ready, Connected, Active
    Capabilities: EXEC Suppressed
    Modem state: Ready
    Modem hardware state: CTS* DSR* DTR RTS
    Special Chars: Escape Hold Stop Start Disconnect Activation
    ^^x none - - none
    Timeouts: Idle EXEC Idle Session Modem Answer Session Dispatch
    never 00:20:00 none not set
    Idle Session Disconnect Warning
    never
    Login-sequence User Response
    00:00:30
    Autoselect Initial Wait
    not set
    Modem type is unknown.
    Session limit is not set.
    Time since activation: 00:00:26
    Editing is enabled.
    History is enabled, history size is 20.
    DNS resolution in show commands is enabled
    Full user help is disabled
    Allowed input transports are telnet.
    Allowed output transports are pad v120 telnet rlogin.
    Preferred transport is telnet.
    No output characters are padded
    No special data dispatching characters
    Starting on CCNP-BCSI....
  • Options
    cambeicambei Member Posts: 62 ■■■□□□□□□□
    I had a similar issue with just 2 of my routers. This was down to them being older than the rest of mine and requiring different console settings. I cannot remember exactly now, but under those specific lines I had to enable hardware flow control and changed something else! Sorry I cannot remember what exact settings. I don't have access to it right this second.
Sign In or Register to comment.