cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9142
Views
5
Helpful
6
Replies

Configuring telnet user in cisco 2811 router

marstelecom
Level 1
Level 1

Hi recently we purchased Router 2811 and i need to configure telnet user for vty 0 4 and vty 5 15 with password being encrypted. Im new to the Cisco Router Config. SO i request someone to help me out.

6 Replies 6

spremkumar
Level 9
Level 9

Hi

you can create the access password using password command under the line config and make sure that you use service password-encryption in the global config so that the password you enter may not appear as it is.

I would suggest you to use privilege levels with AAA enabled so that you can be assured that only authrorized personnel can do the config changes/modifications.

regds

Do you have those commands on your finger tips, im unable to get the documentation for the Router

Pravin Phadte
Level 5
Level 5

config t

service password-encryption \

[this will encrypt all the passowrd which are typed in clear text]

line vty 0 4

login (local or tacacs)

password cisco [this is non encrypted]

or

password secret cisco

The line vty is encription 7 which can be decripted.

smohanasundaram
Level 1
Level 1

Hi

you can use the following configurations.

router#config t

router(config)#service password encryption

router(config)# username test password "your password"

router(config)# username test privilege " whatever you want 0 to 15"

router(config)#line vty 0 4

router(config-line)#transport input telnet

router(config-line)#transport output telnet

router(config-line)#login local

router(config)#line vty 5 15

router(config-line)#transport input telnet

router(config-line)#transport output telnet

router(config-line)#login local

router(config-line)#end

router#wr

Thanks and regards

S.Mohana sundaram

INDSYS Technologies

Thanks Mr.Sundaram, I just go one step ahead and ask that for my Jrs I wanted to just give them Level -1 access for which i need to give them a different username and password. What would would be my line configs in that case.

Regards

Prasanna Sastry.G

Mars Telecom

Hi Prasanna

add the following configuration

router#config t

router(config)#username prasanna password test321 # Change this password( test321) whatever you want

router(config)#username prasanna privilege 1 # this line helps prasanna user privilege as 1

router(config)#line vty 0 4

router(config-line)#transport input telnet

router(config-line)#transport output telnet

router(config-line)#login local

router(config-line)#exit

router(config)#line vty 5 15

router(config-line)#transport input telnet

router(config-line)#transport output telnet

router(config-line)#login local

router(config-line)#end

router#wr

its solves your needs.

Please Rate this post if helps

Thanks and Regards

S.Mohana sundaram

INDSYSS Technologies

+91 98940 44411,mohans@indsys.co.in

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card