max no of connections for vty

2000-09-14 Thread jason yee

hi ,
I am a instructor currently delivering CCNA course.The
setup of the classroom consists of 2 routers but I
have got 24 students telnetting to the 2 routers . I
have problems for them telnetting to the routers
because the max no of connections for the telnet
sessions are 5 , my question is how can I increase the
no. of connections so as to accomodate all the
students without buying more routers.


thanks

suaveguru

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread John Kaberna

You can't that I know of.  

- Original Message - 
From: jason yee <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 10:24 PM
Subject: max no of connections for vty


> hi ,
> I am a instructor currently delivering CCNA course.The
> setup of the classroom consists of 2 routers but I
> have got 24 students telnetting to the 2 routers . I
> have problems for them telnetting to the routers
> because the max no of connections for the telnet
> sessions are 5 , my question is how can I increase the
> no. of connections so as to accomodate all the
> students without buying more routers.
> 
> 
> thanks
> 
> suaveguru
> 
> __
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread Thomas Peroutka

router(config)#line vty 0 197

197 is the maximum number of telnet sessions; you can use any number
in between, so for your constellation (24 students, one teacher) for example
router(config)#line vty 0 25

Friday, September 15, 2000, 7:24:13 AM, you wrote:

jy> hi ,
jy> I am a instructor currently delivering CCNA course.The
jy> setup of the classroom consists of 2 routers but I
jy> have got 24 students telnetting to the 2 routers . I
jy> have problems for them telnetting to the routers
jy> because the max no of connections for the telnet
jy> sessions are 5 , my question is how can I increase the
jy> no. of connections so as to accomodate all the
jy> students without buying more routers.


jy> thanks

jy> suaveguru

jy> __
jy> Do You Yahoo!?
jy> Yahoo! Mail - Free email you can access from anywhere!
jy> http://mail.yahoo.com/

jy> **NOTE: New CCNA/CCDA List has been formed. For more information go to
jy> http://www.groupstudy.com/list/Associates.html
jy> _
jy> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
jy> FAQ, list archives, and subscription info: http://www.groupstudy.com
jy> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





-- 
Viele Grüsse/ Best regards,
 Thomasmailto:[EMAIL PROTECTED]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread Rodgers Moore

