본문 바로가기

네트워크

[router] Secret 패스워드

반응형

Secret 패스워드

 

Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable secret 123456
Router(config)#end
%SYS-5-CONFIG_I: Configured from console by console
Router#show running-config
Building configuration...
Current configuration : 260 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
enable secret 5 $1$yEP2$ITu3PzfF9ISxm8XF6r2dE1
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end

Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#reload
.
.
재부팅
.
.
Press RETURN to get started!

Router>enable
Password:
패스워드 해제
Router(config)#no enable secret

 

 

 

728x90
반응형