반응형
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
반응형
'네트워크' 카테고리의 다른 글
[switch] Vlan 설정 (정적 포트별 나누기) (0) | 2013.09.06 |
---|---|
[switch] Switch 텔넷 암호 설정 (0) | 2013.09.06 |
[router] console 모드 패스워드 설정 (0) | 2013.09.06 |
[router] 라우터 기초 설정 (0) | 2013.09.06 |
[switch] 아이피 셋팅 (0) | 2013.09.04 |