cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4069
Views
5
Helpful
4
Replies

live vty password

blue4cisco
Level 1
Level 1

How do i change line vty password.

current setting are:

line vty 0 4

priviliage level 15

password xxx

login

transport input telnet ssh

what does mean of all such commands ?

4 Replies 4

royalblues
Level 10
Level 10

Hi Friend

go into the line configuration mode and change the password

eg.

(config)#line vty 0 4

(Config-line)#Password

The privilege command is used to set the default privilege level for the line.

Level 15 is the level of access permitted by the enable password. you can change the privilge level by assigning it any other level.

eg. line vty 0 4

privilege level 5

Login & password are configured to prompt for the password when anyone tries to telnet

transport input telnet ssh

The above command allows both telnet and ssh inbound conenction to the vty line

Check out this link for more information on configuring line,console and aux ports

http://www.ciscotaccc.com/kaidara-advisor/core/showcase?case=K45386163

You should also configure service password-encrption in the global configuration mode which will encrypt all the password

HTH, rate if it does

Narayan

Hi Blue,

to change the telnet password(vty 0 4)

juz go type as follows

router#conf t

router(config)#line vty 0 4

router(config-line)#password

router(config-line)#exit

router#

privilage level 15 indicates the level of access permitted by the enable password. which means the moment you type the telnet password, you need not have to type "enable" it will directly take you to # prompt.

login indicate which prompt the "login" prompt

"transport input telnet ssh", indicates that the interface will accepts both the telnet & ssh(secure shell login) which is more secure that the "telnet", so it is better to accept only the "ssh"

& finally line vty 0 4 indicates that the vty(virtual terminal) "0" means the interface number & "4" the maximum number of session to be opened for this interface, you can also have more that 4, which means concurrent sessions of this particular which will be opened. eg. if you say line vty 0 10, it can accept maximum of 11 concurrent sessions, bcoz the number starts from 0 to 10 = 11.

hope this helps,

rate this post if cleared.

jcutler0622
Level 1
Level 1

The following is how you would complete it.

router>

router>enable

router#config t

router#line vty 0 4

router#priviliage level 15

router#password (then your password)

router#exit

router#wr mem

Then you should be good. Please rate if this helps.

mark.cronin
Level 2
Level 2

you could use Username and passwords

Router#configure terminal

then username User password Password

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