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