2013년 1월 18일 금요일

EIGRP Review

EIGRP 에 대해서 한번 정리해 봅니다. 혹시 잘못된 부분이 있으면 댓글 부탁드려요..


EIGRP 의 특징 

1. Backup Route 를 함께 가지고 있다. ( Fast convergence / Dual )

   - Topology table을 보면 Best path 를 알려주는 Successor 뿐만 아니라 backup path 인 Feasible Successors 도 함께 가지고 있다. 이를 이용해서 Best path 가 다운이 된 경우, 경로를 재계산 하지 않고 바로 Feasible Successors를 backup path로 사용한다.
   
    (automatically failover without  any path calculation)

2. Combines best of Distance vector and Link State


3. flexibility in summariztion

   - OSPF 의 경우는 ABR/ASBR 에서만 summarization 이 가능하지만  EIGRP는 모든 포인트/ 인터페이스에서 summarization 이 가능하다.

4. unequal cost Load-balancing

  - EIGRP만 유일하게 unequal cost load-balancing 이 가능

5. simple configuration



3 table in EIGRP

1. neighbor table : neighbor 들에 대한 정보가 들어있다.

2. Topology table  : Successor / Feasible Successors 정보

3. Routing table : Best path to destinations


Terminology

- Feasible Distance(FD) : Source to Destination
- Advertised Distance(AD) : Neighbor to Destination


 - Successor : Best path
 - Feasible Successors : 조건1- FeasibleSuccessor.AD < Successor.FD

    위 조건을 만족하지 않으면 looping 이 생길수 있기 때문이다. Successor의 링크가 다운되는 경우에는 neighbor 들에게 query 메시지를 보내서 경로를 재계산 하면된다.




EIGRP Neighbor 

to make a neighbor relationship

in case of link down
Route Discovery



EIGRP Neighbor Establishment Requirements 

- ASN must match
- In the same subnet
- K-values must match
- Next-hop IP reachable
- Initerface must not be passive



EIGRP Metric Calculation 

 - Bandwidth (K1)
 - Delay (K3)
 - Reliability (K4, K5)
 - Loading (K2)
 - MTU

  *** Real Metric = 254 * (slowest BW + All_Delay )
                        = 254 * ( 10M/BW + sum(Delay_usec) )


EIGRP multicast addresss : 224.0.0.10


EIGRP Packets

- Hello : 네이버를 맺기 위해서 보내는 메시지
- Update : 라우팅 정보를 보내는 메시지
- Query : 라우팅 정보를 네이버에게 요청할때 보내는 메시지
- Reply :  Query 에 대한 응답 메시지
- ACK :  Update, Query, Reply 메시지를 받았다고 보내는 확인 메시지

Route Summarization 

- routing table 의 사이즈를 줄인다. 
- 네이버에게 보내는 Query 의 범위를 줄인다. 
- EIGRP는 모든 인터페이스에서 route summarization 을 할수 있다. 


EIGRP Stub










댓글 없음:

댓글 쓰기