Well there's a trick to allow more than 5 telnets to a Cisco router.   Cisco
routers support more than 5 vty ports you just have to configure them before
they show in the config.  By default you can only telnet directly to vty's
0 -> 4.  The trick is to place VTy's 5 through 29 (or whatever) in a rotary
group (let's say 1)  so then you can telnet to the router's IP, but to port
3001 (the rotary port for group 1).  However the "ip alias" command let's us
map an ip address to a port number, so there's a way to hide port 3001 from
the end user(s).  The config to allow 25 users to telnet to the router would
look something like this:  (oh, and everyone telnets to 192.168.1.1 and the
host(s) must have a default route or route to the router for network
192.168.1.0)

enable cisco
interface loopback 0
 ip address 192.168.1.2 255.255.255.0

ip alias 192.168.1.1 3001 (note: part of the loopback network)

line vty 5 29
 rotary 1
 password cisco
 login

Enjoy,  there's nothing like a little slight-of-hand

Rodgers Moore, CCDP, CCNP-Security
Design and Security Consultant
Data Processing Sciences, Corp.

"jason yee" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi ,
> I am a instructor currently delivering CCNA course.The
> setup of the classroom consists of 2 routers but I
> have got 24 students telnetting to the 2 routers . I
> have problems for them telnetting to the routers
> because the max no of connections for the telnet
> sessions are 5 , my question is how can I increase the
> no. of connections so as to accomodate all the
> students without buying more routers.
>
>
> thanks
>
> suaveguru
>
> __
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread John Kaberna

I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done it?

- Original Message -
From: Thomas Peroutka <[EMAIL PROTECTED]>
To: jason yee <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 12:59 AM
Subject: Re: max no of connections for vty


router(config)#line vty 0 197

197 is the maximum number of telnet sessions; you can use any number
in between, so for your constellation (24 students, one teacher) for example
router(config)#line vty 0 25

Friday, September 15, 2000, 7:24:13 AM, you wrote:

jy> hi ,
jy> I am a instructor currently delivering CCNA course.The
jy> setup of the classroom consists of 2 routers but I
jy> have got 24 students telnetting to the 2 routers . I
jy> have problems for them telnetting to the routers
jy> because the max no of connections for the telnet
jy> sessions are 5 , my question is how can I increase the
jy> no. of connections so as to accomodate all the
jy> students without buying more routers.


jy> thanks

jy> suaveguru

jy> __
jy> Do You Yahoo!?
jy> Yahoo! Mail - Free email you can access from anywhere!
jy> http://mail.yahoo.com/

jy> **NOTE: New CCNA/CCDA List has been formed. For more information go to
jy> http://www.groupstudy.com/list/Associates.html
jy> _
jy> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
jy> FAQ, list archives, and subscription info: http://www.groupstudy.com
jy> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





--
Viele Grüsse/ Best regards,
 Thomasmailto:[EMAIL PROTECTED]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread Atif Awan

works on my 2509.. Actually you need a terminal server for it i think ,, am
not that sure ..

- Original Message -
From: "John Kaberna" <[EMAIL PROTECTED]>
To: "Thomas Peroutka" <[EMAIL PROTECTED]>; "jason yee"
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 1:20 PM
Subject: Re: max no of connections for vty


> I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done it?
>
> - Original Message -
> From: Thomas Peroutka <[EMAIL PROTECTED]>
> To: jason yee <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 15, 2000 12:59 AM
> Subject: Re: max no of connections for vty
>
>
> router(config)#line vty 0 197
>
> 197 is the maximum number of telnet sessions; you can use any number
> in between, so for your constellation (24 students, one teacher) for
example
> router(config)#line vty 0 25
>
> Friday, September 15, 2000, 7:24:13 AM, you wrote:
>
> jy> hi ,
> jy> I am a instructor currently delivering CCNA course.The
> jy> setup of the classroom consists of 2 routers but I
> jy> have got 24 students telnetting to the 2 routers . I
> jy> have problems for them telnetting to the routers
> jy> because the max no of connections for the telnet
> jy> sessions are 5 , my question is how can I increase the
> jy> no. of connections so as to accomodate all the
> jy> students without buying more routers.
>
>
> jy> thanks
>
> jy> suaveguru
>
> jy> __
> jy> Do You Yahoo!?
> jy> Yahoo! Mail - Free email you can access from anywhere!
> jy> http://mail.yahoo.com/
>
> jy> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> jy> http://www.groupstudy.com/list/Associates.html
> jy> _
> jy> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> jy> FAQ, list archives, and subscription info: http://www.groupstudy.com
> jy> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
>
>
>
>
> --
> Viele Grüsse/ Best regards,
>  Thomasmailto:[EMAIL PROTECTED]
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread John Kaberna

Maybe it works on 2500's and not 2600's.  Anyone have a 2600 to try on?

- Original Message -
From: Atif Awan <[EMAIL PROTECTED]>
To: John Kaberna <[EMAIL PROTECTED]>; Thomas Peroutka
<[EMAIL PROTECTED]>; jason yee <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 2:53 AM
Subject: Re: max no of connections for vty


> works on my 2509.. Actually you need a terminal server for it i think ,,
am
> not that sure ..
>
> - Original Message -
> From: "John Kaberna" <[EMAIL PROTECTED]>
> To: "Thomas Peroutka" <[EMAIL PROTECTED]>; "jason yee"
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 15, 2000 1:20 PM
> Subject: Re: max no of connections for vty
>
>
> > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
it?
> >
> > - Original Message -
> > From: Thomas Peroutka <[EMAIL PROTECTED]>
> > To: jason yee <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Friday, September 15, 2000 12:59 AM
> > Subject: Re: max no of connections for vty
> >
> >
> > router(config)#line vty 0 197
> >
> > 197 is the maximum number of telnet sessions; you can use any number
> > in between, so for your constellation (24 students, one teacher) for
> example
> > router(config)#line vty 0 25
> >
> > Friday, September 15, 2000, 7:24:13 AM, you wrote:
> >
> > jy> hi ,
> > jy> I am a instructor currently delivering CCNA course.The
> > jy> setup of the classroom consists of 2 routers but I
> > jy> have got 24 students telnetting to the 2 routers . I
> > jy> have problems for them telnetting to the routers
> > jy> because the max no of connections for the telnet
> > jy> sessions are 5 , my question is how can I increase the
> > jy> no. of connections so as to accomodate all the
> > jy> students without buying more routers.
> >
> >
> > jy> thanks
> >
> > jy> suaveguru
> >
> > jy> __
> > jy> Do You Yahoo!?
> > jy> Yahoo! Mail - Free email you can access from anywhere!
> > jy> http://mail.yahoo.com/
> >
> > jy> **NOTE: New CCNA/CCDA List has been formed. For more information go
to
> > jy> http://www.groupstudy.com/list/Associates.html
> > jy> _
> > jy> UPDATED Posting Guidelines:
http://www.groupstudy.com/list/guide.html
> > jy> FAQ, list archives, and subscription info: http://www.groupstudy.com
> > jy> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > --
> > Viele Grüsse/ Best regards,
> >  Thomasmailto:[EMAIL PROTECTED]
> >
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread Kristopher B. Climie

I cannot find anyway of getting it to work on my 2620.  I have tried both
"vty 0 29" and the "ip alias 192.168.1.1 3001" suggestion.  Below is the
output.  (and if you arent set up for a monotype font, the ^ is below the 5)

K


2620#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
2620(config)#int loopback 0
2620(config-if)#ip address 192.168.1.2 255.255.255.0
2620(config-if)#ip alias 192.168.1.1 3001
2620(config)#line vty 5 29
  ^
% Invalid input detected at '^' marker.

2620(config)#

-
Kristopher B. Climie, CCNP, CCDP

""John Kaberna"" <[EMAIL PROTECTED]> wrote in message
03da01c01efa$ac4c1b20$[EMAIL PROTECTED]">news:03da01c01efa$ac4c1b20$[EMAIL PROTECTED]...
> Maybe it works on 2500's and not 2600's.  Anyone have a 2600 to try on?
>
> - Original Message -
> From: Atif Awan <[EMAIL PROTECTED]>
> To: John Kaberna <[EMAIL PROTECTED]>; Thomas Peroutka
> <[EMAIL PROTECTED]>; jason yee <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 15, 2000 2:53 AM
> Subject: Re: max no of connections for vty
>
>
> > works on my 2509.. Actually you need a terminal server for it i think ,,
> am
> > not that sure ..
> >
> > - Original Message -
> > From: "John Kaberna" <[EMAIL PROTECTED]>
> > To: "Thomas Peroutka" <[EMAIL PROTECTED]>; "jason yee"
> > <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Friday, September 15, 2000 1:20 PM
> > Subject: Re: max no of connections for vty
> >
> >
> > > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
> it?
> > >
> > > - Original Message -
> > > From: Thomas Peroutka <[EMAIL PROTECTED]>
> > > To: jason yee <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Friday, September 15, 2000 12:59 AM
> > > Subject: Re: max no of connections for vty
> > >
> > >
> > > router(config)#line vty 0 197
> > >
> > > 197 is the maximum number of telnet sessions; you can use any number
> > > in between, so for your constellation (24 students, one teacher) for
> > example
> > > router(config)#line vty 0 25
> > >
> > > Friday, September 15, 2000, 7:24:13 AM, you wrote:
> > >
> > > jy> hi ,
> > > jy> I am a instructor currently delivering CCNA course.The
> > > jy> setup of the classroom consists of 2 routers but I
> > > jy> have got 24 students telnetting to the 2 routers . I
> > > jy> have problems for them telnetting to the routers
> > > jy> because the max no of connections for the telnet
> > > jy> sessions are 5 , my question is how can I increase the
> > > jy> no. of connections so as to accomodate all the
> > > jy> students without buying more routers.
> > >
> > >
> > > jy> thanks
> > >
> > > jy> suaveguru
> > >
> > > jy> __
> > > jy> Do You Yahoo!?
> > > jy> Yahoo! Mail - Free email you can access from anywhere!
> > > jy> http://mail.yahoo.com/
> > >
> > > jy> **NOTE: New CCNA/CCDA List has been formed. For more information
go
> to
> > > jy> http://www.groupstudy.com/list/Associates.html
> > > jy> _
> > > jy> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> > > jy> FAQ, list archives, and subscription info:
http://www.groupstudy.com
> > > jy> Report misconduct and Nondisclosure violations to
> [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Viele Grüsse/ Best regards,
> > >  Thomasmailto:[EMAIL PROTECTED]
> > >
> > >
> > > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > > http://www.groupstudy.com/list/Associates.html
> > > _
> > > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > >
> > > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > > http://www.groupstudy.com/list/Associates.html
> > > _
> > > UPD

Re: max no of connections for vty

2000-09-15 Thread JLBCisco

According to my CCNA Study guide by Todd Lammle, pg 194, "Routers that are 
not running the Enterprise edition of the Cisco IOS default to five VTY 
lines, 0 through 4.  However, if you have the Enterprise edition, you will 
have significantly more. The router we are using for this section has 198 
(0-197). The best way to find out how many lines you have is to use the 
question mark.

Router(config-line)#line vty 0 ?
<1-197>Last Line Number




[EMAIL PROTECTED] writes:

> I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done it?
>  
>  - Original Message -
>  From: Thomas Peroutka <[EMAIL PROTECTED]>
>  To: jason yee <[EMAIL PROTECTED]>
>  Cc: <[EMAIL PROTECTED]>
>  Sent: Friday, September 15, 2000 12:59 AM
>  Subject: Re: max no of connections for vty
>  
>  
>  router(config)#line vty 0 197
>  
>  197 is the maximum number of telnet sessions; you can use any number
>  in between, so for your constellation (24 students, one teacher) for 
example
>  router(config)#line vty 0 25
>  
>  Friday, September 15, 2000, 7:24:13 AM, you wrote:
>  
>  jy> hi ,
>  jy> I am a instructor currently delivering CCNA course.The
>  jy> setup of the classroom consists of 2 routers but I
>  jy> have got 24 students telnetting to the 2 routers . I
>  jy> have problems for them telnetting to the routers
>  jy> because the max no of connections for the telnet
>  jy> sessions are 5 , my question is how can I increase the
>  jy> no. of connections so as to accomodate all the
>  jy> students without buying more routers.
>  
>  
>  jy> thanks
>  
>  jy> suaveguru
>  

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread Ejay Hire

One book I read (Acrc?, Sybex CCNA 2.0?) said that there are ?64 vty ports 
in the enterprise edition of IOS.


Original Message Follows
From: jason yee <[EMAIL PROTECTED]>
Reply-To: jason yee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: max no of connections for vty
Date: Thu, 14 Sep 2000 22:24:13 -0700 (PDT)

hi ,
I am a instructor currently delivering CCNA course.The
setup of the classroom consists of 2 routers but I
have got 24 students telnetting to the 2 routers . I
have problems for them telnetting to the routers
because the max no of connections for the telnet
sessions are 5 , my question is how can I increase the
no. of connections so as to accomodate all the
students without buying more routers.


thanks

suaveguru

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread william kelly

Seems to work on a 2503 when running the enterprise
version of the IOS, as Lammle describes

Cisco-B1#show version
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-J-L), Version 11.2(18),
RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.   

Cisco-B1(config)#line vty 0 ?
  <1-197>  Last Line number


Regards
W Kelly


--- [EMAIL PROTECTED] wrote:
> According to my CCNA Study guide by Todd Lammle, pg
> 194, "Routers that are 
> not running the Enterprise edition of the Cisco IOS
> default to five VTY 
> lines, 0 through 4.  However, if you have the
> Enterprise edition, you will 
> have significantly more. The router we are using for
> this section has 198 
> (0-197). The best way to find out how many lines you
> have is to use the 
> question mark.
> 
> Router(config-line)#line vty 0 ?
> <1-197>Last Line Number
> 
> 
> 
> 
> [EMAIL PROTECTED] writes:
> 
> > I tried on my 2600 at home.  Wouldnt allow it. 
> Have you actually done it?
> >  
> >  - Original Message -
> >  From: Thomas Peroutka
> <[EMAIL PROTECTED]>
> >  To: jason yee <[EMAIL PROTECTED]>
> >  Cc: <[EMAIL PROTECTED]>
> >  Sent: Friday, September 15, 2000 12:59 AM
> >  Subject: Re: max no of connections for vty
> >  
> >  
> >  router(config)#line vty 0 197
> >  
> >  197 is the maximum number of telnet sessions; you
> can use any number
> >  in between, so for your constellation (24
> students, one teacher) for 
> example
> >  router(config)#line vty 0 25
> >  
> >  Friday, September 15, 2000, 7:24:13 AM, you
> wrote:
> >  
> >  jy> hi ,
> >  jy> I am a instructor currently delivering CCNA
> course.The
> >  jy> setup of the classroom consists of 2 routers
> but I
> >  jy> have got 24 students telnetting to the 2
> routers . I
> >  jy> have problems for them telnetting to the
> routers
> >  jy> because the max no of connections for the
> telnet
> >  jy> sessions are 5 , my question is how can I
> increase the
> >  jy> no. of connections so as to accomodate all
> the
> >  jy> students without buying more routers.
> >  
> >  
> >  jy> thanks
> >  
> >  jy> suaveguru
> >  
> 
> **NOTE: New CCNA/CCDA List has been formed. For more
> information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]


