클라우드 (419) 썸네일형 리스트형 Dynamic Routing Protocol 정리 작동방법 : 1. directly connected network 확인 show ip route connected 2. 프로세스 작동 router rip 3. 프로세스가 전달할 network를 선언 (directly connected network) rip routing protocol : Routing Information protocol 라우팅 정보를 라우터로 인해 전달함. AD value 120 Metric(비용) : 라우터개수 hop count (maxium hop=15) distance vector : 거리와 방향에 따라서 metric 계산 - looping루핑의 문제점을 해결하기 위해서 여러가지 기술 maximum hop count 15 split horizon route poisoning (.. RIPv2 Dynamic Routing( RIPv2 동적 경로 ) 설정2 /no -autosummary daaa0555.tistory.com/40 RIPv1 Dynamic Routing( RIPv1 동적 경로 ) 설정 먼저 process를 킨다 Router(config)#router process(rip,ospf 등등..) Dynamic Routing Protocol : RIP en show ip route connected C x.x.x.x C y.y.y.y conf t router rip network x.x.x.x net.. daaa0555.tistory.com 저번 RIPv1 동적 경로 설정에 이어서 네트워크 두개를 추가 해 보도록 하겠습니다. R1 fa1/0 172.16.1.0/24 R4 fa1/0 172.16.2.0/24 R1#conf t R1(config)#int fa 1/0 R1(config.. RIPv2 Dynamic Routing( RIPv2 동적 경로 ) 설정 1 SungSu_R#conf t SungSu_R(config)#router rip SungSu_R(config-router)#version 2 SungSu_R(config-router)#network 120.0.0.0 KonDae_R#conf t KonDae_R(config)#router rip KonDae_R(config-router)#v 2 KonDae_R(config-router)#network 120.0.0.0 Guui_R#conf terminal Guui_R(config)#router rip Guui_R(config-router)#v 2 Guui_R(config-router)#network 120.0.0.0 VLSM 환경에서도 통신이 잘 된다 passive-interface R1#conf t R1(config)#router rip R1(config-router)#passive-interface fa 0/0 R1(config-router)# fa0/0 에 rip정보를 차단하겠다 RIPv1 Dynamic Routing( RIPv1 동적 경로 ) 설정 먼저 process를 킨다 Router(config)#router process(rip,ospf 등등..) Dynamic Routing Protocol : RIP en show ip route connected C x.x.x.x C y.y.y.y conf t router rip network x.x.x.x network y.y.y.y end show run show ip route -------------------------------------------------------------------------------- R1(config)#router rip R1(config-router)#network 192.168.1.0 R1(config-router)#network 192.168.2.0 R1(c.. 다양한 Routing Protocol2 1.Metric이나 Update 방식 Distance Vector 네트워크 변화를 감지 못함 -네트워크 정보를 정기적인 시간마다 update -거리와 방향에 따라서 metric 계산 -루핑 발생 -RIP, IGRP, EIGRP, BGP Link State 네트워크 변화를 감지 -변화 즉시 전달 -전체 토폴로지를 구성해서 metric 계산 -OSPF, IS-IS 2. Subnetmask 정보 전달여부 Classful -서브넷 마스크를 전달하지 않는다 -default sm 인식 -vlsm 환경에서 통신이 잘 안될수가 있음 -RIPv1,IGRP Classless -서브넷 마스크를 전달 -서브넷팅&VLSM환경에서 통신이 가능함. -RIPv2,EIGRP,OSPF,BGP 다양한 Routing Protocol 1 IGP (회사 안에서 쓸수있는것) -RIP (Routing Information Protocol) 변화 감지를 못해서 일정한시간이 되면 물어봄 -OSPF ,IS-IS bandwidth 대역폭계산 Metric 비용 산정 변화감지 가능 -IGRP EIGRP -CISCO장비에서만 쓸수있음) bandwidth,delay 계산 EGP 회사와 회사 연결(IGP---IGP) BGP 전세계 Default Static Route(디폴트 정적 경로) default route 0.0.0.0 0.0.0.0 = 0.0.0.0/0 (routing table) 내가 알고있는거 외의 나머지 다 Sungsu_R#config t Sungsu_R(config)#no ip route Sungsu_R(config)#ip route 0.0.0.0 0.0.0.0 120.1.2.246 이전 1 ··· 45 46 47 48 49 50 51 ··· 53 다음