Task7: Examine EIGRP Routes in the Routing Tables.
Step1: View the routing table on the R1 router.
EIGRP routes are denoted in the routing table with a D, which stands for DUAL (Diffusing Update Algorithm), which is the routing algorithm used by EIGRP.
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
D 172.16.0.0/16 is a summary, 01:16:19, Null0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 01:16:20, Serial0/0/0
C 172.16.3.0/30 is directly connected, Serial0/0/0
D 192.168.1.0/24 [90/2172416] via 192.168.10.6, 01:06:18, Serial0/0/1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:06:07, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/2681856] via 192.168.10.6, 01:06:07, Serial0/0/1
R1#
Notice that the 172.16.0.0/16 parent network is variably subnetted with three child routes using either a /24 or /30 mask. Also notice that EIGRP has automatically included a summary route to Null0 for the 172.16.0.0/16 network. The 172.16.0.0/16 route does not actually represent a path to reach the parent network, 172.16.0.0/16. If a packet destined for 172.16.0.0/16 does not match one of the level 2 child routes, it is sent to the Null0 interface.
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
D 172.16.0.0/16 is a summary, 01:16:19, Null0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 01:16:20, Serial0/0/0
C 172.16.3.0/30 is directly connected, Serial0/0/0
The 192.168.10.0/24 Network is also variably subnetted and includes a Null0 route.
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:06:07, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/2681856] via 192.168.10.6, 01:06:07, Serial0/0/1
Step 2: View the routing table on the R3 router.
The routing table for R3 shows that both R1 and R2 are automatically summarizing the 172.16.0.0/16 network and sending it as a single routing update. Because of automatic summarization, R1 and R2 are not propagating the individual subnets. Because R3 is getting two equal cost routes for 172.16.0.0/16 from both R1 and R2, both routes are included in the routing table.
R3#show ip route
D 172.16.0.0/16 [90/2172416] via 192.168.10.5, 01:15:35, Serial0/0/0
[90/2172416] via 192.168.10.9, 01:15:22, Serial0/0/1
C 192.168.1.0/24 is directly connected, FastEthernet0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:15:22, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/0
C 192.168.10.8/30 is directly connected, Serial0/0/1
R3#
Task7: Examine EIGRP Routes in the Routing Tables.
Step1: View the routing table on the R1 router.
EIGRP routes are denoted in the routing table with a D, which stands for DUAL (Diffusing Update Algorithm), which is the routing algorithm used by EIGRP.
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
D 172.16.0.0/16 is a summary, 01:16:19, Null0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 01:16:20, Serial0/0/0
C 172.16.3.0/30 is directly connected, Serial0/0/0
D 192.168.1.0/24 [90/2172416] via 192.168.10.6, 01:06:18, Serial0/0/1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:06:07, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/2681856] via 192.168.10.6, 01:06:07, Serial0/0/1
R1#
Notice that the 172.16.0.0/16 parent network is variably subnetted with three child routes using either a /24 or /30 mask. Also notice that EIGRP has automatically included a summary route to Null0 for the 172.16.0.0/16 network. The 172.16.0.0/16 route does not actually represent a path to reach the parent network, 172.16.0.0/16. If a packet destined for 172.16.0.0/16 does not match one of the level 2 child routes, it is sent to the Null0 interface.
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
D 172.16.0.0/16 is a summary, 01:16:19, Null0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 01:16:20, Serial0/0/0
C 172.16.3.0/30 is directly connected, Serial0/0/0
The 192.168.10.0/24 Network is also variably subnetted and includes a Null0 route.
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:06:07, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/2681856] via 192.168.10.6, 01:06:07, Serial0/0/1
Step 2: View the routing table on the R3 router.
The routing table for R3 shows that both R1 and R2 are automatically summarizing the 172.16.0.0/16 network and sending it as a single routing update. Because of automatic summarization, R1 and R2 are not propagating the individual subnets. Because R3 is getting two equal cost routes for 172.16.0.0/16 from both R1 and R2, both routes are included in the routing table.
R3#show ip route
D 172.16.0.0/16 [90/2172416] via 192.168.10.5, 01:15:35, Serial0/0/0
[90/2172416] via 192.168.10.9, 01:15:22, Serial0/0/1
C 192.168.1.0/24 is directly connected, FastEthernet0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:15:22, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/0
C 192.168.10.8/30 is directly connected, Serial0/0/1
R3#
การแปล กรุณารอสักครู่..

