반응형
Q>
Router3에 enable password를 설정하고 저장하고 enable password를 확인하시오.
A>
Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable password cisco
Router(config)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show running-config
Building configuration...
Current configuration : 710 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
enable password cisco
!
!
!
!
!
!
ip cef
no ipv6 cef
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#exi
Router con0 is now available
Press RETURN to get started.
Router>enable
Password:
Router#
반응형
'Network' 카테고리의 다른 글
[네트워크관리사]Router Quiz 4 (0) | 2021.08.30 |
---|---|
[네트워크관리사]Router Quiz 3 (0) | 2021.08.29 |
[네트워크관리사]Router Quiz 1 (0) | 2021.08.29 |
[CCNA]명령어 입력시 주된 오류 메시지 (0) | 2021.08.29 |
[CCNA]교육 과정 정리 4 (0) | 2021.08.29 |