Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 10. 라우팅 프로토콜의 설정.

Similar presentations


Presentation on theme: "Chapter 10. 라우팅 프로토콜의 설정."— Presentation transcript:

1 chapter 10. 라우팅 프로토콜의 설정

2 시스코 라우터의 스태틱 라우팅의 설정 시스코 라우터의 RIP의 설정 시스코 라우터의 IGRP의 설정
학습목표 시스코 라우터의 스태틱 라우팅의 설정 시스코 라우터의 RIP의 설정 시스코 라우터의 IGRP의 설정 시스코 라우터의 EIGRP의 설정 시스코 라우터의 OSPF의 설정

3 스태틱 라우팅 루트(route) : 네트워크 내에서 출발지에서 목적지까지 데이터가 이동하는 경로
시스코 라우터의 스태틱 라우팅의 설정 스태틱 라우팅 루트(route) : 네트워크 내에서 출발지에서 목적지까지 데이터가 이동하는 경로 스태틱 라우팅 : 관리자가 직접 설정하는 루트 스태틱 라우팅의 예 [그림] 스태틱 라우팅의 예

4 스태틱 루트의 설정 시스코 라우터의 스태틱 라우팅의 설정
라우터 A 설정 라우터 B 설정 [그림] 스태틱 라우팅의 예(2) Router_A(config)#ip route Router_B(config)#ip route Router_B(config)#ip route

5 디폴트 루트의 설정 Ip route 명령어 시스코 라우터의 스태틱 라우팅의 설정
Router_A(config) #ip route Router(config) #ip route prefix mask {interface|ip-address} [distance][permanent]

6 스태틱 루트의 동작 확인 설정한 스태틱 루트가 정상적으로 작동하는지 확인 라우터의 라우팅 테이블 확인 Ping이 되는지 확인
시스코 라우터의 스태틱 라우팅의 설정 스태틱 루트의 동작 확인 설정한 스태틱 루트가 정상적으로 작동하는지 확인 라우터의 라우팅 테이블 확인 Ping이 되는지 확인 [그림] 스태틱 라우팅의 예(3)

7 라우팅 테이블 확인 시스코 라우터의 스태틱 라우팅의 설정 라우터 A 라우팅 테이블 라우터 B 라우팅 테이블
S /24 [1/0] via , 00:01:25, ethernet0/0 C /24 is directly connected, ethernet0/1 S /24 [1/0] via , 00:01:25, ethernet0/0 S /24 [1/0] via , 00:01:25, ethernet0/1 C /24 is directly connected, ethernet0/0 C /24 is directly connected, ethernet0/1

8 RIP : 거리 벡터 라우팅 프로토콜로, 홉 수를 매트릭으로 함
버전 2 : 버전 1 + VLSM이나 트리거 업데이트 기능 네트워크 정보를 주기적으로 보냄 새로운 라우팅 정보를 받으면 라우팅 테이블 업데이트 함 -> 라우팅 루프 발생 가능 최대 홉수와 스필트 호라이즌, 홀드다운 타이머로 해결

9 RIP (2) RIP 버전 1과 버전 2 패킷 구조 시스코 라우터의 RIP의 설정과 동작

10 RIP (3) RIP의 특징 시스코 라우터의 RIP의 설정과 동작 프로토콜 분류 IGP 프로토콜 구현방법 거리 벡터 매 트 릭
매 트 릭 홉수 (최대 15홉) 타이머 업데이트 30초 루트타임아웃 180초 홀드다운 플러쉬 240초 트래픽 분산 기본 4개 경로 RIP v1의 특징 Classfull 네트워크만 지원 RIP v2의 특징 VLSM, 트리거 업데이트

11 RIP 설정(1) Global Configuration 모드에서 활성화 해야 함 RIP 설정
Router_A(config)#router rip 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소) Router_A(config-router)#network Router_A(config-router)#network Router_A(config-router)#end

12 시스코 라우터에서 사용 가능한 라우팅 프로토콜
시스코 라우터의 RIP의 설정과 동작 시스코 라우터에서 사용 가능한 라우팅 프로토콜 router(config)#router ? bgp Border Gateway Protocol (BGP) egp Exterior Gateway Protocol (EGP) eigrp Enhanced Interior Gateway Routing Protocol (EIGRP) igrp Interior Gateway Routing Protocol (IGRP) isis ISO IS-IS iso-igrp IGRP for OSI networks mobile Mobile routes odr On Demand stub Routes ospf Open Shortest Path First (OSPF) rip Routing Information Protocol (RIP) static Static routes traffic-engineering Traffic engineered routes

