1 / 34

EIGRP routing protocol

Omer Ben-Shalom: Must show how EIGRP is dealing with count to infinity problem. EIGRP routing protocol. Omer ben-shalom 024200164. Distance vector VS link state. Distance - shares all routes with neighbor routers and advertises many routes on one link change

moses
Télécharger la présentation

EIGRP routing protocol

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Omer Ben-Shalom: Must show how EIGRP is dealing with count to infinity problem EIGRP routing protocol Omer ben-shalom024200164

  2. Distance vector VS link state • Distance - shares all routes with neighbor routers and advertises many routes on one link change • Link state - shares only their own links but with all the routers in the AS/Area • Link state need not calculate before update so convergence is faster

  3. Distance vector problems • Uses periodic full route update • Routing loops • Accept any neighbor with lower metric • Could have learned this from you or someone you announced to • Could fool each other endlessly (Count to infinity), therefore network diameter is limited • Some are classfull

  4. Attempted solutions • Split Horizon / Poison reverse • Do not advertise routes the way received • (or) Set distance to  on update • Problematic in Non broadcast media • Hold down timers • Hold update to routes with enlarged matrixes • Both cause large delay in convergence

  5. Link state protocols problems • Each node must know topology of the whole net, on LSA loses can become a problem • Complex to calculate: • High memory requirements • High CPU use if frequent changes • Harder to configure and troubleshoot

  6. The EIGRP Challenge • Simple to implement like distance vector • Quick to converge like link state (By doing distributed calculations) • Use low bandwidth and low memory/CPU • Loop free • Classless

  7. Main features (1) • Reliable transport • Reliable multicast (proprietary), if no response go to unicast (up to 16) • Use Sequence numbers (send/receive) • Link discovery - Hello protocol with hold time 3 X hello time (5/60 sec)

  8. Main features (2) • Diffusing distributed algorithm (DUAL) • Modules to integrate with network layer protocols (IP, AppleTalk, IPX) • All updates are non-periodic, partial and bounded

  9. ‘DUAL’ - diffusing algorithm. • Mark your cost to a route ,the next hop (successor) and the lowest cost (Feasible Distance) • Keep any neighbor with lower distance as possible replacement (Feasible Successor) • Reassess successors on any update or change

  10. ‘DUAL’ (2) • If successor still best - do nothing (update neighbors) • If replacement exist in table the can be no loop so switch to it immediately and update • If no replacement change state to active and query all neighbors

  11. ‘Dual’ (3) • Every neighbor will start own calculation based on data in query • Any neighbor not answering in timeout makes route ‘stuck in active mode’, neighbor removed from table and response assumed INF • After all ‘reply’ recalculate

  12. Example 1 - Feasible successor (All metrics are 1 hop) (0) a (2) d b (1) (2) c e (3)

  13. (0) a (2) d b (1) (2) c e (3)

  14. () Q Q (0) a d b (1) (2) c e (3)

  15. (0) a () d b (1) 3 2 R R (2) c e (3)

  16. (3) U U (0) a d b (1) (2) c e (3)

  17. Example 2 - No feasible successor (Not all metrics are 1 hop) (0) a d (2) b (1) (3) c e (3)

  18. Q Q (0) a () d b (1) (3) (3) c e

  19. R Q Q (0) a () d b (1) 3 (3) c e ()

  20. (0) a () d b (1) R  (3) c e () R 3

  21. R U (0) a () d b (1) 4 (3) c e (4) 4

  22. U U (0) a (4) d b (1) 4 4 (3) (4) c e

  23. Main advantages to DUAL • Simple • Converges as fast as link state • Recovery from loss involves no traffic if viable successor • No routing loops are possible • Prevents problems • Does not restrict network diameter

  24. Other interesting EIGRP points • Uses a sophisticated matrix of bandwidth, delay, load and reliability • Classless routing - carries the subnet mask • Allows CIDR (VLSM and route aggregation) • Can be authenticated by MD5

  25. Some last notes on EIGRP • Proprietary to Cisco • On new neighbor discovery - form initial adjacency and pass whole route table

  26. Questions ?

  27. Extra data for questions • EIGRP data structures: • link state table of neighbors • list of neighbor route costs for all neighbors • EIGRP sequencing • Active (waiting for reply) and passive states explained • Init with passive / 0 to self INF to all • Drop passive neig with INF cost

  28. More data • Router in active does not issue updates or update structures until passive for that route • Answer either ‘no path’ or feasible successor for neighbor, only when all arrive change • The 4 active states ???

  29. Link state advantages • Send only link changes not the resulting route changes (smaller updates) • Propagates update before recalculation - faster convergence times. • Not prone to routing loops under normal circumstances

  30. Routing loops in distance vec. • An error or fail increases matrix for router • Paths to routers who are in loop (learned from himself for example) look better then ‘real’ paths • Stabilizes when all network learns of failure (potentially very lengthy)

  31. EIGRP packet types • All under protocol number 88 • Hello (5 sec multicast / 60 sec unicast) • ACK • Update • Query / Reply • Request - not implemented

  32. Opcode Checksum Version Flags Sequence Ack AS number TLVs EIGRP HEADER

  33. Length Type = 0x0102 Next Hop Flags Reserved External ID Delay Bandwidth MTU Hop Count Reliability Reserved Load Destination Prefix len IP Internal TLV

  34. IP External TLV Length Type Next Hop Originating router Originating AS Arbitrary tag External protocol metric Flags Reserved External ID Delay Bandwidth Hop Count MTU Reliability Reserved Load Destination Prefix len

More Related