Options

Any 2509 IOS version for TS? (cant suspend session now)

DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
Is any version of the 2509 IOS capable of being used as a TS server or is there only one version of IOS that supports this feature?

Comments

  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    As long as you can create a Host table then you can make it a terminal server. TS isn't a feature set that is specific to some IOS. It's just a method of congiruing a HOstable on a router that has an Octal cable connection.

    http://www.cisco.com/warp/public/793/access_dial/comm_server.html
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    As long as it runs IP you're good.

    for the configuration of the terminal lines you really only need to disable the exec to make it work, on some older ios versions you want to use the "flush-at-activation" command

    line 1 8
    no exec
    flush-at-activation
    transport input all

    additionally you can use a "session-timeout 10" command to cause the session to timeout after 10 minutes of inactivity.

    After this, put an IP address in the ethernet interface and you're ready to revers telnet to the devices connected to the term server

    Remember to use the 2000 + the line number for the tcp port

    telnet 10.1.1.1 2001

    That would telnet the device on line 1

    HTH
    The only easy day was yesterday!
  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Thanks for the quick replies, link, and tips guys!

    I was just wondering if 12.3.19 would be capable and now that i know its not a specific feature of any one IOS ill give it a try.
  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Ok i configured the 2509 as recomended above however when i telnet to one of the routers useing ctrl-shift-6 x doesnt suspend the session and i am stuck in the router i telneted to.

    Im connecting to the 2509 via telnet and its configured:

    Aux port is set as 192.168.1.1 and the computer i telnet from is on the same subnet.

    loopback address is 10.0.0.10 255.255.255.0 (lab network is 10.0.0.0)

    line 1 8
    no exec
    transport input all

    ip host R1 2001 10.0.0.10

    I can telnet to R1 using "telnet r1 2001" and once i get into R1 i am unable to go back to the 2509.

    Am i overlooking something here?
  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    have you tried the telnet "Quit" command from privileged mode?
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Netstudent wrote:
    have you tried the telnet "Quit" command from privileged mode?

    no i didnt try that, ill give it a try when i get home, im at work icon_rolleyes.gif
  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Delirious wrote:
    Netstudent wrote:
    have you tried the telnet "Quit" command from privileged mode?

    no i didnt try that, ill give it a try when i get home, im at work icon_rolleyes.gif

    Quit pretty much **** me out of the router, i get this message

    "r3 con0 is now available"

    "press RETURN to get started"

    pressing return takes me back to the 2610 and not the 2509.

    Heres the 2509 config
    Cisco 2509 TS1

    User Access Verification

    Password:
    TS1>en
    Password:
    TS1#sh run
    Building configuration...

    Current configuration : 1001 bytes
    !
    version 12.3
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    !
    hostname TS1
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret
    !
    no aaa new-model
    ip subnet-zero
    ip host R1 2001 10.0.0.10
    ip host R2 2002 10.0.0.10
    ip host R3 2003 10.0.0.10
    ip host S1 2004 10.0.0.10
    ip host S2 2005 10.0.0.10
    ip host S3 2006 10.0.0.10
    !
    username cisco privilege 15 password 0 cisco
    username cisco2 privilege 15 password 0 cisco2
    !
    !
    !
    interface Loopback0
    ip address 10.0.0.10 255.255.255.0
    !
    interface Ethernet0
    ip address 192.168.1.1 255.255.255.0
    fair-queue
    !
    interface Serial0
    no ip address
    shutdown
    !
    interface Serial1
    no ip address
    shutdown
    !
    no ip http server
    ip classless
    !
    !
    !
    banner motd ^C Cisco 2509 TS1 ^C
    !
    line con 0
    password cisco
    logging synchronous
    login
    line 1 8
    no exec
    transport input all
    line aux 0
    password cisco
    logging synchronous
    login
    line vty 0 4
    password cisco
    logging synchronous
    login
    !
    end

    TS1#


  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Ok i figured it out, stupid mistake, i had the loopback set as 10.0.0.10 255.255.255.0 and all the routers and switches as 255.0.0.0 . icon_redface.gif
  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    Well at least you figured it out on your own. Lessoned learned right!
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
  • Options
    DeliriousDelirious Member Posts: 79 ■■□□□□□□□□
    Netstudent wrote:
    Well at least you figured it out on your own. Lessoned learned right!

    most definetly!
  • Options
    manicmanic Inactive Imported Users Posts: 42 ■■□□□□□□□□
    umm hmm nvm i didnt read your post right lol but my motd is better :D

    banner motd ^C
    MANIC Labs Inc. Authorized personel only.
    Attempted unauthorized access can result in criminal prosecution.

    All remote activity will be logged for security purposes.^C
    !
    "What do you want from me?" -Pink Floyd
Sign In or Register to comment.