13 RIP 관련 명령어(1) 시스코 라우터의 RIP의 설정과 동작 Router Network version
Router(config)#router [protocol] Router(config-router)#network { network address } Router(config-router)#version 2

14 RIP 관련 명령어(2) 시스코 라우터의 RIP의 설정과 동작 Timer RIP의 타이머 값을 변경하는 데 사용
Redistribute 해당 라우팅 프로토콜로 얻은 정보를 다른 라우팅 프로토콜로 재분배하라는 명령어 Router(config-router)#timers basic [update invalid holddown flush] Router(config-router)#redistribute [protocol]

15 RIP 관련 명령어(3) 시스코 라우터의 RIP의 설정과 동작 Router(config)#router rip
Router configuration commands: auto-summary Enable automatic network number summarization default Set a command to its defaults default-information Control distribution of default information default-metric Set metric of redistributed routes distance Define an administrative distance distribute-list Filter networks in routing updates exit Exit from routing protocol configuration mode flash-update-threshold Specify flash update threshold in second help Description of the interactive help system input-queue Specify input queue depth maximum-paths Forward packets over multiple paths neighbor Specify a neighbor router network Enable routing on an IP network no Negate a command or set its defaults offset-list Add or subtract offset from IGRP or RIP metrics output-delay Interpacket delay for RIP updates passive-interface Suppress routing updates on an interface redistribute Redistribute information from another routing protocol timers Adjust routing timers validate-update-source Perform sanity checks against source address of routing updates version Set routing protocol version

16 RIP의 설정 시스코 라우터의 RIP의 설정과 동작 Router-A#config t
Enter configuration commands, one per line.  End with CNTL/Z. Router-A(config)# router rip Router-A(config-router)# network Router-A(config-router)# network Router-A(config-router)#^Z Router-A # sh run Building Configuration ! router rip  network  network

17 RIP의 동작 확인 (1) Show 명령어를 사용해 확인할 수 있음 Ping : 출발지와 목적지의 호스트 간 연결됐는지 확인
router#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent, round-trip min/avg/max = 1/3/4 ms router#ping Protocol [ip]: Target IP address: Repeat count [5]: 100 Datagram size [100]: 1500 Timeout in seconds [2]: Extended commands [n]: Sweep range of sizes [n]: Sending 100, 1500-byte ICMP Echos to , timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Success rate is 100 percent (100/100), round-trip min/avg/max = 1/2/4 ms

18 RIP의 동작 확인 (2) Trace : 어떤 경로로 출발 경로로 출발지에서 목적지까지 도착했는지 구체적으로 보여줌
Router# trace ABA.NYC.mil Type escape sequence to abort. Tracing the route to ABA.NYC.mil ( )    1 DEBRIS.CISCO.COM ( ) 1000 msec 8 msec 4 msec    2 BARRNET-GW.CISCO.COM ( ) 8 msec 8 msec 8 msec    3 EXTERNAL-A-GATEWAY.STANFORD.EDU ( ) 8 msec 4 msec 4 msec …생략 Router# trace Protocol [ip]: Target IP address: mit.edu Source address: Numeric display [n]: Timeout in seconds [3]: Probe count [3]: Minimum Time to Live [1]: Maximum Time to Live [30]: Port Number [33434]: Loose, Strict, Record, Timestamp, Verbose[none]: Tracing the route to MIT.EDU ( )   1 ICM-DC-2-V1.ICP.NET ( ) 72 msec 72 msec 88 msec   2 ICM-FIX-E-H0-T3.ICP.NET ( ) 80 msec 128 msec 80 msec   msec 88 msec 84 msec … 생략.

19 RIP의 동작 확인 (3) show ip route : 현재 라우터가 가지는 라우팅 테이블을 보여줌
Router# show ip route Codes: I - IGRP derived, R - RIP derived, O - OSPF derived, C - connected, S - static, E - EGP derived, B - BGP derived, * - candidate default route, IA - OSPF inter area route, i - IS-IS derived, ia - IS-IS, U - per-user static route, o - on-demand routing, M - mobile, P - periodic downloaded static route, D - EIGRP, EX - EIGRP external, E1 - OSPF external type 1 route, E2 - OSPF external type 2 route, N1 - OSPF NSSA external type 1 route, N2 - OSPF NSSA external type 2 route Gateway of last resort is to network R [160/5] via , 0:01:00, Ethernet2 R [200/128] via , 0:02:22, Ethernet2 S /32 is directly connected, BRI0 S /32 is directly connected, BRI0 R [200/128] via , 0:02:22, Ethernet2

