Learn Cisco Packet Tracer
router tidak menggunakan protokol routing dinamis untuk memahami topologi jaringan tetapi administator menentukan lalu lintas ke tujuan tertentu
(c)# ip route <network_tujuan> <subnet_mask> <next_hope / antarmuka_keluar>
# show ip route
# show ip route
C 192.168.1.0/24 is directly connected, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet1/0
# (c)ip route 192.168.2.0 255.255.255.0 192.168.10.2
# show ip route
C 192.168.1.0/24 is directly connected, FastEthernet0/0
S 192.168.2.0/24 [1/0] via 192.168.10.2
C 192.168.10.0/24 is directly connected, FastEthernet1/0