2020. 5. 10.

[네트워크 관리사] 실기 라우터 설정 3 정리


문제11 활성화

ROUTER1 Serial 2/0을 활성화 시키시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환

Router# conf t
# (configure terminal) : 관리자 모드에서 전역설정 모드로 전환

Router(config)# interface Serial 2/0
# 문제에 제시된 serial 2/0으로 이동

Router(config-if)# no shutdown
# 활성화 명령어

Router(config-if)# exit
# serial 2/0에서 나가기

Router(config)# exit
# 전역설정 모드에서 나가기

Router# copy r s
# (copy running-config startup-config) : 저장 명령어

Router > en 
Router* conf t 
Enter configuration commands, one per 
Router (config) # interface Serial 2/0 
Router (config-if) # no shutdown 
*LINK-S-CHÄNGED: 
Interface Seria12/O, 
Router (config-if) # exit 
Router (config) # exit 
Line. 
ch anged 
End 
with 
state 
CNIL/Z. 
down 
*sys-s-CONFIG 
. Configured from console 
by 
console 
Router* copy s 
Destination filename [startup-config) 
Building configuration...

확인

show running-config

interface Seria12/O 
no ip address 
clock rate 2000000 
interface SerialS/O 
no ip address 
clock rate 2000000 
shutdown

# 다른 인터페이스와 다르게 shutdown 표시가 없다.


문제 12 호스트 네임 설정

Hostname network2로 변경하고 console 0 password route5로 변경 후 로그인하시오.
(완료된 설정은 'Router#copy running-config startup-config)를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환
Router# conf t
# (configure terminal) : 관리자 모드에서 전역설정 모드로 전환
Router(config)# hostname network2
# 호스트네임을 network2로 설정

Router(config)# line console 0
# 문제에 제시된 console 0으로 이동

Router(config-line)# password route5
# console 0의 패스워드를 route5로 변경

Router(config-line)# login
# 로그인

Router(config-line)# exit
# console 0에서 나가기

Router(config)# exit
# 전역설정 모드에서 나가기

Router# copy r s
# (copy running-config startup-config) : 저장 명령어

Router > en 
Router* conf t 
Enter configuration commands, one per line. 
Router (config) # hostname network-2 
End 
with 
CNIL/Z. 
network-2 (config) 
# line console O 
network-2 (config-line) # password routes 
network-2 (config-line) # login 
network-2 (config-line) # exit 
network-2 (config) 
*sys-s-CONFIG 
exit 
. Configured 
network2# copy r w 
Invalid input detected at 
network2# copy s 
from console 
marker. 
by 
console 
Destination filename [startup-config) 
Building configuration...

확인

show running-config

hostname network2
line con O 
password routes 
login


문제 13 확인 문제

인터페이스 정보를 확인하고 저장하시오.
(완료된 설정은 'Router#copy running-config startup-config)'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환

Router# show interface
#  인터페이스 정보 확인

Rouetr# copy r s
#  (copy running-config startup-config) : 저장 명령어

문제 14 사용자정보 확인

접속한 사용자 정보를 확인하고 저장하시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-conifg에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환

Router# show user
# 사용자 정보 확인

Router# copy r s
#  (copy running-config startup-config) : 저장 명령어

Router > en 
Router* show 
Line 
O con O 
Interface 
Router # copy 
user 
User 
User 
Host (s) 
idle 
Idle 
Idle 
Location 
Mode 
Peer 
Address 
Destination filename [startup-config) 
Building configuration...

문제 15 라우팅 테이블 확인

라우팅 테이블 정보를 확인하고 저장하시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자모드에서 관리자 모드로 전환

Router# show ip route
# 라우팅 테이블 정보 확인

Router# copy r s
# (copy running-config startup-config) : 저장 명령어

Router > en 
Router* show ip route 
Codes: C 
conne cted, 
EIGRP, EX 
static, I 
EIGRP external, 
IGRP, 
o 
R 
RIP, M - mobile, B 
BGP 
OSPF, IA - OSPF inter area 
OSPF N SSA external type 2 
OSPF N SSA external type I, 
OSPF external type I, E 2 
IS-IS, Ll 
IS-IS level-I, 
candidate default, U 
periodic downloaded static 
OSPF external type 2, E 
EGP 
IS-IS level-a, ia 
IS-IS inter 
per-user static route, o 
ODR 
route 
area 
Gateway of last resort is not 
set 
Router* copy s 
Destination filename [startup-config) 
Building configuration...

문제 16 플래쉬 확인

플래쉬 내용을 확인하고 저장하시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-conifg)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환

Router> show flash
# 플래쉬 내용 확인

Router> copy r s
# (copy running-config startup-config) : 저장 명령어

Router > 
Router* 
show 
System flash 
F i le Length 
flash 
directory: 
Name/ status 
ss71SS4 pc1000-i-mz.122-2s.bin 
28282 
227537 
sigdef-category . xml 
sigdef-default.xml 
[SE:2740s bytes used, sslssgsl available, 64016384 total) 
ES4SSK bytes of processor board System f Lash (Read/ Write) 
Router* copy s 
Destination filename [startup-config) 
Building configuration...

문제 17 프로세스 확인

프로세스 정보를 확인하고 저장하시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

Router> en
# (enable) : 사용자 모드에서 관리자 모드로 전환

Router# show process
# 프로세스 정보 확인

Router# copy r s
# (copy running-config startup-config) : 저장 명령어

Router > en 
Router* show process 
CPU utilization for five seconds: 
PID 
0/0; one 
Invoked 
1627 
8124 
minute: O; 
u Secs 
five minutes: 
Stacks TTY Process 
C sp 
Lwe 
Lst 
Cwe 
Cwe 
Mwe 
Mwe 
Mwe 
Mwe 
Mwe 
Router # 
PC Runtime (ms) 
EocsBE00 
E02DOSFS 
E02DFOES 
E02SIEss 
E00D4g40 
Eosnscs 
copy s 
2002 
2600/3000 
ss72/E000 
5740/6000 
ss€s/€ooo 
ssg2/E000 
ssE0/E000 
2584/3000 
SE12/E000 
S4.ss/E000 
4884/6000 
Load Meter 
CEE Scanner 
Check heaps 
Chunk Manager 
Pool Manager 
Serial Backgrou 
CIR 
1 pc 
1 pc 
1 pc 
Handler 
Zone Manage 
Periodic 
Seat Manage 
Destination filename [startup-config) 
Building configuration...



댓글 없음:

댓글 쓰기