20 시스코 라우터의 RIP의 설정과 동작 RIP의 동작 확인 (4) show ip route summary : 현재 라우터가 가지는 루트의 개수와 라우팅 프로토콜별 루트의 숫자를 보여줌 Router# show ip route summary Route Source Networks Subnets Overhead Memory (bytes) connected static igrp internal 3 360 Total

21 RIP의 동작 확인 (5) show ip protocol : RIP와 관련한 각종 정보를 보여줌
router#show ip protocol Routing Protocol is "rip" Sending updates every 30 seconds, next due in 8 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is Incoming update filter list for all interfaces is Redistributing: rip Default version control: send version 2, receive version 2 Interface Send Recv Triggered RIP Key-chain Ethernet Ethernet Routing for Networks: Routing Information Sources: Gateway Distance Last Update Distance: (default is 120)

22 RIP의 동작 확인 (6) debug ip rip 시스코 라우터의 RIP의 설정과 동작 router#debug ip rip
00:05:19: RIP: received v1 update from on Serial1/0 00:05:19: in 1 hops 00:05:19: in 2 hops 00:05:19: in 3 hops 00:05:29: RIP: start retransmit timer of 00:05:29: RIP: received v1 triggered ack from on Serial1/0 00:05:29: RIP: Stopped retrans timer for 00:05:29: RIP: sending v1 ack to via Serial1/0 ( ), 00:05:29: RIP: bad version 128 from

23 IGRP (1) IGRP : 거리 벡터 라우팅 프로토콜
지연 값, 대역폭, 안정성, 혼잡도를 복합적으로 계산해 라우팅 매트릭으로 사용 [그림] IGRP 매트릭의 결정 요소

24 IGRP (2) 다중 경로를 이용한 트래픽의 분산이 가능 라우팅 루프를 막기 위해 홀드다운이나 스필트 호라이즌 사용

25 IGRP (3) IGRP의 특징 시스코 라우터의 IGRP의 설정과 동작 프로토콜 분류 IGP 프로토콜 구현방법 거리 벡터
매 트 릭 복합 매트릭 타이머 업데이트 90초 Invalid 270초 (업데이트의 3배) 홀드다운 280초 (Invalid + 10초) 플러쉬 630초 (업데이트의 7배) 트래픽 분산 기본 4개 경로 (최대 6 동일 코스트 경로)

26 IGRP 설정(1) Global Configuration 모드에서 활성화해야 함 시스코 라우터의 IGRP의 설정과 동작

27 IGRP 설정(2) IGRP 설정 시스코 라우터의 IGRP의 설정과 동작 IGRP 활성화
Router_A(config)#router igrp 10 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소) Router_A(config-router)#network Router_A(config-router)#network Router_A(config-router)#end

28 IGRP 관련 명령어 시스코 라우터의 IGRP의 설정과 동작 Router igrp Network Variance
Traffic-share balance 링크가 다른 코스트를 가질 때 트래픽 분산을 위해 사용 Router(config)#router igrp [as] Router(config-router)#network [network address] Router(config-router)#variance [multiplier] Router(config-router)#traffic-share balanced

29 IGRP의 동작확인 Show 명령어 사용 시스코 라우터의 IGRP의 설정과 동작
Show ip protocol : IGRP 관련 각종 정보 보여줌 Debug ip igrp Router# show ip protocols Routing Protocol is "igrp 109" Sending updates every 90 seconds, next due in 44 seconds Invalid after 270 seconds, hold down 280, flushed after 630 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates IGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 IGRP maximum hopcount 100 IGRP maximum metric variance 1 Redistributing: igrp 109 Routing for Networks: Routing Information Sources: Gateway Distance Last Update :01:04 :01:29 Distance: (default is 100)

30 EIGRP EIGRP : IGRP의 기능과 성능을 개선한 것 특징 시스코 라우터의 EIGRP의 설정과 동작
IP뿐만 아니라 IPX, AppleTalk에 대한 라우팅 동시 처리 가능 OSPF처럼 네트워크의 변화를 감지하면 즉시 인접 라우터에 전송 테이블 운영 : 네이버 테이블, 토폴로지 테이블, 라우팅 테이블 클래스 단위로 정보 전달 VLSM 지원 경로의 변경 정보만을 네이버에 전달해 대역을 절약함 [그림] EIGRP 프로토콜

