Presentation is loading. Please wait.

Presentation is loading. Please wait.

실습1 : 장치 기본 설정 (basic configuration)

Similar presentations


Presentation on theme: "실습1 : 장치 기본 설정 (basic configuration)"— Presentation transcript:

1 실습1 : 장치 기본 설정 (basic configuration)

2 <Router0 설정> Router>enable Router#configure terminal(conf t) Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R2 R2(config)#interface gi0/0 R2(config-if)#ip address R2(config-if)#no shutdown R2(config-if)#exit

3 실습2 : 기본 네트워크 토폴로지

4 <R1, R2, R3 설정> R2 설정 예 Router>enable
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R2 R2(config)#interface gi0/0 R2(config-if)#ip address R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface s0/2/0 R2(config-if)#ip address R2(config-if)#clock rate 64000 R2(config)#interface s0/2/1 R2(config-if)#ip address

5 show ip route on R1

6 show ip route on R2

7 show ip route on R3

8 routing table 해석 C: 네트워크가 이 라우터에 직접 연결되었음을 나타냄
: 직접 연결된 네트워크 주소를 나타냄 /24: 직접 연결된 네트워크의 서브넷 마스크 정보를 프리픽스로 나타냄 is directly connected: 해당 네트워크가 직접 연결되어 있음을 명시 Serial0/2/1: 해당 네트워크가 라우터의 어떤 인터페이스에 연결되었는지 를 나타냄

9 <연결 시험>

10 <원격 네트워크에 대한 정적 설정>
ip route: 정적 경로 설정을 위한 명령어 network-address: 목적지 네트워크의 네트워크 주소 subnet-mask: 목적지 네트워크의 서브넷 마스크 ip-address: 목적지 네트워크로 패킷을 전송하기 위해 사용해 야 할 이웃 라우터 (next hop)의 인터페이스 IP 주소를 지정 exit-interface: 목적지로 네트워크로 패킷을 전송하기 위해 사용해야 할 이 라우터의 출력 인터페이스를 지정

11 <IP 주소를 사용한 정적 설정>
R1(config)#ip route R1(config)#ip route R1(config)#ip route R2(config)#ip route R2(config)#ip route R3(config)#ip route R3(config)#ip route R3(config)#ip route

12 <연결 시험> Should be successful from any source device to any destination device ping 시험목적지 IP주소 PC> ping 과제물 1: pc0에서 pc2로 ping을 보내고 난 후 출력 메시지를 분석하기 과제물 2: pc0에서 pc2로 traceroute을 보내고 난 후 출력 메시지를 분석하기

13 라우팅 테이블 차이(정적 라우팅 설정 후) S: 네트워크가 정적으로 경로 설정이 되었음을 나타낸다.
: 정적 경로 설정된 네트워크 주소를 나타낸다. /24: 정적 경로 설정된 네트워크의 서브넷 마스크 정보를 프리픽스로 나타낸다. [1/0]: 대괄호 내의 전 방향 슬래쉬 기호 (/) 앞의 값은 정적 라우팅 프로토콜의 관리 거리 (AD; Administrative Distance)를, 뒤의 값은 메트릭 값을 나타낸다. via : 해당 목적지 네트워크로 패킷을 전송하려면 IP 주소 를 가지는 인터페이스로 패킷을 보내면 된다는 의미이다.

14 Administrative Distance (AD)

15 <출구 인터페이스를 사용한 정적설정>
R1(config)#no ip route R1(config)#no ip route R1(config)#no ip route R1(config)#ip route se0/2/0 R1(config)#ip route se0/2/0 R1(config)#ip route se0/2/0 R2(config)#no ip route R2(config)#no ip route R2(config)#ip route se0/2/1 R2(config)#ip route se0/2/0 R3(config)#no ip route R3(config)#no ip route R3(config)#ip route se0/2/1 R3(config)#ip route se0/2/1

16 < 정적 설정 후 R1 routing table 변화>

17 <디폴트 정적 경로(Default Static Route) 설정>
패킷의 출입 경로가 하나 밖에 없는 스터브 네트워크에 대해서는 디폴트 정적 경로 설정을 적용 ip route: 정적 경로 설정을 위한 명령어 (앞): 쿼드 제로 (quad-zero) 네트워크 주소 (뒤): 쿼드 제로 (quad-zero) 서브넷 마스크로 어떤 IP 주소라도 이 서브넷 마스크 로 마스킹을 하게 되면 그 결과는 바로 앞에 있는 네트워크 값 이 됨. 따라서 다른 라우팅 엔트리에 매치되지 않는 모든 IP 주소는 여기에 매치가 이루어짐. exit-interface: 디폴트 네트워크로 가기 위한 출력 인터페이스 ip-address: 디폴트 네트워크로 가기 이웃 라우터 인터페이스의 IP 주소

18 <Default static route configuration on R1>

19 <RIPv2 - 기본 네트워크 토폴로지>

20 <RIP version 2 설정>
라우터 R1, R2, R3에 대해서 인터페이스 기본 설정을 한다 인터페이스에 대한 기본 설정 후 라우터 R1의 RIP 설정 R1(config)# R1(config)#router rip R1(config-router)#ver 2 R1(config-router)#network R1(config-router)#network R1(config-router)#network R1(config-router)#exit 라우터 R2의 RIP 설정 R2(config)#router rip R2(config-router)#ver 2 R2(config-router)#network R2(config-router)#network R2(config-router)#network R3 설정(R1과 R2 설정을 참고로 해서 설정해 보기)

21 <RIP Routing table>
과제물 3: 위와 같이 RIP 라우팅프로토콜을 설정한 후 pc0에서 pc1과 pc2로 ping을 보낸 결과를 출력 과제물 4: 라우터2의 라우팅 테이블을 출력하여 해석하기


Download ppt "실습1 : 장치 기본 설정 (basic configuration)"

Similar presentations


Ads by Google