본문 바로가기

네트워크

[router] console 모드 패스워드 설정

반응형

console 모드 패스워드 설정

 

Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line console 0
Router(config-line)#password 123456
Router(config-line)#login
Router(config-line)#end
%SYS-5-CONFIG_I: Configured from console by console
Router#show running-config
Building configuration...
Current configuration : 228 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
line con 0
password 123456
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!

User Access Verification
Password:

패스위드 해제
Router(config-line)#no password
Router(config-line)#no login

 

 

 

728x90
반응형

'네트워크' 카테고리의 다른 글

[switch] Switch 텔넷 암호 설정  (0) 2013.09.06
[router] Secret 패스워드  (0) 2013.09.06
[router] 라우터 기초 설정  (0) 2013.09.06
[switch] 아이피 셋팅  (0) 2013.09.04
L3 기능 요약 정리  (0) 2013.09.01