=
Regards

William Kelly MCNE



__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-15 Thread John Kaberna

Ok I think that settles it then.  I'm running 12.07T 3DES/FW/IDS on my
router not the Enterprise version.  So that should solve Jason's problem.
That is, if he has enough flash to run an enterprise version.

John

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 5:44 AM
Subject: Re: max no of connections for vty


> According to my CCNA Study guide by Todd Lammle, pg 194, "Routers that are
> not running the Enterprise edition of the Cisco IOS default to five VTY
> lines, 0 through 4.  However, if you have the Enterprise edition, you will
> have significantly more. The router we are using for this section has 198
> (0-197). The best way to find out how many lines you have is to use the
> question mark.
>
> Router(config-line)#line vty 0 ?
> <1-197>Last Line Number
> 
>
> 
>
> [EMAIL PROTECTED] writes:
>
> > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
it?
> >
> >  - Original Message -
> >  From: Thomas Peroutka <[EMAIL PROTECTED]>
> >  To: jason yee <[EMAIL PROTECTED]>
> >  Cc: <[EMAIL PROTECTED]>
> >  Sent: Friday, September 15, 2000 12:59 AM
> >  Subject: Re: max no of connections for vty
> >
> >
> >  router(config)#line vty 0 197
> >
> >  197 is the maximum number of telnet sessions; you can use any number
> >  in between, so for your constellation (24 students, one teacher) for
> example
> >  router(config)#line vty 0 25
> >
> >  Friday, September 15, 2000, 7:24:13 AM, you wrote:
> >
> >  jy> hi ,
> >  jy> I am a instructor currently delivering CCNA course.The
> >  jy> setup of the classroom consists of 2 routers but I
> >  jy> have got 24 students telnetting to the 2 routers . I
> >  jy> have problems for them telnetting to the routers
> >  jy> because the max no of connections for the telnet
> >  jy> sessions are 5 , my question is how can I increase the
> >  jy> no. of connections so as to accomodate all the
> >  jy> students without buying more routers.
> >
> >
> >  jy> thanks
> >
> >  jy> suaveguru
> >
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: max no of connections for vty

