Introducing EIGRP
合集下载
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
EIGRP Packets
• Hello: Establish neighbor relationships. • Update: Send routing updates. • Query: Ask neighbors about routing information. • Reply: Respond to query about routing information. • ACK: Acknowledge a reliable packet.
•Hello address = 224.0.0.10
• EIGRP does not form neighbors if K values are mismatched.
• EIGRP does not form neighbors if AS numbers are mismatched.
Cisco Network Academy. All rights reserved.. CCNP+ BSCI v3.0
CCNP+ BSCI v3.0
EIGRP Metric Calculation
• By default, EIGRP metric: Metric = bandwidth (slowest link) + delay (sum of delays) • Delay = sum of the delays in the path, in tens of microseconds, multiplied by 256 • Bandwidth = [107 / (minimum bandwidth link along the path, in kilobits per second)] * 256 • Formula with default K values (K1 = 1, K2 = 0, K3 = 1, K4 = 0, K5 = 0): Metric = [K1 * BW + ((K2 * BW) / (256 – load)) + K3 * delay] • If K5 not equal to 0: Metric = metric * [K5 / (reliability + K4)]:
• Flexible network design • Multicast and unicast instead of broadcast address • Manual summarization at any point
• Partial updates
• Support for multiple network-layer protocols
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
Example: EIGRP Tables
Router C Tables:
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
CCNP+ BSCI v3.0
Summary
• EIGRP capabilities include fast convergence and support for VLSM, partial updates, and multiple network layer protocols. • EIGRP key technologies are neighbor discovery/recovery, RTP, DUAL finite-state machine, and PDMs. • EIGRP uses three tables: neighbor table, topology table, and routing table. The routing table contains the best route to each destination, called the successor route. A feasible successor route is a backup route to a destination; it is kept in the topology table. • EIGRP uses the same metric components as IGRP: delay, bandwidth, reliability, load, and MTU.
Total delay 6,000 Total delay 8,000
• Delay is the sum of all the delays of the links along the paths: Delay = [delay in tens of microseconds] x 256 • Bandwidth is the lowest bandwidth of the links along the paths: Bandwidth = [10,000,000 / (bandwidth in kbps)] x 256
• Selects lowest-cost, loop-free paths to each destination • AD = cost between the next-hop router and the destination • FD = cost from local router = AD of next-hop router + cost between the local router and the next-hop router • Lowest-cost = lowest FD • (Current) successor = next-hop router with lowest-cost, loop free path • Feasible successor = backup router with loop-free path (AD of feasible successor must be less than FD of current successor route)
Cisco Network Academy. All rights reserved.. CCNP+ BSCI v3.0
EIGRP Metrics Are Backward-Compatible with IGRP
Cisco Network Academy. All rights reserved..
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP Metrics Calculation Example
ABCD AXYZD
Least bandwidth 64 kbps Least bandwidth 256 kbps
Cisco Network Academy. All rights reserved..
• 100% loop-free classless routing
• Easy configuration for WANs and LANs • Load balancing across equaland unequal-cost pathways
• Hellos sent once every 60 seconds on the following links: – Multipoint circuits with bandwidth less than or equal to T1: ISDN BRI, Frame Relay, SMDS, ATM, and X.25 • Hold time by default is three times the hello time
EIGRP Hello Timers
• Hellos sent once every 5 seconds on the following links: – Broadcast media: Ethernet, Token Ring, FDDI – Point-to-point serial links: Point-to-point Protocol (PPP), High-Level Data Link Control (HDLC) – Point-to-point subinterface: Frame Relay, ATM – Multipoint circuits with bandwidth greater than T1: Switched Multimegabit Data Service (SMDS), Frame Relay, ATM, ISDN PRI
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP Neighbor Table
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
DUAL Terminology
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP Hello Packets
• Two routers become neighbors when they see the hello packet of the other router.
CCNP+ BSCI v3.0
EIGRP Key Technologies
• Neighbor discovery/recovery – Uses hello packets between neighbors • Reliable Transport Protocol (RTP) – Guaranteed, ordered delivery of EIGRP packets to all neighbors • DUAL finite-state machine
Cisco Network Academy. All rights reserved.. CCNP+ BSCI v3.0
Initial Route Discovery
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0来自EIGRP Metric
• Same metric components as IGRP: – Bandwidth – Delay – Reliability – Loading – MTU • EIGRP metric is IGRP metric multiplied by 256.
Cisco Network Academy. All rights reserved..
Cisco Network Academy. All rights reserved.. CCNP+ BSCI v3.0
EIGRP Neighbors
• 即使Hello和hold间隔不一样,EIGRP依然能够建立 邻居关系 • EIGRP 使用主地址来发送数据包
• Neighbor declared dead when no EIGRP packets are received within hold interval
– Selects lowest-cost, loop free, paths to each destination
• Protocol-dependent modules (PDMs) – EIGRP supports IP, AppleTalk, and Novell NetWare. – Each protocol has its own EIGRP module and operates independently of any of the others that may be running.
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP Topology Table
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP IP Routing Table
Configuring EIGRP
Introducing EIGRP
Cisco Network Academy. All rights reserved..
CCNP+ BSCI v3.0
EIGRP Features
• Advanced distance vector • Fast convergence • Support for VLSM and discontiguous subnets