2511 configuration

notgoing2failnotgoing2fail Member Posts: 1,138
hey guys,

I'm finally getting around to my 2511 now that I have a transceiver for the AUI port.

I tried checking out websites that show you how to configure the octal cables and I seem to be missing something pretty important. I am getting this error when trying to connect to one of my routers.
Router#rtr-1811
Trying rtr-1811 (192.168.168.1, 2001)...
% Connection refused by remote host 


here's my config.
!
!
no aaa new-model
ip subnet-zero
no ip domain lookup
ip host rtr-1811 2001 192.168.168.1
!
! 
!
interface Loopback1
 ip address 192.168.168.1 255.255.255.255
!
interface Ethernet0
 ip address 192.168.1.155 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
no ip http server
ip classless
!
!
!
!
line con 0
line 1 16
line aux 0
line vty 0 4
 login
!
end 


Thoughts? this is the 2511 with the octal cables, not the RJ-45 one...

I'm currently consoled into the 2511.

Comments

  • tierstentiersten Member Posts: 4,505
    Do "show line" and then "clear line".
  • notgoing2failnotgoing2fail Member Posts: 1,138
    Here's my "show line".
    Router#show line
       Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
    *    0 CTY              -    -      -    -    -      0       1     0/0       -
    *    1 TTY   9600/9600  -    -      -    -    -      0       1    76/230     -
         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 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       -
        18 VTY              -    -      -    -    -      0       0     0/0       -
        19 VTY              -    -      -    -    -      0       0     0/0       -
        20 VTY              -    -      -    -    -      0       0     0/0       -
        21 VTY              -    -      -    -    -      0       0     0/0       -
       Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
    
        22 VTY              -    -      -    -    -      0       0     0/0       -
    
    Router#
    


    When I try clear line, it says invalid command. I have to put in a line number like: clear line 1

    It said "OK" but it didn't seem to make any difference...
  • thenjdukethenjduke Member Posts: 894 ■■■■□□□□□□
    type in 1 instead of the Router Name after first time of connecting. I had same problem. You can show line and clear line as tiersten explain. Remember the name is associated with the line like 2001.
    CCNA, MCP, MCSA, MCSE, MCDST, MCITP Enterprise Administrator, Working towards Networking BS. CCNP is Next.
  • thenjdukethenjduke Member Posts: 894 ■■■■□□□□□□
    One other thing on the Router or Switch connecting too did you type under line console 0 login and set no password? I did this and was not able to get in through console port. I had to reset the entire switch.
    CCNA, MCP, MCSA, MCSE, MCDST, MCITP Enterprise Administrator, Working towards Networking BS. CCNP is Next.
  • notgoing2failnotgoing2fail Member Posts: 1,138
    thenjduke wrote: »
    One other thing on the Router or Switch connecting too did you type under line console 0 login and set no password? I did this and was not able to get in through console port. I had to reset the entire switch.

    To make sure I jumped on my router and went to the console line and typed this:

    no login
    no password

    When I issue show run, it doesn't seem to show these two commands though, but when I directly console to the router, I get right in, it doesn't ask for password. I think it has AAA new-model enabled though, that shouldn't be problem though right?
    line con 0
     exec-timeout 0 0
     privilege level 15
     logging synchronous
    


    I'm going to turn on another device and try to connect, let's see if it's the 2511 or the 1811 router...

    I also tried typing just "1" and even "2001", it didn't do anything...
  • notgoing2failnotgoing2fail Member Posts: 1,138
    I tried cable #8 plugged into my switch. Same results below:
    And you can see the different commands I tried.

    Router(config)#ip host sw-3550-01 2008 192.168.168.1
    Router(config)#exit
    Router#
    00:59:35: %SYS-5-CONFIG_I: Configured from console by console
    
    Router#sw-3550-01
    Trying sw-3550-01 (192.168.168.1, 200[IMG]https://us.v-cdn.net/6030959/uploads/images/smilies/icon_cool.gif[/IMG]...
    % Connection refused by remote host
    
    Router#
    Router#
    Router#8
    % Unknown command or computer name, or unable to find computer address
    Router#2008
    % Unknown command or computer name, or unable to find computer address
    Router# 
    
  • DPGDPG Member Posts: 780 ■■■■■□□□□□
    telnet 192.168.168.1 2001
  • notgoing2failnotgoing2fail Member Posts: 1,138
    DPG wrote: »
    telnet 192.168.168.1 2001


    Now I'm starting to get concerned.....icon_redface.gif

    Router#telnet 192.168.168.1 2001
    Trying 192.168.168.1, 2001 ...
    % Connection refused by remote host
    
    Router#telnet 192.168.168.1 2008
    Trying 192.168.168.1, 2008 ...
    % Connection refused by remote host
    
    Router#  
    
  • notgoing2failnotgoing2fail Member Posts: 1,138
    I don't understand, how can the connection be refused?

    Both devices don't have login/password on their consoles.

    When I plug directly to their console ports, I get right in....

    My latest SHOW LINE.

    Router#show line
       Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
    *    0 CTY              -    -      -    -    -      0       1     0/0       -
        [B] 1 TTY   9600/9600  -    -      -    -    -      0      60    78/237     -[/B]
         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       -
         [B]8 TTY   9600/9600  -    -      -    -    -      0      36     0/0       -[/B]
       
    
  • DPGDPG Member Posts: 780 ■■■■■□□□□□
    I had the same problem as well.

    What does sh sessions list?

    I would also save the config and reload the router.
  • notgoing2failnotgoing2fail Member Posts: 1,138
    DPG wrote: »
    I had the same problem as well.

    What does sh sessions list?

    I would also save the config and reload the router.


    I'll go ahead and reload the router. Here's my SHOW SESSIONS as well as my SHOW VERSION just for FYI....

    Router#sh sessions
    % No connections open
    Router#         
    

    Cisco Internetwork Operating System Software
    IOS (tm) 2500 Software (C2500-IS-L), Version 12.3(26), RELEASE SOFTWARE (fc2)
    
    
  • tierstentiersten Member Posts: 4,505
    Do:

    line 1 16
    no exec
  • notgoing2failnotgoing2fail Member Posts: 1,138
    I got it working. Here's what I was missing...

    Router(config)#line 1 16
    Router(config-line)#transport input telnet
    Router(config-line)#exit
    
    
  • notgoing2failnotgoing2fail Member Posts: 1,138
    tiersten wrote: »
    Do:

    line 1 16
    no exec

    Yeah, I just found this command online, didn't know it existed since it's my first access server! But I'm relieved now that it works!

    whew!!
  • thenjdukethenjduke Member Posts: 894 ■■■■□□□□□□
    notgoing2fail I went through the same thing with you. Took me almost 3 hrs to get it up but I learned from scratch. I forgot about that command. I just got one last week. Let me tell you it frigging helps out so much to have this. I actually have IP address associated with mine and I just telnet into that now :) Sorry forgot about that command.
    CCNA, MCP, MCSA, MCSE, MCDST, MCITP Enterprise Administrator, Working towards Networking BS. CCNP is Next.
  • peanutnogginpeanutnoggin Member Posts: 1,096 ■■■□□□□□□□
    notgoing2fail,

    Another thing to look out for (or maybe its just mine)... but I sometimes have to clear the same line more than once. To prevent the connection from being refused... This doesn't happen too often, but it typically happens when I telnet to the router from one PC and then console to the router from my other PC... just a little FYI. I hope this helps.
    We cannot have a superior democracy with an inferior education system!

    -Mayor Cory Booker
  • notgoing2failnotgoing2fail Member Posts: 1,138
    thenjduke wrote: »
    notgoing2fail I went through the same thing with you. Took me almost 3 hrs to get it up but I learned from scratch. I forgot about that command. I just got one last week. Let me tell you it frigging helps out so much to have this. I actually have IP address associated with mine and I just telnet into that now :) Sorry forgot about that command.


    Glad we're on the same page. I thought I might have gotten either bad octal cables or just a bad 2511. This can cause a lot of grief for new 2511 owners. Many links I checked out before asking for help were of no help until I got lucky on that last command....

    This is going down in my book of tips....
    notgoing2fail,

    Another thing to look out for (or maybe its just mine)... but I sometimes have to clear the same line more than once. To prevent the connection from being refused... This doesn't happen too often, but it typically happens when I telnet to the router from one PC and then console to the router from my other PC... just a little FYI. I hope this helps.


    I've been getting them because I've been moving things around. I completely forgot about clearing the lines. So I've been reloading the router.

    You live and learn....many of these commands won't ever transfer to other routers so it's hard to remember...
Sign In or Register to comment.