cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
605
Views
0
Helpful
4
Replies

Cisco Router

Aadhil Salim
Level 1
Level 1

Hi Cisco,

 

How we can change the existing user password in Cisco IOS

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni

Hi
it depends what way its currently setup , but one way below through standard username and secret


username NAME secret PASSWORD

line vty 0 4
login local
transport input ssh

https://www.techrepublic.com/article/setting-passwords-on-a-cisco-router/

 

 

this is my current setup.

 

username alfa privilege 15 
line vty 0 4
exec-timeout 5 0
privilege level 15
password <passsword>
login local
transport input telnet ssh

 

 

 

i want to change alfa password . user is already exist in my IOS i want to change the existing user password

Hi
you just need to change the Alfa line only then , got to configure mode

conf t
no username alfa
username alfa priv 15 secret xxxxx
or
username alfa priv 15 password xxxx
enable secret xxxxx

 

 

and save it

if in conft mode ... do copy run start

Hello,

 

what you need to do is associate the password with the user, not with the line:

 

username alfa privilege 15 password cisco

!
line vty 0 4
exec-timeout 5 0
privilege level 15
login local
transport input telnet ssh

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