Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:ospf-1a [2026/02/04 15:48] – [Konfigurasi] ilyasa | networking:cisco:ospf-1a [2026/02/04 16:25] (current) – [Konfigurasi] ilyasa | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| Hubungkan semua segment jaringan hanya dengan ospf dan hanya menggunakan single area | Hubungkan semua segment jaringan hanya dengan ospf dan hanya menggunakan single area | ||
| ===== Konfigurasi ===== | ===== Konfigurasi ===== | ||
| - | * **R1 : Tambah static route ke 192.168.13.0/ | + | * **R1 : Konfigurasi OSFP** |
| < | < | ||
| R1(config)# | R1(config)# | ||
| Line 99: | Line 99: | ||
| R1(config-router)# | R1(config-router)# | ||
| </ | </ | ||
| - | * **R1 : Tambah static route ke 192.168.1.0/ | + | * **R2 : Konfigurasi OSFP** |
| < | < | ||
| R2(config)# | R2(config)# | ||
| Line 106: | Line 106: | ||
| R2(config-router)# | R2(config-router)# | ||
| </ | </ | ||
| - | * **R3 : Tambah static route ke 192.168.1.0/ | + | * **R3 : Konfigurasi OSFP** |
| < | < | ||
| R3(config)# | R3(config)# | ||
| Line 114: | Line 114: | ||
| </ | </ | ||
| ===== Testing ===== | ===== Testing ===== | ||
| + | ===== Testing ===== | ||
| + | * **Route tables R1** | ||
| + | < | ||
| + | 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 | ||
| + | |||
| + | | ||
| + | C | ||
| + | C | ||
| + | O | ||
| + | | ||
| + | C 192.168.1.0/ | ||
| + | O 192.168.2.0/ | ||
| + | O 192.168.3.0/ | ||
| + | </ | ||
| + | |||
| + | * **Route tables R2** | ||
| + | < | ||
| + | R2#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 | ||
| + | |||
| + | | ||
| + | C | ||
| + | O | ||
| + | | ||
| + | C | ||
| + | O 192.168.1.0/ | ||
| + | C 192.168.2.0/ | ||
| + | O 192.168.3.0/ | ||
| + | </ | ||
| + | * **Route tables R3** | ||
| + | < | ||
| + | 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 | ||
| + | |||
| + | | ||
| + | O | ||
| + | | ||
| + | C | ||
| + | C | ||
| + | O 192.168.1.0/ | ||
| + | O 192.168.2.0/ | ||
| + | C 192.168.3.0/ | ||
| + | </ | ||
| + | * **Test Ping PC to PC** | ||
| + | |||
| + | < | ||
| + | C:\>ping 192.168.2.2 | ||
| + | |||
| + | 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: | ||
| + | |||
| + | Ping statistics for 192.168.2.2: | ||
| + | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| + | Approximate round trip times in milli-seconds: | ||
| + | Minimum = 22ms, Maximum = 32ms, Average = 27ms | ||
| + | |||
| + | C:\>ping 192.168.3.2 | ||
| + | |||
| + | 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: | ||
| + | |||
| + | Ping statistics for 192.168.3.2: | ||
| + | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| + | Approximate round trip times in milli-seconds: | ||
| + | Minimum = 13ms, Maximum = 22ms, Average = 15ms | ||
| + | </ | ||