Network
[네트워크관리사]Router Quiz 2
AnKiWoong
2021. 8. 29. 17:41
반응형
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#
반응형