Pertama
buka aplikasi Packet Tracer 5.3,
terus buat jaringan seperti yang ada dibawah ini:
Konfigurasi
Router0:
Router>ena
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add
172.16.10.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line
protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add
172.16.5.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
Serial2/0, changed state to down
Router(config-if)#clock rate
64000
Router(config-if)#exit
Router(config)#
%LINK-5-CHANGED: Interface
Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line
protocol on Interface Serial2/0, changed state to up
Router(config)#ip route
192.168.0.0 255.255.252.0 ser2/0
Router(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#ip route
172.16.1.0 255.255.255.0 ser2/0
Router(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Router#copy ru
Router#copy running-config st
Router#copy running-config
startup-config
Destination filename
[startup-config]?
Building configuration...
[OK]
Konfigurasi
Router1:
Router>ena
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add
172.16.1.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line
protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add
172.16.5.2 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line
protocol on Interface Serial2/0, changed state to up
Router(config)#int ser3/0
Router(config-if)#ip add
192.168.1.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
Serial3/0, changed state to down
Router(config-if)#clock rate
64000
Router(config-if)#exit
Router(config)#
%LINK-5-CHANGED: Interface
Serial3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line
protocol on Interface Serial3/0, changed state to up
Router(config)#ip route
172.16.10.0 255.255.255.0 ser2/0
Router(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#ip route
192.168.2.0 255.255.255.0 ser3/0
Router(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Router#
Konfigurasi
Router2:
Router>ena
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add
192.168.2.1 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line
protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add
192.168.1.2 255.255.255.0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface
Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line
protocol on Interface Serial2/0, changed state to up
Router(config)#ip route
172.16.0.0 255.255.240.0 ser2/0
Router(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Router#
Setelah semua router sudah
dikonfigurasi, setting IP address pada masing-masing PC
PC0
PC0
IP Address: 172.16.10.x ("x"
diisi angka terserah yang penting antara 2-254)
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.10.1
PC1
IP Address: 172.16.1.x ("x"
diisi angka terserah yang penting antara 2-254)
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.1.1
PC2
IP
Address: 192.168.2.x ("x" diisi angka terserah yang
penting antara 2-254)
Subnet
Mask: 255.255.255.0
Default
Gateway: 192.168.2.1
Terakhir
cek ping ke IP address PC lain dengan Command Prompt.