cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
0
Helpful
2
Replies

Password on router

paulgrg22
Level 1
Level 1

hello

Anybody here knows how to set a password to my router??how can i do it?thanks

2 Replies 2

amolak_cisco
Level 1
Level 1

Hi,

I assumed you want to set enable & telnet password on your router.

To set a enable password

router#config term

router(config)#enable secret cisco <<<< define password for example cisco

router(config)#exit

router#write mem

To set a telnet password

router#config term

router(config)#line vty 0 4

router(config)#login

router(config)#password cisco123 <<<< define password for example cisco123

router(config)#exit

router#write mem

Hope this help.

Regards,

Amolak

Review Cisco Networking products for a $25 gift card