2000-09-15 Thread Sam Adams

Yup, he's right.

SF-Cisco1(config)#line vty ?
  <0-197>  First Line number

SF-Cisco1(config)#line vty

>From my router.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
John Kaberna
Sent: Friday, September 15, 2000 12:12 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: max no of connections for vty


Ok I think that settles it then.  I'm running 12.07T 3DES/FW/IDS on my
router not the Enterprise version.  So that should solve Jason's problem.
That is, if he has enough flash to run an enterprise version.

John

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 5:44 AM
Subject: Re: max no of connections for vty


> According to my CCNA Study guide by Todd Lammle, pg 194, "Routers that are
> not running the Enterprise edition of the Cisco IOS default to five VTY
> lines, 0 through 4.  However, if you have the Enterprise edition, you will
> have significantly more. The router we are using for this section has 198
> (0-197). The best way to find out how many lines you have is to use the
> question mark.
>
> Router(config-line)#line vty 0 ?
> <1-197>Last Line Number
> 
>
> 
>
> [EMAIL PROTECTED] writes:
>
> > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
it?
> >
> >  - Original Message -
> >  From: Thomas Peroutka <[EMAIL PROTECTED]>
> >  To: jason yee <[EMAIL PROTECTED]>
> >  Cc: <[EMAIL PROTECTED]>
> >  Sent: Friday, September 15, 2000 12:59 AM
> >  Subject: Re: max no of connections for vty
> >
> >
> >  router(config)#line vty 0 197
> >
> >  197 is the maximum number of telnet sessions; you can use any number
> >  in between, so for your constellation (24 students, one teacher) for
> example
> >  router(config)#line vty 0 25
> >
> >  Friday, September 15, 2000, 7:24:13 AM, you wrote:
> >
> >  jy> hi ,
> >  jy> I am a instructor currently delivering CCNA course.The
> >  jy> setup of the classroom consists of 2 routers but I
> >  jy> have got 24 students telnetting to the 2 routers . I
> >  jy> have problems for them telnetting to the routers
> >  jy> because the max no of connections for the telnet
> >  jy> sessions are 5 , my question is how can I increase the
> >  jy> no. of connections so as to accomodate all the
> >  jy> students without buying more routers.
> >
> >
> >  jy> thanks
> >
> >  jy> suaveguru
> >
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty

