enable secret
Command
Enable Secret
UseSets an encrypted password for enable mode on the router.
Syntax
Router(config)#enable password <WORD>
Example
In this example the enable password is set on R1.
R1(config)#enable secret cisco
R1(config)# |
Next, we verify the encrypted enable password using the show run command.
R1(config)#do show run | i enable
enable secret 5 $1$DFaG$gio1KhCTVIYNSZHNM2KhH0 |
Back to commands department
| |