|
Posted by adonis on January 16, 2008, 12:01 am
If you were Registered and logged in, you could reply and use other advanced thread options > pk ha scritto:
>
>
>
>
>
> > rai wrote:
>
> >> adonis ha scritto:
>
> >>> hello,
> >>> i want to set username and password for telnet with cisco switch 2950.=
> >>> but there is only password setting with "enable password" or "enable
> >>> secret" commands.
> >>> what can i do?
>
> >> Router (config) # line vty 0 4
> >> Router (config-line) # password some_password Router (config-line) #
> >> login
> >> Router (config-line) # exit
> >> Router (config) # service password-encryption
>
> > How does this set the username?
>
> Ah, so. He can setup username and password for the switch and then enable
> local password checking at login time:
>
> Step 1 =A0configure terminal
>
> Step 2 =A0username name [privilege level] {password encryption-type
> =A0 =A0 =A0 =A0 password}
>
> Step 3 =A0line console 0
> =A0 =A0 =A0 =A0 or
> =A0 =A0 =A0 =A0 line vty 0 15
>
> Step 4 =A0login local
>
> http://tinyurl.com/ytzvmu- Hide quoted text -
>
> - Show quoted text -
thank you sooooooooo much.
|