자격증/네트워크관리사

[네트워크관리사 2급 실기] 라우터유형 기출문제

j9m 2022. 9. 13. 19:55
반응형

라우터 유형 

라우터 유형은 매 시험 3문제가 출제됩니다. 주로 확인 후 저장문제, IP추가 문제, 인터페이스 설정문제 등이 출제됩니다. 라우터 유형 기출문제를 보기 전에 icqa사이트 자료실에서 수험생 실습용 Router Emulator 프로그램 다운로드 받고 실습을 진행하시면 됩니다. 2019년 2회차 ~ 2022 3회차까지의 라우터 유형 기출 문제이며 세부적인 내용은 다를 수 있지만 유형은 비슷합니다. 정답 버튼을 클릭하면 정답을 보실 수 있고 오류사항이 있으면 댓글 달아주시면 바로 수정하겠습니다.

 

Router Emulator 프로그램 - 수험생 실습용 > 자료실 | (사)한국정보통신자격협회

*라우터 실습용 에뮬레이터 첨부파일을 다운받고 압축을 풀어서 router.exe 파일을 실행하시면 됩니다. - 컴퓨터는 현재날짜로 세팅되어야합니다.   현재날짜가 아닐 경우 '최신버전을 이용해 주

www.icqa.or.kr

 

2022년 3회차 라우터유형 기출문제

 Router1의 FastEthernet 0/0을 사용가능하게 IP주소를 192.168.0.101/24와 두번째 IP를 192.168.102/24로 설정하고 활성화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# ip add 192.168.0.101 255.255.255.0

Router(config-if)# ip add 192.168.102.0 255.255.255.0 secondary

Router(config-if)# no shutdown

Router(config-if)# exit

Router(config)# exit

Router# copy r s


Router2의 DHCP pool을 icqa로 설정하고 네트워크는 192.168.100.0/24로 설정하하시오

더보기

Router> en

Router# conf t

Router(config)# ip dhcp pool icqa

Router(dhcp-config)# network 192.168.100.0 255.255.255.0

Router(dhcp-config)# exit

Router(config)# exit

Router# copy r s


③ 라우팅 테이블 정보를 확인하고 저장하시오.

더보기

Router> en

Router# show ip route

Router# copy r s

 

2022년 2회차 라우터유형 기출문제

① host의 정보를 확인하고 저장하시오

더보기

Router> en

Router# show host

Router# copy r s


