자격증/네트워크관리사2급

넷관리사2급 실기 케이블/라우터 마지막정리

Weeding 2022. 4. 2. 00:07
반응형
SMALL

★ 케이블

 

  • 커플러 양쪽이 같은 방식이면 다이렉트
  • 다른 방식이면 크로스로 생각

다이렉트 + 커플러 + 다이렉트 = 다이렉트

크로스 + 커플러 + 크로스 = 다이렉트

 

다이렉트 + 커플러 + 크로스 = 크로스

크로스 + 커플러 + 다이렉트 = 다이렉트

 

 

다이렉트 = 서로 다른 기종

크로스 = 서로 같은 기종

 

허브-허브 업링크가 있는 경우 = 다이렉트

허브-허브 업링크가 없는 경우 = 크로스

 

 

다이렉트 순서

더보기

주띠

녹띠

파띠

갈띠

크로스 순서

더보기

녹띠

주띠

파띠

갈띠

 

 


★ 라우터 총정리 ★

 

1. Roter1의 소프트웨어 버전과 ios 버전 등을 확인하세요

더보기

en

show verison

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

 

호스트네임을 ICQA로 변경

더보기

en

conf t 

hostname ICQA

exit

copy r s

 

CPU Process list 확인

더보기

en

show process

copy r s

 

 

 

 

2. default-network : 192.168.0.10 설정하고 저장하시오.

더보기

en

conf t

ip default-network 192.168.0.10

exit

copy r s

 

 

3. Router1의 FastEthernet 0/0의 IP주소를 설정하고 활성화 하시오.

( IP Address : 192.168.100.1/24)

더보기

en

conf t

interface fastethernet 0/0

ip add 192.168.100.1 255.255.255.0

no shutdown

exit

exit

copy r s

 

 

4. access-list 1이 설정되어있을 때 FastEthernet 0/0에 적용하시오.

 

더보기

en

conf t

interface fastethernet 0/0

ip access-group 1 in 

ip access-group 1 out

exit

exit

copy r s

 

 

5. Router1에 OSPF를 설정하시오.

(Process ID와 Area id는 1이며, 완료된 설정은 "R

 

더보기

en

conf t

router ospf 1

network 192.70.100.0 0.0.0.255 area 1

network 193.150.60.0 0.0.0.255 area 1

exit

exit

copy r s 

 

 

6. Router2의 호스트 이름을 ICQA로 설정 후 저장

 

더보기

en

conf t

hostname ICQA

exit

copy r s

 

 

 

7. 사용자모드에서 관리자 모드로 전환 후 저장

 

더보기

en

copy r n

 

 

 

8. Router 1의 ethernet 0의 인터페이스를 설정하고 NVRAN에 저장

 

더보기

en

conf t

interface Ethernet 0

ip add 192.168.200.2 255.255.255.252

ip directed-broadcast

exit

exit

copy r s 

 

 

 

9. ethernet ip address를 192.168.2.1/30와 192.168.3.1/30 secondary로 설정하고 저장

 

더보기

en

conf t

interface ethernet 0

ip add 192.168.2.1 255.255.255.252

ip add 192.168.3.1 255.255.255.252 secondary

exit

exit

copy r s

 

 

 

10. ethernet 0의 description을 ICQA로 설정하고 NVRAM에 저장

 

더보기

en

conf t 

interface ethernet 0

decription ICQA

exit

exit

copy r s

 

 

 

11. telnet에 접근하는 password를 "telpass"로 설정하고 상태 저장 ★

더보기

en

conf t

line vty 0 4

password telpass

login

exit

exit

copy r s 

 

 

12. router1 console의 패스워드를 ICQACon으로 설정하고 저장

 

더보기

en

conf t

line console 0

password ICQACon

exit

exit

copy r s

 

 

13. interface serial 0을 활성화시키고 저장

 

더보기

en

conf t

interface serial 0

no shutdown

exit

exit

copy r s

 

 

14. hostname을 network2로 변경하고, console 0의 password를 router5로 변경하고 login하라

 

더보기

en

conf t

hostname network2

line console 0

password router5

login

exit

exit

copy r s

 

 

 

15. serial 0의 대역폭을 2048로 설정하고 NVRAM에 저장

 

더보기

en

conf t

interface serial 0

bandwidth 2048

exit

exit

copy r s

 

 

 

16. serial 0의 clock rate를 72k로 설정하고 NVRAM에 저장

 

더보기

en

conf t

interface serial 0 

clock rate 72000

exit

exit

copy r s

 

 

17. serial 2/0에 frame relay 방식으로 캡슐화

 

더보기

en

conf t

interface serial 2/0

encapsulation frame-relay

exit

exit

copy r s

 

 

18. access-list 1이 설정되어 있을 때, fastethernet 0/0에 적용

 

더보기

en

conf t

interface fastethernet 0/0

ip access-group 1 in

ip access-group 1 out

exit

exit

copy r s

 

 

 

19. 192.168.1.1 네트워크로 default network를 설정

 

더보기

en

conf t 

ip default-network 192.168.1.1

exit

copy r s

 

 

 

20. 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

 

 

 

21. 텔넷 연결 후 3분 50초 동안 입력이 없으면 세션이 자동 종료되도록 설정

 

더보기

en

conf t

line vty 0 4

exec-timeout 03 50

exit

exit

copy r s

 

 

 

22. HostName을 weeding으로 변경하고, Console 0의 비밀번호를 1234로 변경하고 로그인

 

더보기

en

conf t

hostname weeding

line console 0

password 1234

login

exit

exit

copy r s

 

 


 

 

반응형
LIST