본문 바로가기

Network

[네트워크관리사]Router Quiz 3

반응형

Q>

Router6에 enable secret 를 설정하고 저장하고 확인하시오.

 

A>

Router>enable
Router#config terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#enable secret cisco
Router(config)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show running-config 
Building configuration...

Current configuration : 735 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
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#
반응형