Task7: ตรวจสอบเส้นทาง EIGRP ในตารางเส้นทาง.
ขั้นที่ 1: ดูตารางเส้นทางในเราเตอร์ R1.
เส้นทาง EIGRP จะแสดงในตารางเส้นทางที่มี D ซึ่งย่อมาจาก DUAL (Diffusing ปรับปรุงขั้นตอนวิธี) ซึ่งเป็นวิธีการกำหนดเส้นทางที่ใช้โดย EIGRP.
R1 # เส้นทาง ip แสดง
รหัส: C - เชื่อมต่อ, S - คง I - IGRP, R - RIP, M - มือถือ, B - BGP
D - EIGRP, EX - EIGRP ภายนอก O - OSPF, IA - OSPF พื้นที่ระหว่าง
N1 - OSPF NSSA ชนิดภายนอกที่ 1, N2 - OSPF NSSA ชนิดภายนอก 2
E1 - OSPF ชนิดภายนอกที่ 1, E2 - OSPF ชนิดภายนอก 2, E - EGP
ฉัน - IS-IS, L1 - IS-IS ระดับ-1, L2 - IS ระดับ 2 -IS, IA - IS-IS พื้นที่ระหว่าง
* - เริ่มต้นผู้สมัคร U - เส้นทางต่อผู้ใช้แบบคงที่ o - ODR
P - ระยะที่ดาวน์โหลดเส้นทางคงเกตเวย์ของรีสอร์ทไม่ได้ตั้งค่า172.16.0.0/16 เป็น subnetted แตก 4 เครือข่ายย่อย 3 หน้ากากD 172.16.0.0/16 เป็นบทสรุป, 01:16:19, Null0 C 172.16.1.0/24 มีการเชื่อมต่อโดยตรง FastEthernet0 / 0 D 172.16.2.0/24 [90/2172416] ผ่าน 172.16 3.2, 01:16:20, Serial0 / 0/0 C 172.16.3.0/30 มีการเชื่อมต่อโดยตรง Serial0 / 0/0 D 192.168.1.0/24 [90/2172416] ผ่าน 192.168.10.6, 01:06:18, Serial0 / 0/1 192.168.10.0/24 เป็น subnetted แตก 3 เครือข่ายย่อย 2 หน้ากากD 192.168.10.0/24 เป็นบทสรุป, 01:06:07, Null0 C 192.168.10.4/30 มีการเชื่อมต่อโดยตรง Serial0 / 0 / 1 D 192.168.10.8/30 [90/2681856] ผ่าน 192.168.10.6, 01:06:07, Serial0 / 0/1 R1 # สังเกตว่าเครือข่ายผู้ปกครอง 172.16.0.0/16 จะแตก subnetted กับสามเส้นทางเด็กใช้ / 24 หรือ / 30 หน้ากาก นอกจากนี้ยังสังเกตเห็นว่า EIGRP ได้รวมโดยอัตโนมัติเส้นทางสรุป Null0 สำหรับ 172.16.0.0/16 เครือข่าย เส้นทาง 172.16.0.0/16 ไม่จริงเป็นตัวแทนของเส้นทางที่จะไปถึงเครือข่ายผู้ปกครอง 172.16.0.0/16 ถ้าแพ็คเก็ต destined สำหรับ 172.16.0.0/16 ไม่ตรงกับหนึ่งในระดับที่ 2 เส้นทางเด็กก็จะถูกส่งไปยังอินเตอร์เฟซ Null0. 172.16.0.0/16 เป็น subnetted แตก 4 เครือข่ายย่อย 3 หน้ากากD 172.16.0.0/16 เป็น สรุป 01:16:19, Null0 C 172.16.1.0/24 มีการเชื่อมต่อโดยตรง FastEthernet0 / 0 D 172.16.2.0/24 [90/2172416] ผ่าน 172.16.3.2, 01:16:20, Serial0 / 0/0 C 172.16.3.0/30 มีการเชื่อมต่อโดยตรง Serial0 / 0/0 192.168.10.0/24 เครือข่ายยังเป็น subnetted แตกและรวมถึงเส้นทาง Null0. 192.168.10.0/24 เป็น subnetted แตก 3 เครือข่ายย่อย 2 หน้ากากD 192.168.10.0 / 24 เป็นบทสรุป, 01:06:07, Null0 C 192.168.10.4/30 มีการเชื่อมต่อโดยตรง Serial0 / 0/1 D 192.168.10.8/30 [90/2681856] ผ่าน 192.168.10.6, 01:06:07, Serial0 / 0/1 ขั้นตอนที่ 2:. ดูตารางเส้นทางในเราเตอร์ R3 ตารางเส้นทางสำหรับ R3 แสดงให้เห็นว่าทั้งสอง R1 และ R2 จะสรุปโดยอัตโนมัติ 172.16.0.0/16 เครือข่ายและการส่งเป็นการปรับปรุงเส้นทางเดียว เพราะสรุปอัตโนมัติ R1 และ R2 จะไม่แพร่กระจายเครือข่ายย่อยของแต่ละบุคคล เพราะ R3 จะได้รับค่าใช้จ่ายสองเส้นทางที่เท่าเทียมกันสำหรับ 172.16.0.0/16 จากทั้ง R1, R2 และทั้งสองเส้นทางจะรวมอยู่ในตารางเส้นทาง. R3 # เส้นทาง ip แสดง
D 172.16.0.0/16 [90/2172416] ผ่าน 192.168.10.5, 01:15:35, Serial0 / 0/0
[90/2172416] ผ่าน 192.168.10.9, 01:15:22, Serial0 / 0/1
C 192.168 .1.0 / 24 มีการเชื่อมต่อโดยตรง FastEthernet0 / 0
192.168.10.0/24 เป็น subnetted แตก 3 เครือข่ายย่อย 2 หน้ากาก
D 192.168.10.0/24 เป็นบทสรุป, 01:15:22, Null0
C 192.168.10.4/30 โดยตรง เชื่อมต่อ Serial0 / 0/0
C 192.168.10.8/30 มีการเชื่อมต่อโดยตรง Serial0 / 0/1
R3 #
การแปล กรุณารอสักครู่..