2000-09-17 Thread Fanglo MA

I try on my 2611 with IOS 12.0 (8) Enterprise. line vty 0 133 is allowed.

"Kristopher B. Climie" wrote:

> I cannot find anyway of getting it to work on my 2620.  I have tried both
> "vty 0 29" and the "ip alias 192.168.1.1 3001" suggestion.  Below is the
> output.  (and if you arent set up for a monotype font, the ^ is below the 5)
>
> K
>
> 2620#conf t
> Enter configuration commands, one per line.  End with CNTL/Z.
> 2620(config)#int loopback 0
> 2620(config-if)#ip address 192.168.1.2 255.255.255.0
> 2620(config-if)#ip alias 192.168.1.1 3001
> 2620(config)#line vty 5 29
>   ^
> % Invalid input detected at '^' marker.
>
> 2620(config)#
>
> -
> Kristopher B. Climie, CCNP, CCDP
>
> ""John Kaberna"" <[EMAIL PROTECTED]> wrote in message
> 03da01c01efa$ac4c1b20$[EMAIL PROTECTED]">news:03da01c01efa$ac4c1b20$[EMAIL PROTECTED]...
> > Maybe it works on 2500's and not 2600's.  Anyone have a 2600 to try on?
> >
> > - Original Message -
> > From: Atif Awan <[EMAIL PROTECTED]>
> > To: John Kaberna <[EMAIL PROTECTED]>; Thomas Peroutka
> > <[EMAIL PROTECTED]>; jason yee <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Friday, September 15, 2000 2:53 AM
> > Subject: Re: max no of connections for vty
> >
> >
> > > works on my 2509.. Actually you need a terminal server for it i think ,,
> > am
> > > not that sure ..
> > >
> > > - Original Message -
> > > From: "John Kaberna" <[EMAIL PROTECTED]>
> > > To: "Thomas Peroutka" <[EMAIL PROTECTED]>; "jason yee"
> > > <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Friday, September 15, 2000 1:20 PM
> > > Subject: Re: max no of connections for vty
> > >
> > >
> > > > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
> > it?
> > > >
> > > > - Original Message -
> > > > From: Thomas Peroutka <[EMAIL PROTECTED]>
> > > > To: jason yee <[EMAIL PROTECTED]>
> > > > Cc: <[EMAIL PROTECTED]>
> > > > Sent: Friday, September 15, 2000 12:59 AM
> > > > Subject: Re: max no of connections for vty
> > > >
> > > >
> > > > router(config)#line vty 0 197
> > > >
> > > > 197 is the maximum number of telnet sessions; you can use any number
> > > > in between, so for your constellation (24 students, one teacher) for
> > > example
> > > > router(config)#line vty 0 25
> > > >
> > > > Friday, September 15, 2000, 7:24:13 AM, you wrote:
> > > >
> > > > jy> hi ,
> > > > jy> I am a instructor currently delivering CCNA course.The
> > > > jy> setup of the classroom consists of 2 routers but I
> > > > jy> have got 24 students telnetting to the 2 routers . I
> > > > jy> have problems for them telnetting to the routers
> > > > jy> because the max no of connections for the telnet
> > > > jy> sessions are 5 , my question is how can I increase the
> > > > jy> no. of connections so as to accomodate all the
> > > > jy> students without buying more routers.
> > > >
> > > >
> > > > jy> thanks
> > > >
> > > > jy> suaveguru
> > > >
> > > > jy> __
> > > > jy> Do You Yahoo!?
> > > > jy> Yahoo! Mail - Free email you can access from anywhere!
> > > > jy> http://mail.yahoo.com/
> > > >
> > > > jy> **NOTE: New CCNA/CCDA List has been formed. For more information
> go
> > to
> > > > jy> http://www.groupstudy.com/list/Associates.html
> > > > jy> _
> > > > jy> UPDATED Posting Guidelines:
> > http://www.groupstudy.com/list/guide.html
> > > > jy> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> > > > jy> Report misconduct and Nondisclosure violations to
> > [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Viele Grüsse/ Best regards,
> > > >  Thomasmailto:[EMAIL PROTECTED]
> > > >
> > > >
> > > > **NOTE: New CCNA/CC

Re: max no of connections for vty

2000-09-17 Thread Kristopher B. Climie

Yup, I don't have the enterprise edition, you do.
K

-
"Fanglo MA" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I try on my 2611 with IOS 12.0 (8) Enterprise. line vty 0 133 is allowed.
>
> "Kristopher B. Climie" wrote:
>
> > I cannot find anyway of getting it to work on my 2620.  I have tried
both
> > "vty 0 29" and the "ip alias 192.168.1.1 3001" suggestion.  Below is the
> > output.  (and if you arent set up for a monotype font, the ^ is below
the 5)
> >
> > K
> >
> > 2620#conf t
> > Enter configuration commands, one per line.  End with CNTL/Z.
> > 2620(config)#int loopback 0
> > 2620(config-if)#ip address 192.168.1.2 255.255.255.0
> > 2620(config-if)#ip alias 192.168.1.1 3001
> > 2620(config)#line vty 5 29
> >   ^
> > % Invalid input detected at '^' marker.
> >
> > 2620(config)#
> >
> > -
> > Kristopher B. Climie, CCNP, CCDP
> >
> > ""John Kaberna"" <[EMAIL PROTECTED]> wrote in message
> > 03da01c01efa$ac4c1b20$[EMAIL PROTECTED]">news:03da01c01efa$ac4c1b20$[EMAIL PROTECTED]...
> > > Maybe it works on 2500's and not 2600's.  Anyone have a 2600 to try
on?
> > >
> > > ----- Original Message -----
> > > From: Atif Awan <[EMAIL PROTECTED]>
> > > To: John Kaberna <[EMAIL PROTECTED]>; Thomas Peroutka
> > > <[EMAIL PROTECTED]>; jason yee <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Friday, September 15, 2000 2:53 AM
> > > Subject: Re: max no of connections for vty
> > >
> > >
> > > > works on my 2509.. Actually you need a terminal server for it i
think ,,
> > > am
> > > > not that sure ..
> > > >
> > > > - Original Message -
> > > > From: "John Kaberna" <[EMAIL PROTECTED]>
> > > > To: "Thomas Peroutka" <[EMAIL PROTECTED]>; "jason yee"
> > > > <[EMAIL PROTECTED]>
> > > > Cc: <[EMAIL PROTECTED]>
> > > > Sent: Friday, September 15, 2000 1:20 PM
> > > > Subject: Re: max no of connections for vty
> > > >
> > > >
> > > > > I tried on my 2600 at home.  Wouldnt allow it.  Have you actually
done
> > > it?
> > > > >
> > > > > - Original Message -
> > > > > From: Thomas Peroutka <[EMAIL PROTECTED]>
> > > > > To: jason yee <[EMAIL PROTECTED]>
> > > > > Cc: <[EMAIL PROTECTED]>
> > > > > Sent: Friday, September 15, 2000 12:59 AM
> > > > > Subject: Re: max no of connections for vty
> > > > >
> > > > >
> > > > > router(config)#line vty 0 197
> > > > >
> > > > > 197 is the maximum number of telnet sessions; you can use any
number
> > > > > in between, so for your constellation (24 students, one teacher)
for
> > > > example
> > > > > router(config)#line vty 0 25
> > > > >
> > > > > Friday, September 15, 2000, 7:24:13 AM, you wrote:
> > > > >
> > > > > jy> hi ,
> > > > > jy> I am a instructor currently delivering CCNA course.The
> > > > > jy> setup of the classroom consists of 2 routers but I
> > > > > jy> have got 24 students telnetting to the 2 routers . I
> > > > > jy> have problems for them telnetting to the routers
> > > > > jy> because the max no of connections for the telnet
> > > > > jy> sessions are 5 , my question is how can I increase the
> > > > > jy> no. of connections so as to accomodate all the
> > > > > jy> students without buying more routers.
> > > > >
> > > > >
> > > > > jy> thanks
> > > > >
> > > > > jy> suaveguru
> > > > >
> > > > > jy> __
> > > > > jy> Do You Yahoo!?
> > > > > jy> Yahoo! Mail - Free email you can access from anywhere!
> > > > > jy> http://mail.yahoo.com/
> > > > >
> > > > > jy> **NOTE: New CCNA/CCDA List has been formed. For more
information
> > go
> > > to
> > > > > jy> http://www.groupstudy.com/list/Associates.html
> > > > > 

Re[2]: max no of connections for vty

2000-09-15 Thread Thomas Peroutka

Yep, I did it on a 2500 series router running 11.3, that´s where I got this unusual 
number
197 from. Sorry if it doesn´t work on 2600 series or IOS 12 (I don´t
know). What about the command
router(config)#line vty 0 ?
does it give you any number? Or perhaps, you have to try
router(config)#line vty 5 x
as you have lines 0 to 4 already defined.

Thomas

Friday, September 15, 2000, 10:20:51 AM, you wrote:

JK> I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done it?

JK> - Original Message -
JK> From: Thomas Peroutka <[EMAIL PROTECTED]>
JK> To: jason yee <[EMAIL PROTECTED]>
JK> Cc: <[EMAIL PROTECTED]>
JK> Sent: Friday, September 15, 2000 12:59 AM
JK> Subject: Re: max no of connections for vty


JK> router(config)#line vty 0 197

JK> 197 is the maximum number of telnet sessions; you can use any number
JK> in between, so for your constellation (24 students, one teacher) for example
JK> router(config)#line vty 0 25

JK> Friday, September 15, 2000, 7:24:13 AM, you wrote:

jy>> hi ,
jy>> I am a instructor currently delivering CCNA course.The
jy>> setup of the classroom consists of 2 routers but I
jy>> have got 24 students telnetting to the 2 routers . I
jy>> have problems for them telnetting to the routers
jy>> because the max no of connections for the telnet
jy>> sessions are 5 , my question is how can I increase the
jy>> no. of connections so as to accomodate all the
jy>> students without buying more routers.


jy>> thanks

jy>> suaveguru

jy>> __
jy>> Do You Yahoo!?
jy>> Yahoo! Mail - Free email you can access from anywhere!
jy>> http://mail.yahoo.com/

jy>> **NOTE: New CCNA/CCDA List has been formed. For more information go to
jy>> http://www.groupstudy.com/list/Associates.html
jy>> _
jy>> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
jy>> FAQ, list archives, and subscription info: http://www.groupstudy.com
jy>> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





JK> --
JK> Viele Grüsse/ Best regards,
JK>  Thomasmailto:[EMAIL PROTECTED]


JK> **NOTE: New CCNA/CCDA List has been formed. For more information go to
JK> http://www.groupstudy.com/list/Associates.html
JK> _
JK> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
JK> FAQ, list archives, and subscription info: http://www.groupstudy.com
JK> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





-- 
Viele Grüsse/ Best regards,
 Thomasmailto:[EMAIL PROTECTED]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: max no of connections for vty (correction)

2000-09-15 Thread Rodgers Moore

Well, on a whim I just tried this without the rotary group and it seems to
work just fine on IOS 12.07T on a 2501.

So this will work too, the previous example works, but why complicate
things.  (I would have sworn that this wouldn't have.)

enable password cisco
line vty 0 25
password cisco
login

Hey, you learn something new every day.

Rodgers Moore

""Rodgers Moore"" <[EMAIL PROTECTED]> wrote in message
8psncv$bhr$[EMAIL PROTECTED]">news:8psncv$bhr$[EMAIL PROTECTED]...
> Well there's a trick to allow more than 5 telnets to a Cisco router.
Cisco
> routers support more than 5 vty ports you just have to configure them
before
> they show in the config.  By default you can only telnet directly to vty's
> 0 -> 4.  The trick is to place VTy's 5 through 29 (or whatever) in a
rotary
> group (let's say 1)  so then you can telnet to the router's IP, but to
port
> 3001 (the rotary port for group 1).  However the "ip alias" command let's
us
> map an ip address to a port number, so there's a way to hide port 3001
from
> the end user(s).  The config to allow 25 users to telnet to the router
would
> look something like this:  (oh, and everyone telnets to 192.168.1.1 and
the
> host(s) must have a default route or route to the router for network
> 192.168.1.0)
>
> enable cisco
> interface loopback 0
>  ip address 192.168.1.2 255.255.255.0
>
> ip alias 192.168.1.1 3001 (note: part of the loopback network)
>
> line vty 5 29
>  rotary 1
>  password cisco
>  login
>
> Enjoy,  there's nothing like a little slight-of-hand
>
> Rodgers Moore, CCDP, CCNP-Security
> Design and Security Consultant
> Data Processing Sciences, Corp.
>
> "jason yee" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > hi ,
> > I am a instructor currently delivering CCNA course.The
> > setup of the classroom consists of 2 routers but I
> > have got 24 students telnetting to the 2 routers . I
> > have problems for them telnetting to the routers
> > because the max no of connections for the telnet
> > sessions are 5 , my question is how can I increase the
> > no. of connections so as to accomodate all the
> > students without buying more routers.
> >
> >
> > thanks
> >
> > suaveguru
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Mail - Free email you can access from anywhere!
> > http://mail.yahoo.com/
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Re[2]: max no of connections for vty

2000-09-15 Thread John Kaberna

When I tried my only options were to start with 0-4 and end with 1-4.Not
sure why it would be different.

- Original Message -
From: Thomas Peroutka <[EMAIL PROTECTED]>
To: John Kaberna <[EMAIL PROTECTED]>
Cc: jason yee <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 1:33 AM
Subject: Re[2]: max no of connections for vty


> Yep, I did it on a 2500 series router running 11.3, that´s where I got
this unusual number
> 197 from. Sorry if it doesn´t work on 2600 series or IOS 12 (I don´t
> know). What about the command
> router(config)#line vty 0 ?
> does it give you any number? Or perhaps, you have to try
> router(config)#line vty 5 x
> as you have lines 0 to 4 already defined.
>
> Thomas
>
> Friday, September 15, 2000, 10:20:51 AM, you wrote:
>
> JK> I tried on my 2600 at home.  Wouldnt allow it.  Have you actually done
it?
>
> JK> - Original Message -
> JK> From: Thomas Peroutka <[EMAIL PROTECTED]>
> JK> To: jason yee <[EMAIL PROTECTED]>
> JK> Cc: <[EMAIL PROTECTED]>
> JK> Sent: Friday, September 15, 2000 12:59 AM
> JK> Subject: Re: max no of connections for vty
>
>
> JK> router(config)#line vty 0 197
>
> JK> 197 is the maximum number of telnet sessions; you can use any number
> JK> in between, so for your constellation (24 students, one teacher) for
example
> JK> router(config)#line vty 0 25
>
> JK> Friday, September 15, 2000, 7:24:13 AM, you wrote:
>
> jy>> hi ,
> jy>> I am a instructor currently delivering CCNA course.The
> jy>> setup of the classroom consists of 2 routers but I
> jy>> have got 24 students telnetting to the 2 routers . I
> jy>> have problems for them telnetting to the routers
> jy>> because the max no of connections for the telnet
> jy>> sessions are 5 , my question is how can I increase the
> jy>> no. of connections so as to accomodate all the
> jy>> students without buying more routers.
>
>
> jy>> thanks
>
> jy>> suaveguru
>
> jy>> __
> jy>> Do You Yahoo!?
> jy>> Yahoo! Mail - Free email you can access from anywhere!
> jy>> http://mail.yahoo.com/
>
> jy>> **NOTE: New CCNA/CCDA List has been formed. For more information go
to
> jy>> http://www.groupstudy.com/list/Associates.html
> jy>> _
> jy>> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> jy>> FAQ, list archives, and subscription info: http://www.groupstudy.com
> jy>> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
>
>
>
>
>
> JK> --
> JK> Viele Grüsse/ Best regards,
> JK>  Thomasmailto:[EMAIL PROTECTED]
>
>
> JK> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> JK> http://www.groupstudy.com/list/Associates.html
> JK> _
> JK> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> JK> FAQ, list archives, and subscription info: http://www.groupstudy.com
> JK> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
>
>
>
>
> --
> Viele Grüsse/ Best regards,
>  Thomasmailto:[EMAIL PROTECTED]
>
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Re[2]: max no of connections for vty

2000-09-15 Thread Phil Barker

Hi,
   Noticed recently that 3524 switches IOS 12.x
support 16 vty lines.

Phil.

--- John Kaberna <[EMAIL PROTECTED]> wrote: >
When I tried my only options were to start with 0-4
> and end with 1-4.Not
> sure why it would be different.
> 
> - Original Message -
> From: Thomas Peroutka <[EMAIL PROTECTED]>
> To: John Kaberna <[EMAIL PROTECTED]>
> Cc: jason yee <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Friday, September 15, 2000 1:33 AM
> Subject: Re[2]: max no of connections for vty
> 
> 
> > Yep, I did it on a 2500 series router running
> 11.3, that´s where I got
> this unusual number
> > 197 from. Sorry if it doesn´t work on 2600 series
> or IOS 12 (I don´t
> > know). What about the command
> > router(config)#line vty 0 ?
> > does it give you any number? Or perhaps, you have
> to try
> > router(config)#line vty 5 x
> > as you have lines 0 to 4 already defined.
> >
> > Thomas
> >
> > Friday, September 15, 2000, 10:20:51 AM, you
> wrote:
> >
> > JK> I tried on my 2600 at home.  Wouldnt allow it.
>  Have you actually done
> it?
> >
> > JK> - Original Message -
> > JK> From: Thomas Peroutka
> <[EMAIL PROTECTED]>
> > JK> To: jason yee <[EMAIL PROTECTED]>
> > JK> Cc: <[EMAIL PROTECTED]>
> > JK> Sent: Friday, September 15, 2000 12:59 AM
> > JK> Subject: Re: max no of connections for vty
> >
> >
> > JK> router(config)#line vty 0 197
> >
> > JK> 197 is the maximum number of telnet sessions;
> you can use any number
> > JK> in between, so for your constellation (24
> students, one teacher) for
> example
> > JK> router(config)#line vty 0 25
> >
> > JK> Friday, September 15, 2000, 7:24:13 AM, you
> wrote:
> >
> > jy>> hi ,
> > jy>> I am a instructor currently delivering CCNA
> course.The
> > jy>> setup of the classroom consists of 2 routers
> but I
> > jy>> have got 24 students telnetting to the 2
> routers . I
> > jy>> have problems for them telnetting to the
> routers
> > jy>> because the max no of connections for the
> telnet
> > jy>> sessions are 5 , my question is how can I
> increase the
> > jy>> no. of connections so as to accomodate all
> the
> > jy>> students without buying more routers.
> >
> >
> > jy>> thanks
> >
> > jy>> suaveguru
> >
> > jy>>
> __
> > jy>> Do You Yahoo!?
> > jy>> Yahoo! Mail - Free email you can access from
> anywhere!
> > jy>> http://mail.yahoo.com/
> >
> > jy>> **NOTE: New CCNA/CCDA List has been formed.
> For more information go
> to
> > jy>>
> http://www.groupstudy.com/list/Associates.html
> > jy>> _
> > jy>> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> > jy>> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> > jy>> Report misconduct and Nondisclosure
> violations to
> [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > JK> --
> > JK> Viele Grüsse/ Best regards,
> > JK>  Thomas   
> mailto:[EMAIL PROTECTED]
> >
> >
> > JK> **NOTE: New CCNA/CCDA List has been formed.
> For more information go to
> > JK> http://www.groupstudy.com/list/Associates.html
> > JK> _
> > JK> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> > JK> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> > JK> Report misconduct and Nondisclosure violations
> to [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > --
> > Viele Grüsse/ Best regards,
> >  Thomas   
> mailto:[EMAIL PROTECTED]
> >
> >
> 
> **NOTE: New CCNA/CCDA List has been formed. For more
> information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]