31 EIGRP 설정(1) Global Configuration 모드에서 활성화해야 함 시스코 라우터의 EIGRP의 설정과 동작

32 EIGRP 설정(2) EIGRP 설정 시스코 라우터의 EIGRP의 설정과 동작 EIGRP 활성화
Router_A(config)#router eigrp 100 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소)와 서브넷 마스크 Router_A(config-router)#network 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소) Router_A(config-router)#network Router_A(config-router)#end

33 EIGRP 관련 명령어 시스코 라우터의 EIGRP의 설정과 동작 Router eigrp Network Variance
Traffic-share balance 링크가 다른 코스트를 가질 때 트래픽 분산을 위해 사용 Router(config)#router eigrp [as] Router(config-router)#network [network address] [subnetmask] Router(config-router)#variance [multiplier] Router(config-router)#traffic-share balanced

34 EIGRP의 동작확인(1) Show ip protocols 시스코 라우터의 EIGRP의 설정과 동작
Router# show ip protocols Routing Protocol is "eigrp 77" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: eigrp 77 Automatic network summarization is in effect Routing for Networks: Routing Information Sources: Gateway Distance Last Update :02:36 :03:04 :03:04 Distance: internal 90 external 170

35 EIGRP의 동작확인(2) Show ip eigrp interfaces 시스코 라우터의 EIGRP의 설정과 동작
Router# show ip eigrp interfaces IP EIGRP interfaces for process 109                     Xmit Queue    Mean   Pacing Time   Multicast   Pending Interface   Peers   Un/Reliable    SRTT    Un/Reliable  Flow Timer Routes ethernet0      1         0/0        337       0/10           0          0 serial 0       1         0/0         10       1/63         103          0 Tu0           1         0/0        330       0/16           0          0

36 EIGRP의 동작확인(3) Show ip neighbors 시스코 라우터의 EIGRP의 설정과 동작
Router# show ip eigrp neighbors IP-EIGRP Neighbors for process 77 Address          Interface     Holdtime Uptime   Q      Seq  SRTT  RTO                              (secs)   (h:m:s)  Count  Num  (ms)  (ms)       Ethernet1        13     0:00:41   0       11    4      20       Ethernet0        14     0:02:01   0       10    12     24       Ethernet0        12     0:02:02   0       4     5      20

37 시스코 라우터의 OSPF의 설정과 동작 OSPF (1) OSPF : 전체 네트워크를 에어리어(Area)로 구성해 라우팅 정보의 양을 줄여 라우터의 성능 저하 예방 및 대역폭 절약 Area ASBR (Autonomous System Boundary Router) ABR (Area Border Router) DR (Designated Router) BDR (Backup Designated Router) 매트릭 : Cost [그림] OSPF 네트워크의 구조

38 OSPF 프로토콜 패킷 TCP/IP를 위한 라우팅 프로토콜 분할, 리어셈블 불가능 시스코 라우터의 OSPF의 설정과 동작

39 OSPF 프로토콜 패킷의 종류 Type 1 : Hello 패킷 : 네이버 관계를 설정하고 관리
Type 2 : Database description : SPF 데이터베이스의 내용 Type 3 : Link state request : SPF 데이터베이스의 내용을 요청 Type 4 : Link state update : Type 3에 대한 응답 Type 5 : Link state acknowledgement : 타입 4에 대한 확인

40 시스코 라우터의 OSPF의 설정과 동작 OSPF의 네트워크의 종류 [그림] OSPF 네트워크 타입

41 OSPF의 LSA 타입 LSA (Link state advertisement) 시스코 라우터의 OSPF의 설정과 동작 LSA
이름 설명 1 Route link entry 각 구역의 라우터의 링크 2 Network link entry 특정 네트워크에 속해 있는 라우터의 정보 3 / 4 Summary link entry Summary net link status & summary ASB ABR과 로컬(local) 구역의 내부 라우터 간의 링크 로컬 구역과 백본간의 경로 / ASBR과의 경로(Reachability) 5 Autonomous system External link entry (E1-OSPF external type 1) (E2-OSPF external type 2) (AS external link status) ASBR, Autonomous 시스템간의 루트

42 OSPF의 Area의 종류 Stub 에어리어 Totally stub 에어리어 Not So Stubby 에어리어

43 OSPF의 설정 (1) – 단일 area Global Configuration에서 활성화해야 함

