170 likes | 183 Views
7.1 Characteristics of EIGRP. Basic Features of EIGRP Features of EIGRP. Advanced Distance Vector routing protocol. EIGRP มีการอัปเดตที่รวดเร็วเนื่องจากมีการใช้อัลกอลิทึมของตัวเอง (DUAL) ซึ่งเร้าเตอร์ที่ใช้ EIGRP จะมีเก็บเส้นทางสำรองไว้
E N D
Basic Features of EIGRP Features of EIGRP • Advanced Distance Vector routing protocol. • EIGRPมีการอัปเดตที่รวดเร็วเนื่องจากมีการใช้อัลกอลิทึมของตัวเอง (DUAL) ซึ่งเร้าเตอร์ที่ใช้ EIGRPจะมีเก็บเส้นทางสำรองไว้ • EIGRPใช้แบนด์วิดธ์ไม่มากเนื่องจากจะมีการส่งข้อมูลให้เพื่อนบ้านก็ต่อเมื่อมีการเปลี่ยนแปลงเน็ตเวิร์ก จึงทำให้ใช้แบนด์วิดธ์และซีพียูน้อย • EIGRPรองรับ Classless และสนับสนุนการใช้ VLSM • Supports Equal and Unequal Cost Load Balancing. • EIGRPจะต้องสร้าง Autonomous System Number (AS Number) ให้กับRouter ที่ต้องการแลกเปลี่ยนข้อมูลกัน ซึ่งถ้า AS Number ไม่เหมือนกันจะไม่สามารถแลกเปลี่ยนข้อมูลกันได้
Basic Features of EIGRPEIGRP Table • Neighbor Table : เป็นตารางที่เก็บหมายเลข IP Address ของเพื่อนบ้าน • Topology Table : เป็นตารางที่เก็บข้อมูลของเส้นทางของ Topology และค่า Cost ของแต่ละเส้นทาง • Routing Table : เป็นตารางที่เกิดจากการวิเคราะห์เส้นทางที่ดีที่สุด
Basic Features of EIGRP Authentication • EIGRP can be configured to authenticate routing information. • Ensures routers only accept updates from routers that have been configured with the correct authentication information.
Types of EIGRP PacketsEIGRP Hello Packets • Used to discover EIGRP neighbors. • EIGRPจะส่ง Hello Packets ไปหาเพื่อนบ้านและจะมีการสร้างความสัมพันธ์กับเพื่อนบ้าน • EIGRPจะมีการสร้าง Neighbor Table ซึ่งเป็นตารางที่เก็บหมายเลขของเพื่อนบ้านจากHello Packets • IPv4 multicast address 224.0.0.10. • IPv6 multicast address FF02::A. • Sent every 5 seconds (every 60 seconds on low-speed NBMA networks).
Configuring EIGRP with IPv4Router EIGRP Command Router(config)# router eigrpautonomous-system To completely remove the EIGRP routing process from a device, use the no router eigrp autonomous-systemcommand.
Configuring EIGRP with IPv4Network Command • Enables any interface on this router that matches the network address in thenetwork router configuration mode command to send and receive EIGRP updates. • These networks are included in EIGRP routing updates.
Configuring EIGRP with IPv4Verifying EIGRP: Examining Neighbors
Configuring EIGRP with IPv4Verifying EIGRP: Examine the IPv4 Routing Table
MetricsExamining Interface Values • Banwidth– ค่าต่ำสุดระหว่างเร้าเตอร์ต้นทางและเร้าเตอร์ปลายทาง • Deley– ค่าผลบวกของค่า Delay ตลอดเส้นทาง • Reliability – เป็นค่าความน่าเชื่อถือระหว่างเร้าเตอร์ต้นทางและปลายทาง • Load – เป็นค่าโหลดที่สูงที่สุดระหว่างเร้าเตอร์ต้นทางและปลายทาง • MTU
MetricsBandwidth Metric • Use theshow interfacescommand to verify bandwidth. • Most serial bandwidths are set to 1,544 kb/s (default). • A correct value for bandwidth is very important in order to calculate the correct metric (both sides of link must have same bandwidth).
MetricsCalculating the EIGRP Metric Step 1. Determine the link with the slowest bandwidth. Use that value to calculate bandwidth (10,000,000/bandwidth). Step 2. Determine the delay value for each outgoing interface on the way to the destination. Add the delay values and divide by 10 (sum of delay/10). Step 3. Add the computed values for bandwidth and delay, and multiply the sum by 256 to obtain the EIGRP metric.