Learn Cisco Packet Tracer
S: Static Route
D: Dynamic
A: Active
C: Connect
DAS: Dynamic Active Static, suatu routing bersifat static yang dibuat secara dynamic atau otomatis
DAC: Dynamic Active Connect, konfigurasi terhubung yang dibuat secara otomatis.
AS: Active Static, konfigurasi routing yang kita definisikan sendiri.
(c)# router rip
(c)# network <network>
no network <network>
(c)# router rip
(c)# network 192.168.1.0
(c)# network 192.168.10.0
# show ip route
C 192.168.1.0/24 is directly connected, FastEthernet0/0
R 192.168.2.0/24 [120/1] via 192.168.10.2, 00:00:23, FastEthernet1/0
C 192.168.10.0/24 is directly connected, FastEthernet1/0