44 OSPF 설정(2) 시스코 라우터의 OSPF의 설정과 동작 OSPF 활성화
Router_A(config)#router ospf 100 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소)와 에어리어 정보 Router_A(config-router)#network area 0 Router_A(config-router)#network area 0 Router_A(config-router)#end

45 시스코 라우터의 OSPF의 설정과 동작 OSPF의 설정 (3) – 복수 area [그림] OSPF의 설정

46 OSPF 설정(4) – 복수 Area 시스코 라우터의 OSPF의 설정과 동작 OSPF 활성화
Router_B(config)#router ospf 100 다른 라우터로 알릴 루트 정보(자기 인터페이스의 네트워크 주소)와 에어리어 정보 Router_B(config-router)#network area 1 Router_B(config-router)#network area 0 Router_B(config-router)#end

47 OSPF 관련 명령어(1) 시스코 라우터의 OSPF의 설정과 동작 Router ospf Network
Ip ospf priority Clea ip ospf OSPF 프로세스를 다시 시작할 때 사용 Router(config)#router ospf [Process ID] Router(config-router)#network {network address}{wildcard mask}[area ID] Router(config-if)#ip ospf priority {number value} Router(config-router)#clear ip ospf

48 OSPF 관련 명령어(2) 시스코 라우터의 OSPF의 설정과 동작 Router(config)#router ospf 100
Router configuration commands: area OSPF area parameters auto-cost Calculate OSPF interface cost according to bandwidth default Set a command to its defaults default-information Control distribution of default information default-metric Set metric of redistributed routes distance Define an administrative distance log-adjacency-changes Log changes in adjacency state maximum-paths Forward packets over multiple paths neighbor Specify a neighbor router network Enable routing on an IP network no Negate a command or set its defaults passive-interface Suppress routing updates on an interface redistribute Redistribute information from another routing protocol summary-address Configure IP address summaries timers Adjust routing timers

49 OSPF의 동작확인 (1) show ip ospf 시스코 라우터의 OSPF의 설정과 동작 Router# show ip ospf
Routing Process "ospf 100" with ID Supports only single TOS(TOS0) route It is an area border and autonomous system boundary router Redistributing External Routes from, igrp 200 with metric mapped to 2, includes subnets in redistribution rip with metric mapped to 2 igrp 2 with metric mapped to 100 igrp 32 with metric mapped to 1 Number of areas in this router is 3 Area Number of interfaces in this area is 1 Area has simple password authentication SPF algorithm executed 6 times

50 OSPF의 동작확인 (2) show ip ospf neighbor show ip ospf database
router#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/DR :00: FastEthernet0/0 FULL/DR :00: FastEthernet0/1 router#show ip ospf database OSPF Router with ID ( ) (Process ID 100) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count x x4EF8 2 x x74EC 3 Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum x x1ADF

51 OSPF의 동작확인 (3) show ip ospf interface 시스코 라우터의 OSPF의 설정과 동작
Router# show ip ospf interface ethernet 0 Ethernet 0 is up, line protocol is up Internet Address , Mask , Area AS 201, Router ID , Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State OTHER, Priority 1 Designated Router id , Interface address Backup Designated router id , Interface addr Timer intervals configured, Hello 10, Dead 60, Wait 40, Retransmit 5 Hello due in 0:00:05 Neighbor Count is 8, Adjacent neighbor count is 2 Adjacent with neighbor (Backup Designated Router) Adjacent with neighbor (Designated Router)

52 OSPF의 동작확인 (4) debug ip ospf 시스코 라우터의 OSPF의 설정과 동작
router#debug ip ospf 1d01h: OSPF: rcv. v:2 t:1 l:52 rid: aid: chk:872B aut:0 auk: from FastEthernet0/0 1d01h: OSPF: Rcv hello from area 0 from FastEthernet0/ 1d01h: OSPF: 2 Way Communication to on FastEthernet0/0, state 2WAY 1d01h: OSPF: Backup seen Event before WAIT timer on FastEthernet0/0 1d01h: OSPF: DR/BDR election on FastEthernet0/0 1d01h: OSPF: Elect BDR 1d01h: OSPF: Elect DR 1d01h: DR: (Id) BDR: (Id) 1d01h: OSPF: Send DBD to on FastEthernet0/0 seq 0x17D1 opt 0x42 flag 0x7 len 32 1d01h: OSPF: End of hello processing


Download ppt "Chapter 10. 라우팅 프로토콜의 설정."

Similar presentations


Ads by Google