SNMP 통신 시 ICQA라는 Community를 통해 모니터링 할 수 있도록 Router1에 설정하시오. (단, 'ICQA'는 대소문자를 구분함. 완료된 설정은 'Router# copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)

더보기

Router> en

Router# conf t

Router(config)# snmp community ICQA

Router(config)# exit

Router# copy r s


③ 정적라우팅을 설정하시오. 목적지 네트워크 ip : 24.48.200.0/24 게이트웨이 ip : 100.150.100.2

더보기

Router> en

Router# conf t

Router(config)# ip route 24.48.200.0 255.255.255.0 100.150.100.2

Router(config)# exit

Router# copy r s

 

2022년 1회차 라우터유형 기출문제

① 라우터의 소프트웨어 버전과 IOS 버전 등을 확인하고 저장하시오.

더보기

Router> en

Router# show version

Router# copy r s


② Default-Gateway를 설정하고, 저장하시오. (IP : 192.168.100.0) 

더보기

Router> en

Router# conf t

Router(config)# ip default-gateway 192.168.100.0

Router(config)# exit

Router# copy r s


 FastEthernet 0/0의 Description을 설정하시오. Description : ICQA

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# description ICQA

Router(config-if)#  exit

Router(config-if)#  exit

Router# copy r s

 

2021년 4회차 라우터유형 기출문제

① 인터페이스를 확인하고 저장하시오.

더보기

Router> en

Router# show interface

Router# copy r s


라우터에서 telnet 접속할때 vty 0 4까지 ssh로 접속가능하도록 설정하시오.

더보기

Router> en

Router# conf t

Router(config)# li vty 0 4

Router(config-if)# transport input ssh

Router(config-if)# exit

Router(config)# exit

Router# copy r s


③ Router1의 FastEthernet 0/0을 사용가능하게 IP주소를 192.168.0.101/24와 두번째 IP를 192.168.102/24로 설정하고 활성화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# ip add 192.168.0.101 255.255.255.0

Router(config-if)# ip add 192.168.102.0 255.255.255.0 secondary

Router(config-if)# no shutdown

Router(config-if)# exit

Router(config)# exit

Router# copy r s

 

2021년 3회차 라우터유형 기출문제

라우터의 소프트웨어 버전과 IOS 버전 등을 확인하고 저장하시오.

더보기

Router> en

Router# show version

Router# copy r s


ROUTER1의 Serial 2/0을 사용가능하게 IP 주소를 192.168.0.101/24와 두번째 IP 192.168.0.102/24로 설정하고 활성화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface serial 2/0

Router(config-if)# ip add 192.168.0.101 255.255.255.0

Router(config-if)# ip add 192.168.102.0 255.255.255.0 secondary

Router(config-if)# no shutdown

Router(config-if)# exit

Router(config)# exit

Router# copy r s


 Router2의 DHCP 네트워크를 192.168.100.0/24 서버이름은 'icqa'로 설정하시오.

더보기

Router> en

Router# conf t

Router(config)# ip dhcp pool icqa

Router(dhcp-config)# network 192.168.100.0 255.255.255.0

Router(dhcp-config)# exit

Router(config)# exit

Router# copy r s

 

2021년 2회차 라우터유형 기출문제

① 라우팅 테이블 정보를 확인하고 저장하시오.

더보기

Router> en

Router# show ip route

Router# copy r s


기본 게이트웨이를 설정하시오. IP : 192.168.0.10

더보기

Router> en

Router# conf t

Router(config)# ip default-gateway 192.168.0.10

Router(config)# exit

Router# copy r s


Router2의 serial 2/0에 frame relay 방식으로 캡슐화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface serial 2/0

Router(config-if)# encapsulation frame-relay

Router(config-if)# exit

Router(config)# exit

Router# copy r s

 

2021년 1회차 라우터유형 기출문제

① 접속한 사용자 정보를 확인하고 저장하시오.

더보기

Router> en

Router# show user

Router# copy r s


 FastEthernet 0/0의 정적 라우팅 테이블 경로 지정하시오. 목적지ip : 24.48.200.0/24 게이트웨이IP: 100.150.100.2

더보기

Router> en

Router# conf t

Router(config)# interface s2/0

Router(config-if)# ip route 24.48.200.0 255.255.255.0 100.150.100.2

Router(config-if)#  exit

Router(config-if)#  exit

Router# copy r s


FastEthernet 0/0의 Description을 설정하시오. Description : ICQA

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# description ICQA

Router(config-if)#  exit

Router(config-if)#  exit

Router# copy r s

2020년 4회차 라우터유형 기출문제

① 모든 인터페이스 확인

더보기

Router> en

Router# show interface

Router# copy r s


② 기본  네트워크를 설정하시오 IP : 192.168.0.10

더보기

Router> en

Router# conf t

Router(config)# ip default-network 192.168.10.0

Router(config)# exit

Router# copy r s


③ FastEthernet 0/0에 IP추가 후 활성화 IP: 192.168.100.1/24

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# ip add 192.168.100.1 255.255.255.0

Router(config-if)# no shutdown

Router(config-if)# end

Router# copy r s

 

2020년 3회차 라우터유형 기출문제

① 라우터 버전확인

더보기

 

Router> en

Router# show version

Router# copy r s


② serial 2/0에 encapsulation frame-relay 설정

더보기

Router> en

Router# conf t

Router(config)# interface serial 2/0

Router(config-if)# encapsulation frame-relay

Router(config-if)# end

Router# copy r s


ROUTER2의 Serial 0/0의 IP 및 서브넷을 설정하고 저장하시오. IP: 192.168.100.1/24

더보기

 

Router> en

Router# conf t

Router(config)# int s 2/0

Router(config-if)# ip add 192.168.100.1 255.255.255.0

Router(config-if)# exit

Router# copy r s

 

2020년 2회차 라우터유형 기출문제

① 라우팅 테이블 확인

더보기

Router> en

Router# show ip route

Router# copy r s


ROUTER2의 Serial 0/0의 IP 및 서브넷을 설정하고 저장하시오. IP: 192.168.100.1/24

더보기

Router> en

Router> conf t

Router> int s 2/0

Router> ip add 192.168.100.1 255.255.255.0

Router> no sh

Router> exit


Default-Network를 설정하고 저장하시오. (IP : 192.168.100.0) 

더보기

Router> en

Router> conf t

Router(config)# ip default-network 192.168.10.0

Router(config)# end

Router# copy r s

 

2019년 4회차 라우터유형 기출문제

① 라우터의 소프트웨어 버전과 IOS 버전 등을 확인하고 저장하시오.

더보기

Router> en

Router# show version

Router# copy r s


② Default-Network를 설정하고 저장하시오. (IP : 192.168.100.0)

더보기

Router> en

Router# conf t

Router(config)# ip default-gateway 192.168.100.0

Router(config)# exit

Router# copy r s


 Router2의 serial 2/0에 frame relay 방식으로 캡슐화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface serial 2/0

Router(config-if)# encapsulation frame-relay

Router(config-if)# exit

Router(config)# exit

Router# copy r s

 

2019년 3회차 라우터유형 기출문제

① 접속한 사용자 정보를 확인하고 저장하시오.

더보기

Router> en

Router# show user

Router# copy r s


Router1의 FastEthernet 0/0을 사용가능하게 IP주소를 192.168.0.101/24와 두번째 IP를 192.168.102/24로 설정하고 활성화 하시오.

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# ip add 192.168.0.101 255.255.255.0

Router(config-if)# ip add 192.168.102.0 255.255.255.0 secondary

Router(config-if)# no shutdown

Router(config-if)# exit

Router(config)# exit

Router# copy r s


 Router2의 호스트 이름을 'ICQA'로 설정하시오.

더보기

Router> en

Router# conf t

Router(config)# hostname ICQA

ICQA(config)# exit

ICQA# copy r s

 

2019년 2회차 라우터유형 기출문제

① 라우팅 테이블을 확인하고 저장하시오.

더보기

Router> en

Router# show ip route

Router# copy r s


 Router2의 DHCP 네트워크를 192.168.100.0/24 서버이름은 'icqa'로 설정하시오.

더보기

Router> en

Router# conf t

Router(config)# ip dhcp pool icqa

Router(dhcp-config)# network 192.168.100.0 255.255.255.0

Router(dhcp-config)# exit

Router(config)# exit

Router# copy r s


 FastEthernet 0/0의 Description을 설정하시오. Description : ICQA

더보기

Router> en

Router# conf t

Router(config)# interface fastethernet 0/0

Router(config-if)# description ICQA

Router(config-if)#  exit

Router(config-if)#  exit

Router# copy r s

 

단답형 기출문제

 

[네트워크관리사 2급 실기] 단답형 기출문제

네트워크관리사 2급 실기 단답형 네트워크관리사 2급 실기에서 단답형, 선택형은 총 6문제가 출제된다. 주로 네트워크ID구하기, IPv6특징, 리눅스 명령어, 프로토콜, 네트워크 기술, RAID 등이 출제

ohaengsa.tistory.com

 

반응형