networking:cisco:ripv2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
networking:cisco:ripv2 [2026/02/04 15:26] – [Konfigurasi] ilyasanetworking:cisco:ripv2 [2026/02/04 15:28] (current) – [Testing] ilyasa
Line 118: Line 118:
  
 ===== Testing ===== ===== Testing =====
 +* **Table Routing R1**
 +<code js>
 +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
 +
 +     10.0.0.0/30 is subnetted, 3 subnets
 +C       10.0.0.0 is directly connected, Serial0/1/0
 +C       10.0.1.0 is directly connected, Serial0/0/0
 +R       10.0.2.0 [120/1] via 10.0.0.2, 00:00:26, Serial0/1/0
 +                 [120/1] via 10.0.1.2, 00:00:21, Serial0/0/0
 +C    192.168.1.0/24 is directly connected, FastEthernet0/0
 +R    192.168.2.0/24 [120/1] via 10.0.0.2, 00:00:26, Serial0/1/0
 +R    192.168.3.0/24 [120/1] via 10.0.1.2, 00:00:21, Serial0/0/0
 +</code>
 +
 +* **Table Routing R2**
 +<code js>
 +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
 +
 +     10.0.0.0/30 is subnetted, 3 subnets
 +C       10.0.0.0 is directly connected, Serial0/1/0
 +R       10.0.1.0 [120/1] via 10.0.0.1, 00:00:13, Serial0/1/0
 +                 [120/1] via 10.0.2.2, 00:00:22, Serial0/0/0
 +C       10.0.2.0 is directly connected, Serial0/0/0
 +R    192.168.1.0/24 [120/1] via 10.0.0.1, 00:00:13, Serial0/1/0
 +C    192.168.2.0/24 is directly connected, FastEthernet0/0
 +R    192.168.3.0/24 [120/1] via 10.0.2.2, 00:00:22, Serial0/0/0
 +</code>
 +* **Table Routing R3**
 +<code js>
 +R3#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
 +
 +     10.0.0.0/30 is subnetted, 3 subnets
 +R       10.0.0.0 [120/1] via 10.0.1.1, 00:00:16, Serial0/1/0
 +                 [120/1] via 10.0.2.1, 00:00:03, Serial0/0/0
 +C       10.0.1.0 is directly connected, Serial0/1/0
 +C       10.0.2.0 is directly connected, Serial0/0/0
 +R    192.168.1.0/24 [120/1] via 10.0.1.1, 00:00:16, Serial0/1/0
 +R    192.168.2.0/24 [120/1] via 10.0.2.1, 00:00:03, Serial0/0/0
 +C    192.168.3.0/24 is directly connected, FastEthernet0/0
 +</code>
 +* **Test Ping**
 +<code js>
 +C:\>ping 192.168.2.2
 +
 +Pinging 192.168.2.2 with 32 bytes of data:
 +
 +Request timed out.
 +Reply from 192.168.2.2: bytes=32 time=16ms TTL=126
 +Reply from 192.168.2.2: bytes=32 time=23ms TTL=126
 +Reply from 192.168.2.2: bytes=32 time=11ms TTL=126
 +
 +Ping statistics for 192.168.2.2:
 +    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
 +Approximate round trip times in milli-seconds:
 +    Minimum = 11ms, Maximum = 23ms, Average = 16ms
 +
 +C:\>ping 192.168.3.2
 +
 +Pinging 192.168.3.2 with 32 bytes of data:
 +
 +Request timed out.
 +Reply from 192.168.3.2: bytes=32 time=22ms TTL=126
 +Reply from 192.168.3.2: bytes=32 time=15ms TTL=126
 +Reply from 192.168.3.2: bytes=32 time=22ms TTL=126
 +
 +Ping statistics for 192.168.3.2:
 +    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
 +Approximate round trip times in milli-seconds:
 +    Minimum = 15ms, Maximum = 22ms, Average = 19ms
 +</code>
  • networking/cisco/ripv2.1770193614.txt.gz
  • Last modified: 2026/02/04 15:26
  • by ilyasa