setting username and passwords for router logon in telnet

2000-11-23 Thread suaveguru

hi anyone

knows what's the command to set username and password
for router logon for telnet



suave guru

__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-23 Thread Tony van Ree

Try

this assumes you already have an enable passowrd set.



router#(config)line vty 0 4
router#(config-line)password (password)
router#(config-line)

and

set the enable password
router#(config)enable password (password)

All this stuff is available on the Cisco CD and or config manuals.

Teunis
Hobart, Tasmania
Australia.


On Thursday, November 23, 2000 at 06:46:39 PM, suaveguru wrote:

> hi anyone
> 
> knows what's the command to set username and password
> for router logon for telnet
> 
> 
> 
> suave guru
> 
> __
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> 


--
www.tasmail.com


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-24 Thread suaveguru

how about the username?

thanks anyway
--- Tony van Ree <[EMAIL PROTECTED]> wrote:
> Try
> 
> this assumes you already have an enable passowrd
> set.
> 
> 
> 
> router#(config)line vty 0 4
> router#(config-line)password (password)
> router#(config-line)
> 
> and
> 
> set the enable password
> router#(config)enable password (password)
> 
> All this stuff is available on the Cisco CD and or
> config manuals.
> 
> Teunis
> Hobart, Tasmania
> Australia.
> 
> 
> On Thursday, November 23, 2000 at 06:46:39 PM,
> suaveguru wrote:
> 
> > hi anyone
> > 
> > knows what's the command to set username and
> password
> > for router logon for telnet
> > 
> > 
> > 
> > suave guru
> > 
> > __
> > Do You Yahoo!?
> > Yahoo! Shopping - Thousands of Stores. Millions of
> Products.
> > http://shopping.yahoo.com/
> > 
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to
> [EMAIL PROTECTED]
> > 
> > 
> 
> 
> --
> www.tasmail.com
> 
> 


__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-24 Thread Stephen Skinner

conf t

username "username" password "password" simple as that

steve


>From: suaveguru <[EMAIL PROTECTED]>
>Reply-To: suaveguru <[EMAIL PROTECTED]>
>To: Tony van Ree <[EMAIL PROTECTED]>,William Gragido 
><[EMAIL PROTECTED]>, Chris A <[EMAIL PROTECTED]>,    
>[EMAIL PROTECTED]
>Subject: Re: setting username and passwords for router logon in telnet
>Date: Fri, 24 Nov 2000 00:56:37 -0800 (PST)
>
>how about the username?
>
>thanks anyway
>--- Tony van Ree <[EMAIL PROTECTED]> wrote:
> > Try
> >
> > this assumes you already have an enable passowrd
> > set.
> >
> >
> >
> > router#(config)line vty 0 4
> > router#(config-line)password (password)
> > router#(config-line)
> >
> > and
> >
> > set the enable password
> > router#(config)enable password (password)
> >
> > All this stuff is available on the Cisco CD and or
> > config manuals.
> >
> > Teunis
> > Hobart, Tasmania
> > Australia.
> >
> >
> > On Thursday, November 23, 2000 at 06:46:39 PM,
> > suaveguru wrote:
> >
> > > hi anyone
> > >
> > > knows what's the command to set username and
> > password
> > > for router logon for telnet
> > >
> > >
> > >
> > > suave guru
> > >
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Shopping - Thousands of Stores. Millions of
> > Products.
> > > http://shopping.yahoo.com/
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to
> > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > www.tasmail.com
> >
> >
>
>
>__
>Do You Yahoo!?
>Yahoo! Shopping - Thousands of Stores. Millions of Products.
>http://shopping.yahoo.com/
>
>_
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-24 Thread John Hardman

Hi

Syntax:

username  priv 7 thru 15 password y

then on the VTY lines

no password
login local

HTH
--
John Hardman CCNP MCSE+I


"suaveguru" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi anyone
>
> knows what's the command to set username and password
> for router logon for telnet
>
>
>
> suave guru
>
> __
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Fw: setting username and passwords for router logon in telnet

2000-11-24 Thread Laurel Redd




> >router#(config)line vty 0 4

router#(config)Login(I would use this command here as well)

> >router#(config-line)password (password)
> >router#(config-line)
>
> - Original Message -
> From: "Tony van Ree" <[EMAIL PROTECTED]>
> To: "suaveguru" <[EMAIL PROTECTED]>; "William Gragido"
> <[EMAIL PROTECTED]>; "Chris A" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Thursday, November 23, 2000 8:21 PM
> Subject: Re: setting username and passwords for router logon in telnet
>
>
> > Try
> >
> > this assumes you already have an enable passowrd set.
> >
> >
> >
> > router#(config)line vty 0 4
> > router#(config-line)password (password)
> > router#(config-line)
> >
> > and
> >
> > set the enable password
> > router#(config)enable password (password)
> >
> > All this stuff is available on the Cisco CD and or config manuals.
> >
> > Teunis
> > Hobart, Tasmania
> > Australia.
> >
> >
> > On Thursday, November 23, 2000 at 06:46:39 PM, suaveguru wrote:
> >
> > > hi anyone
> > >
> > > knows what's the command to set username and password
> > > for router logon for telnet
> > >
> > >
> > >
> > > suave guru
> > >
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Shopping - Thousands of Stores. Millions of Products.
> > > http://shopping.yahoo.com/
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > www.tasmail.com
> >
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-26 Thread Brad Ellis

Laurel,

