Access server

Mr.NetworkMr.Network Member Posts: 117
I set up a access server for my lab, i got three routers, three 3 switches and one access switch (2509)

I can connect to all devices through the access server using the hostname, but I notice that it will pickup a random line in between 1 - 8 instead of e.g. R3 is always line 3. So when I have six active connection and i would like to rejoin a session it would be nice to just enter e.g. 3 because i know that is the third line.
Is this possible? :)

or do i always have to go to "show sessions" to view the line number ?



line con 0
transport input all
line 1 8

(Host name list)
ip host R1 2001 192.168.1.1
ip host R2 2002 192.168.1.1
ip host R3 2003 192.168.1.1
ip host SW1 2004 192.168.1.1
ip host SW2 2005 192.168.1.1
ip host SW3 2006 192.168.1.1
CCNA R&S, MCSA.

Comments

  • TechGuru80TechGuru80 Member Posts: 1,539 ■■■■■■□□□□
    Mine assigns the lines in order of connecting. Can't say I ever really looked into it and I just connect in order every time and am done with it.
  • james43026james43026 Member Posts: 303 ■■□□□□□□□□
    You are confusing sessions with lines. Your ip host statements are statically defining the physical lines being used, 2001, 2002 ETC. The show sessions command shows what the logical session number is, these sessions numbers are first come first serve. Remember that you are using reverse telnet on your access server, so each session is actually a telnet session that you are forming from your access server, right back to your access server at 192.168.1.1 in your case, with each session connecting to a different physical async line based on which hostname you type in, R1, R2 ETC.

    Hope this helps.
  • Mr.NetworkMr.Network Member Posts: 117
    "the session numbers first come first serve"
    I'm quite sure I got a random session number(I'm 90% sure:) The lab is at work so I will double check it tomorrow.

    I'm just wondering if its different between IOS versions?
    the access server is running on 11.2, thats pretty old, right?
    CCNA R&S, MCSA.
Sign In or Register to comment.