반응형
Q>
console의 패스워드를 cisco로 설정하고 저장하시오.
A>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line console 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#do sh run
Building configuration...
Current configuration : 709 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
no ip address
shutdown
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
login
!
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#
반응형
'Network' 카테고리의 다른 글
[네트워크관리사]Router Quiz 16 (0) | 2021.09.02 |
---|---|
[네트워크관리사]Router Quiz 15 (0) | 2021.09.02 |
[네트워크관리사]Router Quiz 13 (0) | 2021.09.02 |
[네트워크관리사]Router Quiz 12 (0) | 2021.09.02 |
[네트워크관리사]Router Quiz 11 (0) | 2021.09.01 |