Hi!  That only sets a password, it will not require a username.  To prompt
for a username as well, there are two different ways of doing it.  One with
AAA (more configuration needed), the other with a simple, login local
command placed in the Line VTY 0 4.  Dont forget to include a username
statement in the global config mode, ie:

username cisco password letmein
router#(config)line vty 0 4
router#(config)Login local
router#(config-line)

-Brad Ellis
CCIE#5796
[EMAIL PROTECTED]

used cisco hardware:  www.optsys.net

""Laurel Redd"" <[EMAIL PROTECTED]> wrote in message
013b01c05641$29e7e460$030a@poe">news:013b01c05641$29e7e460$030a@poe...
>
>
>
> > >router#(config)line vty 0 4
>
> router#(config)Login(I would use this command here as well)
>
> > >router#(config-line)password (password)
> > >router#(config-line)
> >
> > - Original Message -
> > From: "Tony van Ree" <[EMAIL PROTECTED]>
> > To: "suaveguru" <[EMAIL PROTECTED]>; "William Gragido"
> > <[EMAIL PROTECTED]>; "Chris A" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Thursday, November 23, 2000 8:21 PM
> > Subject: Re: setting username and passwords for router logon in telnet
> >
> >
> > > Try
> > >
> > > this assumes you already have an enable passowrd set.
> > >
> > >
> > >
> > > router#(config)line vty 0 4
> > > router#(config-line)password (password)
> > > router#(config-line)
> > >
> > > and
> > >
> > > set the enable password
> > > router#(config)enable password (password)
> > >
> > > All this stuff is available on the Cisco CD and or config manuals.
> > >
> > > Teunis
> > > Hobart, Tasmania
> > > Australia.
> > >
> > >
> > > On Thursday, November 23, 2000 at 06:46:39 PM, suaveguru wrote:
> > >
> > > > hi anyone
> > > >
> > > > knows what's the command to set username and password
> > > > for router logon for telnet
> > > >
> > > >
> > > >
> > > > suave guru
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Yahoo! Shopping - Thousands of Stores. Millions of Products.
> > > > http://shopping.yahoo.com/
> > > >
> > > > _
> > > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > > Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > www.tasmail.com
> > >
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > >
> >
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: setting username and passwords for router logon in telnet

2000-11-26 Thread suaveguru

thank you very much , I know it now


--- Brad Ellis <[EMAIL PROTECTED]> wrote:
> Laurel,
> 
> Hi!  That only sets a password, it will not require
> a username.  To prompt
> for a username as well, there are two different ways
> of doing it.  One with
> AAA (more configuration needed), the other with a
> simple, login local
> command placed in the Line VTY 0 4.  Dont forget to
> include a username
> statement in the global config mode, ie:
> 
> username cisco password letmein
> router#(config)line vty 0 4
> router#(config)Login local
> router#(config-line)
> 
> -Brad Ellis
> CCIE#5796
> [EMAIL PROTECTED]
> 
> used cisco hardware:  www.optsys.net
> 
> ""Laurel Redd"" <[EMAIL PROTECTED]> wrote in message
> 013b01c05641$29e7e460$030a@poe">news:013b01c05641$29e7e460$030a@poe...
> >
> >
> >
> > > >router#(config)line vty 0 4
> >
> > router#(config)Login(I would use this command
> here as well)
> >
> > > >router#(config-line)password (password)
> > > >router#(config-line)
> > >
> > > - Original Message -
> > > From: "Tony van Ree" <[EMAIL PROTECTED]>
> > > To: "suaveguru" <[EMAIL PROTECTED]>;
> "William Gragido"
> > > <[EMAIL PROTECTED]>; "Chris A"
> <[EMAIL PROTECTED]>;
> > > <[EMAIL PROTECTED]>
> > > Sent: Thursday, November 23, 2000 8:21 PM
> > > Subject: Re: setting username and passwords for
> router logon in telnet
> > >
> > >
> > > > Try
> > > >
> > > > this assumes you already have an enable
> passowrd set.
> > > >
> > > >
> > > >
> > > > router#(config)line vty 0 4
> > > > router#(config-line)password (password)
> > > > router#(config-line)
> > > >
> > > > and
> > > >
> > > > set the enable password
> > > > router#(config)enable password (password)
> > > >
> > > > All this stuff is available on the Cisco CD
> and or config manuals.
> > > >
> > > > Teunis
> > > > Hobart, Tasmania
> > > > Australia.
> > > >
> > > >
> > > > On Thursday, November 23, 2000 at 06:46:39 PM,
> suaveguru wrote:
> > > >
> > > > > hi anyone
> > > > >
> > > > > knows what's the command to set username and
> password
> > > > > for router logon for telnet
> > > > >
> > > > >
> > > > >
> > > > > suave guru
> > > > >
> > > > >
> __
> > > > > Do You Yahoo!?
> > > > > Yahoo! Shopping - Thousands of Stores.
> Millions of Products.
> > > > > http://shopping.yahoo.com/
> > > > >
> > > > > _
> > > > > FAQ, list archives, and subscription info:
> > > http://www.groupstudy.com/list/cisco.html
> > > > > Report misconduct and Nondisclosure
> violations to
> [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > www.tasmail.com
> > > >
> > > >
> > > > _
> > > > FAQ, list archives, and subscription info:
> > > http://www.groupstudy.com/list/cisco.html
> > > > Report misconduct and Nondisclosure violations
> to [EMAIL PROTECTED]
> > > >
> > >
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to
> [EMAIL PROTECTED]
> >
> 
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]