2020. 5. 10.

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


문제 1 ip 서브넷팅 설정하기

fastethernet 0/0
192.168.0.100/24

문자 1 
[ 문제3 ] 
문 자 2 
문 자 3 
ROUTER 1의 FastEthernet 0/0의 IP를 192. 168.0. 100/24로 설-접하시오. 
(완료된 설정은 startup-configDiI 저-장하시오.) 
[그림] 
PCI 
Routerl 
답안 제출 
수험정보 
수험 번호 : student 
남은시간 : 00: 18103 
ROUTER 1 
ROUTER 2 
ROUTER 3 
ROUTER 4 
※ 주의 사할 
현재 쟉법참를 닫거나 ,내로고침를 喬 
면 한됩니다.

Router 1 
with 491520K/327EEK 
clscc1g21/Kg 
board ID 
2 Gigabit Ethernet 
I terminal line 
DRAN ccn figuraticn 
(revision I 
FGLIS4424LE 
interface B 
raeracry . 
64 Wide with parity d IsabLed. 
2SSK bytes cf ncn-vclatile ccn figuraticn r.er.ory. 
2SOEE4K bytes cf USB Flash usbfIaBhO (Read,'firite) 
System Ccn figuraticn Dia Log 
ficuld ycu like Cc enter the initial ccn figuraticn 
dia log 2 
• Router > en 
• Router* ccn f t 
• Enter ccn figuraticn ccraraands, one per line. 
• Router (ccn f lg) # interface fastethernet 
Router ip add 192.1EE.o.100 255 
• Router no shutdown 
: *LINK-s-CHANGED: 
Interface FastEthernetO/O, 
End with 
. 255.255.0 
ch anged 
ccn scle 
CNTL/Z. 
state 
up 
Router exit 
Router ( ccn f tg) # exit 
SSYS-S-CCNFIG I: Ccn figured f rara console 
Router* copy 
Destinaticn fiLename [startup—ccnfigl 2 
Building ccn figuraticn... 
Router # 
by

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

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

Router(config)# interface fastethernet 0/0 
# 문제에 제시된 FastEthernet 0/0으로 이동

Router(config-if)# ip add 192.168.0.100 255.255.255.0 
# (ip address 192.168.0.100 255.255.255.0) : IP/서브넷마스크 설정

저장

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

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

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

확인
# show interface


문제 2 대역폭

ROUTER2 Serial 2/0의 대역폭을 2048로 설정하시오.
(완료된 설정은 '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)# bandwidth 2048 
# 대역폭을 2048로 설정

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

Router(config)# exit 

Router > en 
Router* conf t 
Enter configuration commands, one per 
Router (config) # interface serial 2/0 
Router (config-if) # bandwidth 2048 
Router (config-if) # exit 
Router (config) # exit 
line. 
End 
with 
CNIL/Z. 
*sys-s-CONFIG 
. Configured from console 
by 
console 
Router* copy s 
Destination filename [startup-config) 
Building configuration. 
Router #

확인
show running-config

Router 1 
duplex auto 
speed auto 
shutdown 
interface Seria12/O 
bandwidth 2048 
no ip address 
clock rate 72000 
shutdown

#전역설정 모드에서 나가기

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


문제 3 대역폭 clock

ROUTER1 Serial 2/0의 클럭 속도를 72K로 설정하시오.
(완료된 설정은 '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)# clock rate 72000
# 클럭속도를 72K(K 10 3승이므로 72 X 1,000 = 72,000)로 설정

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) # clock rate 72000 
Router (config-if) # exit 
Router (config) # exit 
Line. 
End 
with 
CNIL/Z. 
*sys-s-CONFIG 
. Configured from console 
by 
console 
Router* copy s 
Destination filename [startup-config) 
Building configuration. 
Router #

확인
show running-config

Router 1 
duplex auto 
speed auto 
shutdown 
interface Seria12/O 
bandwidth 2048 
no ip address 
clock rate 72000 
shutdown


문제 4 주석 설정

FastEthernet 0/0의 Description을 설정하시오. Description : ICQA
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

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

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

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

Router(config-if)# description ICQA
# 주석을 ICQA로 설정

Router(config-if)# exit
# fastethernet 0/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) # interface fastethernet 0/0 
Router (config-if) # desciption ICQ 
Unrecogni zed command 
Router (config-if) # exit 
Router (config) # exit 
End 
with 
CNIL/Z. 
*sys-s-CONFIG 
. Configured from console 
by 
console 
Router* copy s 
Destination filename [startup-config) 
Building configuration.

확인

show interface

Router 1 
FastECherneCO/O is administratively down, line protocol is down (disabled) 
Hardware is Lance, address is OOdO.babS.1477 (bia OOdO.babS.1477) 
Description: ICQ


문제 5 second ip address

ROUTER1 Serial 2/0을 사용가능하게 IP 주소를 192.168.0.101/24와 두번째 IP 192.168.0.102/24로 설정하고 활성화 하시오.
(완료된 설정은 '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)# ip add 192.168.0.101 255.255.255.0
# 문제에 제시된 첫번째 IP 주소 설정

Router(config-if)# ip add 192.168.0.102 255.255.255.0 secondary
# 문제에 제시된 두번째 IP 주소 설정

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 line. 
Router (config) # interface serial 2/0 
Router (config-if) # ip add 132.1 Es.o.101 2SS 
Router (config-if) # ip add 192. IEE..o.102 2SS 
End with 
.2ss.2ss.o 
.2ss.2ss.o 
CNIL/Z. 
secondary 
Router (config-if) # no shutdown 
*LINK-S-CHÄNGED: 
Interface Seria12/O, 
Router (config-if) # exit 
Router (config) # exit 
changed state 
Co down 
*sys-s-CONFIG 
. Configured from console 
by 
console 
Router* copy s 
Destination filename [startup-config) 
Building configuration... 
Router #

확인
show running-config

interface Seria12/O 
ip address 132.1Es.o.102 ass.2ss.2ss.o secondary 
ip address 132.1Es.o.101 ass.2ss.2ss.o 
clock rate 2000000


댓글 없음:

댓글 쓰기