RE: TermServer Access

From: Brian Dennis (bdennis@internetworkexpert.com)
Date: Fri Mar 18 2005 - 22:56:26 GMT-3


You can have more than five VTY lines in older IOS versions also. The number of VTY lines is limited by the IOS feature set and hardware platform but not necessarily the IOS version.

****************************************************************************

Router(config)#do sho ver | in IOS
IOS (tm) C2600 Software (C2600-J1S3-M), Version 12.2(15)T13, RELEASE SOFTWARE (fc2)
Router(config)#line vty 0 ?
  <1-181> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router(config)#do sho ver | in IOS
IOS (tm) 3600 Software (C3620-J1S3-M), Version 12.2(15)T7, RELEASE SOFTWARE (fc2)
Router(config)#line vty 0 ?
  <1-935> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router(config)#do sho ver | in IOS
IOS (tm) RSP Software (RSP-JSV-M), Version 12.2(13)T14, RELEASE SOFTWARE (fc3)
Router(config)#line vty 0 ?
  <1-999> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router(config)#do sho ver | in IOS
IOS (tm) 2500 Software (C2500-C-L), Version 12.3(1a), RELEASE SOFTWARE (fc1)
Router(config)#line vty 0 ?
  <1-181> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router(config)#do sho ver | in IOS
IOS (tm) 3600 Software (C3640-JK9O3S-M), Version 12.2(15)T14, RELEASE SOFTWARE (fc4)
Router(config)#line vty 0 ?
  <1-871> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router#sho ver | in IOS
IOS (tm) 4500 Software (C4500-A3JK9S-M), Version 12.2(2)T4, RELEASE SOFTWARE (fc3)
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 ?
  <1-999> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Router#term len 2
Router#sho ver
Cisco Internetwork Operating System Software
IOS (tm) 4500 Software (C4500-DS-M), Version 11.2(25.1)P, MAINTENANCE INTERIM SOFTWARE
          
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 ?
  <1-4> Last Line number
  <cr>

Router(config)#line vty 0

****************************************************************************

Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)

bdennis@internetworkexpert.com
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Direct: 775-745-6404 (Outside the US and Canada)

________________________________________
From: vazman@aol.com [mailto:vazman@aol.com]
Sent: Friday, March 18, 2005 4:30 PM
To: cui666@gmail.com; Brian Dennis
Cc: ccielab@groupstudy.com
Subject: Re: TermServer Access

On a site note, you can have more that 5 vty sessions to a router in the newer IOS.
 
AccessSrv#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-JS56I-M), Version 12.1(5)T9, RELEASE SOFTWARE (f
c1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Sun 24-Jun-01 15:29 by cmong
Image text-base: 0x80008088, data-base: 0x8149F218
ROM: System Bootstrap, Version 12.2(10r)1, RELEASE SOFTWARE (fc1)
AccessSrv uptime is 43 weeks, 2 days, 5 hours, 29 minutes
System returned to ROM by power-on
System image file is "flash:c2600-js56i-mz.121-5.T9.bin"
cisco 2621 (MPC860) processor (revision 0x00) with 44032K/5120K bytes of memory.
Processor board ID JAD06360CCG (918705232)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
SuperLAT software (copyright 1990 by Meridian Technology Corp).
TN3270 Emulation software.
2 FastEthernet/IEEE 802.3 interface(s)
16 terminal line(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
AccessSrv#conf t
Enter configuration commands, one per line. End with CNTL/Z.
AccessSrv(config)#line vty 0 ?
  <1-133> Last Line number
  <cr>
AccessSrv(config)#line vty 0
 
 
 
 
 
-----Original Message-----
From: Pat Chui <cui666@gmail.com>
To: Brian Dennis <bdennis@internetworkexpert.com>
Cc: ccielab@groupstudy.com
Sent: Fri, 18 Mar 2005 15:42:52 -0800
Subject: Re: TermServer Access
I've never used direct telnet to termserver's lines b4, it really
works for me now, thanks Brian. I guess "it won't hurt to ask" :)

> > On Fri, 18 Mar 2005 17:10:36 -0500, Brian Dennis
> > <bdennis@internetworkexpert.com> wrote:
> > > Pat,
> > > First off, the access server is preconfigured for you. Secondly
> > > if you have multiple telnet sessions open directly to the access
> > > server's lines (i.e. TCP port 2001, 2002, etc), will it matter how many
> > > VTY lines you have configured on the router?
> > >
> > > Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
> > >
> > > bdennis@internetworkexpert.com
> > > Internetwork Expert, Inc.
> > > http://www.InternetworkExpert.com
> > > Toll Free: 877-224-8987
> > > Direct: 775-745-6404 (Outside the US and Canada)
> > >
> > >
> > > -----Original Message-----
> > > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> > > Pat Chui
> > > Sent: Friday, March 18, 2005 1:47 PM
> > > To: ccielab@groupstudy.com
> > > Subject: TermServer Access
> > >
> > > All,
> > > I am assuming that you can open multiple sessions for each of the
> > > routers in the lab? (5 at least as as termserver's vty is 0-4), so you
> > > don't have to suspend one and then jump to another ...so on and so
> > > forth. Do you have to configure the termserver during lab?
> > >
> > > Thanks,
> > > Pat
> > >
> > > _______________________________________________________________________
> > > Subscription information may be found at:
> > > http://www.groupstudy.com/list/CCIELab.html
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:47 GMT-3