FastEthernet 0/0 의 Description을 설정하시오. Description : ICQA
en
conf t
interfae fasteternet 0/0
description ICQA
exit
exit
copy r s
---------------------------------------
serial 2/0을 사용 가능하게 IP 주소를 192.168.0.101/24와
두번째 ip 192.168.0.102/24로 설정하고 활성화 하시오
en
conf t
interface serial 2/0
ip add 192.168.0.101 255.255.255.0
ip add 192.168.0.102 255.255.255.0
no shutdown
exit
exit
copy r s
---------------------------------------
serial 2/0을 활성화 시키시오
en
conf t
interface serial 2/0
no shutdown
exit
exit
copy r s
---------------------------------------
console 0의 도메인명을 AAA로 설정하시오.
en
conf t
line console 0
ip domain-name AAA
exit
exit
copy r s
---------------------------------------
인터페이스 정보를 확인하고 저장하시오
en
show interface
copy r s
---------------------------------------
접속한 사용자 정보를 확인하고 저장하시오
en
show user
copy r s
---------------------------------------
라우팅 테이블 정보를 확인하고 저장하시오
en
show ip route
copy r s
---------------------------------------
플래쉬 내용을 확인하고 저장하시오
en
show flash
copy r s
---------------------------------------
프로세스 정보를 확인하고 저장하시오
en
show process
copy r s
---------------------------------------
Telnet 에 접근하는 password를 icqa로 설정하고 로그인하시오
en
conf t
line vty 0 4
password icqa
login
exit
exit
copy r s
---------------------------------------
텔넷 연결 후 3분50초 동안 입력이 없으면 세션이 자동 종료 되도록 설정
en
conf t
line vrty 0 4
exec-timeout 03 50
exit
exit
copy r s
---------------------------------------
console 0 의 패스워드를 ICQA로 설정하고 로그인 하시오
en
conf t
line console 0
password ICQA
login
exit
exit
copy r s
---------------------------------------
기본 게이트 웨이를 설정하시오 IP: 192.168.0.10
en
conf t
ip default-gateway 192.168.0.10
exit
copy r s
---------------------------------------
DHCP 네트워크를 192.168.100.0/24 서버이름은 icqa로 설정
en
conf t
ip dhcp pool icqa
network 192.168.100.0 255.255.255.0
exit
exit
copy r s
---------------------------------------
hostname을 network2로 변경하고 console 0 의 password를 route5로 변경후 로그인하시오
en
conf t
hostname network2
line console 0
password route5
login
exit
exit
copy r s
---------------------------------------
그림과 같이 네트워크가 구성되고 Router 1에 access-list 1이 설정되어 있을 때, FastEthernet 0/0에 적용하시오. (패킷 이동 방향은 화살표 방향이다)
<그림> PC 1 ↔ ROUTER1
en
conf t
interface fastethernet 0/0
ip access-group 1 in
ip access-group 1 out
exit
exit
copy r s
---------------------------------------
그림과 같이 네트워크가 구성되어 있을 때 Router 1에 OSPF를 설정하시오.(Process ID와 Area id는 1이다.)
192.70.100.1/24 →(Fa 0/0)→ Router 1(Se 2/0 193.150.60.50/24)
- Router 2(Se 2/0 193.150.60.55/24) ←(Fa 0/0) 170.150.1.1/16
[router 1]
en
conf t
router ospf 1
network 192.70.100.0 0.0.0.255 area 1
network 192.150.60.0 0.0.0.255 area 1
exit
exit
copy r s
[router 2]
en
conf t
router ospf 1
network 193.150.60.0 0.0.0.255 area 1
network 170.150.1.0 0.0.255.255 area 1
exit
exit
copy r s
---------------------------------------
Router 1의 CPU Process 리스트를 확인하시오.
en
show process
copy r s
---------------------------------------
RIP 환경이 구성되어 있을 때, 라우팅 테이블에 등록되지 않는 목적지로 향하는 패킷은 192.168.1.1 네트워크 보내도록 Router 1에 디폴트 네트워크를 설정하시오. (ip route 0.0.0.0 사용 금지)
en
conf t
ip default-gateway 192.168.1.1
exit
exit
copy r s
---------------------------------------
아래의 제시문과 같이 Router 1의 FastEthernet 0/0의 IP Address를 아래와 같이 설정하고 활성화하시오.(IP address : 192.168.100.1/24)
en
conf t
interface fastethernet 0/0
ip add 192.168.100.0 255.255.255.0
no shutdown
exit
exit
copy r s
---------------------------------------
Router 2의 소프트웨어 버전과 IOS버전 등을 확인하시오.
en
show version
copy r s
---------------------------------------
Router 2의 serial 2/0에 frame relay방식으로 캡슐화하시오.
en
conf t
interface serial 2/0
encapsulation frame-ralay
exit
exit
copy r s
'자격증 > 네트워크관리사 2급' 카테고리의 다른 글
네관사 2급 실기 단답형 (0) | 2023.09.21 |
---|---|
네트워크 관리사 실기 라우터 문제 모음 (0) | 2023.09.20 |
네관사2급 실기 중요한 기출문제 (0) | 2023.09.19 |
UTP 케이블 제작 (다이렉트,크로스) (0) | 2023.09.19 |
리눅스 명령어 단답형 (0) | 2023.09.19 |