cisco_aria

Learn Cisco Packet Tracer


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

static router

pengenalan

configuration

ip route

contoh

# 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