Sebelumnya tonton dulu video berikut ini :
GAMBAR TOPOLOGINYA :
Berikut cara konfigurasi CLI setiap Router :
ROUTER 1
no
enable
conf t
interface serial 2/0
ip address 10.10.10.1 255.255.255.252
no shutdown
clock rate 9600
exit
interface fastethernet 0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
interface serial 3/0
ip address 10.10.30.2 255.255.255.252
no shutdown
exit
ip route 192.168.2.0 255.255.255.0 10.10.10.2
ip route 192.168.3.0 255.255.255.0 10.10.30.1
exit
copy running-config startup-config
show ip route
exit
ROUTER 2
no
enable
conf t
interface serial 3/0
ip address 10.10.10.2 255.255.255.252
no shutdown
exit
interface FastEthernet 0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
interface serial 2/0
ip address 10.10.20.1 255.255.255.252
no shutdown
clock rate 9600
exit
ip route 192.168.1.0 255.255.255.0 10.10.10.1
ip route 192.168.3.0 255.255.255.0 10.10.20.2
exit
copy running-config startup-config
show ip route
exit
ROUTER 3
no
enable
conf t
interface serial 3/0
ip address 10.10.20.2 255.255.255.252
no shutdown
exit
interface FastEthernet 0/0
ip address 192.168.3.1 255.255.255.0
no shutdown
exit
interface serial 2/0
ip address 10.10.30.1 255.255.255.252
no shutdown
clock rate 9600
exit
ip route 192.168.2.0 255.255.255.0 10.10.20.1
ip route 192.168.1.0 255.255.255.0 10.10.30.2
exit
copy running-config startup-config
show ip route
exit
IP PC 1
192.168.1.2
255.255.255.0
192.168.1.1
IP PC 2
192.168.2.2
255.255.255.0
192.168.2.1
IP PC 3
192.168.3.2
255.255.255.0
192.168.3.1
GAMBAR TOPOLOGINYA :
Berikut cara konfigurasi CLI setiap Router :
ROUTER 1
no
enable
conf t
interface serial 2/0
ip address 10.10.10.1 255.255.255.252
no shutdown
clock rate 9600
exit
interface fastethernet 0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
interface serial 3/0
ip address 10.10.30.2 255.255.255.252
no shutdown
exit
ip route 192.168.2.0 255.255.255.0 10.10.10.2
ip route 192.168.3.0 255.255.255.0 10.10.30.1
exit
copy running-config startup-config
show ip route
exit
ROUTER 2
no
enable
conf t
interface serial 3/0
ip address 10.10.10.2 255.255.255.252
no shutdown
exit
interface FastEthernet 0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
interface serial 2/0
ip address 10.10.20.1 255.255.255.252
no shutdown
clock rate 9600
exit
ip route 192.168.1.0 255.255.255.0 10.10.10.1
ip route 192.168.3.0 255.255.255.0 10.10.20.2
exit
copy running-config startup-config
show ip route
exit
ROUTER 3
no
enable
conf t
interface serial 3/0
ip address 10.10.20.2 255.255.255.252
no shutdown
exit
interface FastEthernet 0/0
ip address 192.168.3.1 255.255.255.0
no shutdown
exit
interface serial 2/0
ip address 10.10.30.1 255.255.255.252
no shutdown
clock rate 9600
exit
ip route 192.168.2.0 255.255.255.0 10.10.20.1
ip route 192.168.1.0 255.255.255.0 10.10.30.2
exit
copy running-config startup-config
show ip route
exit
IP PC 1
192.168.1.2
255.255.255.0
192.168.1.1
IP PC 2
192.168.2.2
255.255.255.0
192.168.2.1
IP PC 3
192.168.3.2
255.255.255.0
192.168.3.1
1 Komentar untuk "CISCO PACKET TRACERT : SETTING 3 ROUTER, 3 SWITCH, 3 PC"