networking:cisco:redistribution-route

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:cisco:redistribution-route [2026/02/04 16:51] – [Konfigurasi] ilyasanetworking:cisco:redistribution-route [2026/02/04 16:53] (current) – [Testing] ilyasa
Line 205: Line 205:
 tanpa ''%%subnets%%'' redistribution hanya mendukung classfull subnets. Dengan ''%%subnets%%'' redistribution mendukung vlsm walaupun pada percobaan ini subnets classfull. tanpa ''%%subnets%%'' redistribution hanya mendukung classfull subnets. Dengan ''%%subnets%%'' redistribution mendukung vlsm walaupun pada percobaan ini subnets classfull.
 </WRAP> </WRAP>
-==== Conntected, Static, OSPF ke EIGRP. ==== 
  
 ==== Redistrubute Static, EIGRP ke table routing EIGRP. == ==== Redistrubute Static, EIGRP ke table routing EIGRP. ==
Line 220: Line 219:
  
 ===== Testing ===== ===== Testing =====
 +* **R22 : Table Routing setelah kite mendistribute route**
 +<code js>
 +R22#show ip route 
 +Codes: L - local, C - connected, S - static, 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 E2 192.168.11.0/24 [110/20] via 192.168.22.1, 01:01:14, GigabitEthernet0/0
 +O E2 192.168.12.0/24 [110/20] via 192.168.22.1, 01:03:09, GigabitEthernet0/0
 +O    192.168.21.0/24 [110/2] via 192.168.22.1, 01:18:37, GigabitEthernet0/0
 +     192.168.22.0/24 is variably subnetted, 2 subnets, 2 masks
 +C       192.168.22.0/24 is directly connected, GigabitEthernet0/0
 +L       192.168.22.2/32 is directly connected, GigabitEthernet0/0
 +O E2 192.168.31.0/24 [110/20] via 192.168.22.1, 01:01:14, GigabitEthernet0/0
 +O E2 192.168.32.0/24 [110/20] via 192.168.22.1, 01:01:04, GigabitEthernet0/0
 +</code>
 +
 +* **R32 : Table Routing setelah kite mendistribute route**
 +<code js>
 +R32#show ip route 
 +Codes: L - local, C - connected, S - static, 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
 +
 +D EX 192.168.11.0/24 [170/282112] via 192.168.32.1, 00:16:00, GigabitEthernet0/0
 +D EX 192.168.12.0/24 [170/5632] via 192.168.32.1, 01:00:22, GigabitEthernet0/0
 +D EX 192.168.21.0/24 [170/282112] via 192.168.32.1, 00:16:00, GigabitEthernet0/0
 +D EX 192.168.22.0/24 [170/282112] via 192.168.32.1, 00:39:29, GigabitEthernet0/0
 +D    192.168.31.0/24 [90/3072] via 192.168.32.1, 01:22:25, GigabitEthernet0/0
 +     192.168.32.0/24 is variably subnetted, 2 subnets, 2 masks
 +C       192.168.32.0/24 is directly connected, GigabitEthernet0/0
 +L       192.168.32.2/32 is directly connected, GigabitEthernet0/0
 +</code>
 +* **Test Ping**
 +<code js>
 +
 +R12#ping 192.168.22.2
 +
 +Type escape sequence to abort.
 +Sending 5, 100-byte ICMP Echos to 192.168.22.2, timeout is 2 seconds:
 +!!!!!
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
 +</code>
 +
 +<code js>
 +R12#ping 192.168.32.2
 +
 +Type escape sequence to abort.
 +Sending 5, 100-byte ICMP Echos to 192.168.32.2, timeout is 2 seconds:
 +!!!!!
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
 +</code>
  • networking/cisco/redistribution-route.1770198683.txt.gz
  • Last modified: 2026/02/04 16:51
  • by ilyasa