Task7: Examine EIGRP Routes in the Routing Tables.
Step1: View the routing table on the R1 router.
EIGRP routes are denoted in the routing table with a D, which stands for DUAL (Diffusing Update Algorithm), which is the routing algorithm used by EIGRP.
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted,4 เครือข่ายย่อยที่ 3 หน้ากาก
D 172.16.0.0/16 เป็นรุป 01:16:19 null0
, C 172.16.1.0/24 เป็นเชื่อมต่อโดยตรง fastethernet0 / 0
D 172.16.2.0/24 [ 90 / 2172416 ] ผ่าน 172.16.3.2 01:16:20 , serial0 / 0 / 0 ,
c 172.16.3.0/30 เป็นเชื่อมต่อโดยตรง serial0 / 0 / 0
D 192.168.1.0/24 [ 90 / 2172416 ] ผ่าน 192.168.10.6 01:06:18 serial0 , , / 0 / 1
192.168.10.0/24 คือตัวแปร subnetted 3 เครือข่ายย่อยที่ 2 หน้ากาก
D 192.168.10.0/24 เป็นรุป01:06:07 null0
, C 192.168.10.4/30 เป็นเชื่อมต่อโดยตรง serial0 / 0 / 1
D 192.168.10.8/30 [ 90 / 2681856 ] ผ่าน 192.168.10.6 01:06:07 serial0 , , / 0 / 1
1 #
สังเกตว่า 172.16.0.0/16 ผู้ปกครองเครือข่ายเปลี่ยน subnetted กับสามเด็ก เส้นทางที่ใช้ทั้ง / 24 / 30 หน้า ก็สังเกตเห็นว่า eigrp ได้โดยอัตโนมัติรวมสรุปเส้นทาง null0 สำหรับ 172.16.0.0/16 เครือข่าย การ 172.16.0 .0/16 route does not actually represent a path to reach the parent network, 172.16.0.0/16. If a packet destined for 172.16.0.0/16 does not match one of the level 2 child routes, it is sent to the Null0 interface.
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
D 172.16.0.0/16 is a summary, 01:16:19, Null0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/2172416] via 172.16.3.2, 01:16:20, Serial0/0/0
C 172.16.3.0/30 is directly connected, Serial0/0/0
The 192.168.10.0/24 Network is also variably subnetted and includes a Null0 route.
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:06:07, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/2681856] via 192.168.10.6, 01:06:07, Serial0/0/1
Step 2: View the routing table on the R3 router.
The routing table for R3 shows that both R1 and R2 are automatically summarizing the 172.16.0.0/16 network and sending it as a single routing update. Because of automatic summarization, R1 and R2 are not propagating the individual subnets. Because R3 is getting two equal cost routes for 172.16.0.0/16 from both R1 and R2, both routes are included in the routing table.
R3#show ip route
D 172.16.0.0/16 [90/2172416] via 192.168.10.5, 01:15:35, Serial0/0/0
[90/2172416] via 192.168.10.9, 01:15:22, Serial0/0/1
C 192.168.1.0/24 is directly connected, FastEthernet0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.10.0/24 is a summary, 01:15:22, Null0
C 192.168.10.4/30 is directly connected, Serial0/0/0
C 192.168.10.8/30 is directly connected, Serial0/0/1
R3#
การแปล กรุณารอสักครู่..
