0% found this document useful (0 votes)
9 views1 page

Codes To Configure in Console Using Packet Tracer

Uploaded by

afranealfred40
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Codes To Configure in Console Using Packet Tracer

Uploaded by

afranealfred40
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CODES TO CONFIGURE IN CONSOLE USING PACKET TRACER

specify the user EXEC mode password using the password password command. Finally,
enable user EXEC access using the login command.
Sw-Floor-1# configure terminal
Sw-Floor-1(config)# line console 0
Sw-Floor-1(config-line)# password cisco
Sw-Floor-1(config-line)# login
Sw-Floor-1(config-line)# end
Sw-Floor-1#
To secure privileged EXEC access, use the enable secret password global config command,
as shown in the example.
Sw-Floor-1# configure terminal
Sw-Floor-1(config)# enable secret class
Sw-Floor-1(config)# exit
Sw-Floor-1#
To encrypt all plaintext passwords, use the service password-encryption global config
command as shown in the example.

Sw-Floor-1# configure terminal


Sw-Floor-1(config)# service password-encryption
Sw-Floor-1(config)#

You might also like