Re: lab router access

From: gauravs@xxxxxxxxxxx
Date: Wed Mar 31 1999 - 00:40:11 GMT-3


   
You are right John. I have a 2509 here running 11.2(16)T and a 2511 running
11.3(5)T1.

On the 2509 I get this:

2509#conf t
Enter configuration commands, one per line. End with CNTL/Z.
2509(config)#line vty ?
  <0-4> First Line number

2509(config)#line vty

On the 2511 I get this:
2511#conf t
Enter configuration commands, one per line. End with CNTL/Z.
2511(config)#line vty ?
  <0-99 First Line number

2511(config)#line vty

The feature of having more vty port has been added in 11.3 ver of the IOS.
One can have upto 99 vty ports there.

Regards,

Gaurav Sabharwal
gauravs@hss.hns.com

John Galt Kupec <jkupec1@san.rr.com> on 03/31/99 09:00:15 AM

Please respond to John Galt Kupec <jkupec1@san.rr.com>

To: Scott Morris <SMorris@tele-tech.com>
cc: ccielab@groupstudy.com (bcc: Gaurav Sabharwal/HSS)
Subject: Re: lab router access

Scott Morris wrote:
>
> I read that someplace, but every time I try, it tells me it can't do it
> (does that carat (^) thing under the new number I try)... Can ya
describe
> how it's done??? Or if it works for some router types, but not
others....

Sure. I found out that some versions of IOS don't apparently
let you create those extra vty's. For instance my 2509 (used),
came with 11.2 something and it wouldn't create any new vty's.
But all my other 250x's running 11.3(6) let me create s-loads
of vty's. So I loaded 11.3(6) onto the 2509 and now it will create
them too.

Just do the following:

(here's the end of my show run before I do anything)

line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 password d
 login
!
end

R6(config)#line vty 0 10
R6(config-line)#^Z

line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 password d
 login
line vty 5 10
 login
!



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:35 GMT-3