Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:eigrp [2026/02/04 16:18] – ilyasa | networking:cisco:eigrp [2026/02/04 16:29] (current) – [Testing] ilyasa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | ====== Cisco : Dynamic Routing - EIGRP [U]====== | + | ====== Cisco : Dynamic Routing - EIGRP ====== |
| - | Open Shortest Path First (OSPF) | + | EIGRP adalah singkatan dari Enhanced Interior Gateway Routing Protocol. Ini adalah protokol |
| + | EIGRP umum digunakan dalam jaringan perusahaan berukuran menengah hingga besar, terutama yang menggunakan peralatan jaringan Cisco. Namun, penting untuk dicatat bahwa sebagai protokol yang dimiliki secara proporsional oleh Cisco, EIGRP utamanya digunakan dalam lingkungan Cisco dan mungkin tidak dapat berinteroperabilitas dengan perangkat non-Cisco. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | ==== Konfigurasi OSPF ==== | + | ===== EIGRP Configuration ===== |
| - | ^Command | + | ^Command |
| - | |'' | + | |'' |
| - | |'' | + | |'' |
| - | |'' | + | |'' |
| - | <WRAP center round tip 90%> | + | |'' |
| - | | + | |
| - | ProTip: Begaimana cara mengetahui network yang terhubung langsung dengan router?\\ | + | |
| - | apat diketahu dengan | + | |
| - | </ | + | |
| - | ==== OSPF verification ==== | + | * Apabila router ID tidak dikonfigurasi, |
| - | ^Command | + | ===== EIGRP Verification ===== |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | |'' | + | |
| - | + | ||
| - | Contoh: | + | |
| - | < | + | |
| - | router ospf 1 | + | |
| - | | + | |
| - | | + | |
| - | </ | + | |
| + | ^Command | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| ===== Topologi ===== | ===== Topologi ===== | ||
| Line 90: | Line 78: | ||
| </ | </ | ||
| - | Hubungkan semua segment jaringan hanya dengan | + | Hubungkan semua segment jaringan hanya dengan |
| ===== Konfigurasi ===== | ===== Konfigurasi ===== | ||
| - | * **R1 : Tambah static route ke 192.168.13.0/ | + | * **R1 : Konfigurasi Routing EIGRP** |
| - | < | + | < |
| - | R1(config)# | + | R1(config)# |
| - | R1(config-router)# | + | R1(config-router)# |
| - | R1(config-router)# | + | R1(config-router)# |
| - | R1(config-router)# | + | R1(config-router)# |
| </ | </ | ||
| - | * **R1 : Tambah static route ke 192.168.1.0/ | + | * **R2 : Konfigurasi Routing EIGRP** |
| - | < | + | < |
| - | R2(config)# | + | R2(config-router)# |
| - | R2(config-router)# | + | R2(config-router)# |
| - | R2(config-router)# | + | R2(config-router)# |
| - | R2(config-router)# | + | |
| </ | </ | ||
| - | * **R3 : Tambah static route ke 192.168.1.0/ | + | * **R3 : Konfigurasi Routing EIGRP** |
| - | < | + | < |
| - | R3(config)# | + | R3(config)# |
| - | R3(config-router)# | + | R3(config-router)# |
| - | R3(config-router)# | + | R3(config-router)# |
| - | R3(config-router)# | + | R3(config-router)# |
| </ | </ | ||
| - | ===== Testing ===== | + | |
| ===== Testing ===== | ===== Testing ===== | ||
| * **Route tables R1** | * **Route tables R1** | ||
| - | < | + | < |
| - | R1#show ip route | + | R1#show ip route |
| Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | ||
| D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | ||
| Line 128: | Line 116: | ||
| Gateway of last resort is not set | Gateway of last resort is not set | ||
| - | | + | |
| - | C | + | D |
| - | C | + | C |
| - | O 10.0.2.0 [110/128] via 10.0.0.2, 00:02:20, Serial0/ | + | C |
| - | | + | D 10.0.2.0/30 [90/21024000] via 10.0.0.2, 00:02:15, Serial0/ |
| + | [90/21024000] via 10.0.1.2, 00:01:06, Serial0/0/0 | ||
| C 192.168.1.0/ | C 192.168.1.0/ | ||
| - | O | + | D |
| - | O | + | D |
| </ | </ | ||
| + | |||
| * **Route tables R2** | * **Route tables R2** | ||
| - | < | + | < |
| - | R2#show ip route | + | R2#show ip route |
| Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | ||
| D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | ||
| Line 151: | Line 141: | ||
| Gateway of last resort is not set | Gateway of last resort is not set | ||
| - | | + | |
| - | C | + | D |
| - | O 10.0.1.0 [110/128] via 10.0.0.1, 00:03:12, Serial0/ | + | C |
| - | | + | D 10.0.1.0/30 [90/21024000] via 10.0.0.1, 00:02:49, Serial0/ |
| - | C | + | [90/21024000] via 10.0.2.2, 00:01:31, Serial0/ |
| - | O | + | C |
| + | D | ||
| C 192.168.2.0/ | C 192.168.2.0/ | ||
| - | O | + | D |
| </ | </ | ||
| * **Route tables R3** | * **Route tables R3** | ||
| - | < | + | < |
| + | R3#show ip route | ||
| Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP | ||
| D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area | ||
| Line 172: | Line 164: | ||
| Gateway of last resort is not set | Gateway of last resort is not set | ||
| - | | + | |
| - | O 10.0.0.0 [110/128] via 10.0.1.1, 00:03:44, Serial0/ | + | D 10.0.0.0/8 is a summary, 00:01:52, Null0 |
| - | | + | D |
| - | C | + | [90/21024000] via 10.0.2.1, 00:01:47, Serial0/ |
| - | C | + | C |
| - | O | + | C |
| - | O | + | D |
| + | D | ||
| C 192.168.3.0/ | C 192.168.3.0/ | ||
| </ | </ | ||
| * **Test Ping PC to PC** | * **Test Ping PC to PC** | ||
| - | < | + | < |
| C:\>ping 192.168.2.2 | C:\>ping 192.168.2.2 | ||
| Pinging 192.168.2.2 with 32 bytes of data: | Pinging 192.168.2.2 with 32 bytes of data: | ||
| - | Reply from 192.168.2.2: | + | Reply from 192.168.2.2: |
| - | Reply from 192.168.2.2: | + | Reply from 192.168.2.2: |
| - | Reply from 192.168.2.2: | + | Reply from 192.168.2.2: |
| - | Reply from 192.168.2.2: | + | Reply from 192.168.2.2: |
| Ping statistics for 192.168.2.2: | Ping statistics for 192.168.2.2: | ||
| Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| Approximate round trip times in milli-seconds: | Approximate round trip times in milli-seconds: | ||
| - | Minimum = 22ms, Maximum = 32ms, Average = 27ms | + | Minimum = 12ms, Maximum = 27ms, Average = 17ms |
| C:\>ping 192.168.3.2 | C:\>ping 192.168.3.2 | ||
| Line 202: | Line 195: | ||
| Pinging 192.168.3.2 with 32 bytes of data: | Pinging 192.168.3.2 with 32 bytes of data: | ||
| - | Reply from 192.168.3.2: | + | Reply from 192.168.3.2: |
| - | Reply from 192.168.3.2: | + | Reply from 192.168.3.2: |
| - | Reply from 192.168.3.2: | + | Reply from 192.168.3.2: |
| - | Reply from 192.168.3.2: | + | Reply from 192.168.3.2: |
| Ping statistics for 192.168.3.2: | Ping statistics for 192.168.3.2: | ||
| Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| Approximate round trip times in milli-seconds: | Approximate round trip times in milli-seconds: | ||
| - | Minimum = 13ms, Maximum = 22ms, Average = 15ms | + | Minimum = 14ms, Maximum = 23ms, Average = 18ms |
| </ | </ | ||