The most viewed posts

About Desktop Icons in Windows Computer

How to clean up Windows Computer

Driver Booster

CCleaner

Advanced System Care

Myanmar font and keyboard for Windows

Registry Reviver

How to make a computer secure and run faster

some (JavaScript Array Method)

Terms and Conditions

The most viewed items

Desktop Hard Disk

HP ProBook 430

Dell Inspiron 5559

External Hard Disk

SONY Playstation Portable

Laptop RAM

Laptop

ZilaStar ICT Nov 27 2018, 21:50:28
Category : Computer Networking Tutorials

Securing Cisco Networking Devices

We should set passwords in Cisco networking devices so that non authorized people can't access easily. The followings are the ways to set passwords in Cisco networking devices by CLI.

(Note : Most of Cisco Networking Devices are needed to be configured by CLI)


*** Console Password ***

enable (en)

configure terminal (config t)

line console 0

password console123 (type secured password)

 

*** Enable Password ***

enable (en)

configure terminal (config t)

enable password enable123 (type secured password)

 
 
*** Enable Secret ***

enable (en)

configure terminal (config t)

enable secret secret123 (type secured password)

 

*** VTY Password ***

enable (en)

configure terminal (config t)

line vty 0 15

password vty123 (type secured password)

 

*** To go back enable mode ***

 end

 
*** To save configuration ***

 copy run start

  • Comments:

    No comment to show.

    To Contact
    Available Services
    Terms and Conditions