Example :
Routing Table :
Configuration :
Packet Tracer v5.3
Sebelumnya saya minta maaf, karena configure routernya dalam bentuk "sh run", karena saya agak malas untuk mengetik command route static di 4 router, mungkin kalau route rip akan saya tulis...
disini saya menggunakan router 2811 yg sudah saya modifikasi "saya menggunakan module NM-4E & WIC-2T", untuk memodifikasi router 2811, terlebih dahulu matikan powernya "klick router>physical>klick tombol power", lalu drag module yg mau ditambahkan ke router, setelah selesai hidupkan kembali routernya...
disini saya menggunakan router 2811 yg sudah saya modifikasi "saya menggunakan module NM-4E & WIC-2T", untuk memodifikasi router 2811, terlebih dahulu matikan powernya "klick router>physical>klick tombol power", lalu drag module yg mau ditambahkan ke router, setelah selesai hidupkan kembali routernya...
Karena saya configurenya dalam bentuk sh run, jadi semua command dibawah dapat lsng anda copy ke running-config router, tetapi anda harus menyesuaikan module router anda dengan router saya...
bagi anda yg malas configure router, dapat lsng mendownload template router saya disini, setelah selesai download pindahkan file ke "c:\Program Files\Cisco Packet Tracer 5.3\templates\", kemudian restart packet tracer, di pojok kiri pilih custom made devices>lalu pilih router 2811 modified...
bagi anda yg malas configure router, dapat lsng mendownload template router saya disini, setelah selesai download pindahkan file ke "c:\Program Files\Cisco Packet Tracer 5.3\templates\", kemudian restart packet tracer, di pojok kiri pilih custom made devices>lalu pilih router 2811 modified...
Setelah setting router selesai, copy command dan save dalam format .txt, lalu klick routernya>config>lalu pilih merge/load "merge untuk menyimpan configurasi sementara, command akan hilang jika router di restart, sedangkan load untuk menyimpan configurasi permanen, command akan muncul setelah router di reload"
Jakarta :
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Jakarta
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.0.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 172.16.0.2
ip route 172.16.1.0 255.255.255.0 172.16.0.2
ip route 192.168.2.0 255.255.255.0 172.16.0.2
ip route 192.168.3.0 255.255.255.0 172.16.0.2
ip route 172.16.2.0 255.255.255.0 172.16.0.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Jakarta
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.0.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 172.16.0.2
ip route 172.16.1.0 255.255.255.0 172.16.0.2
ip route 192.168.2.0 255.255.255.0 172.16.0.2
ip route 192.168.3.0 255.255.255.0 172.16.0.2
ip route 172.16.2.0 255.255.255.0 172.16.0.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Bandung :
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Bandung
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.0.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
ip address 172.16.1.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.0.0 255.255.255.0 172.16.0.1
ip route 192.168.2.0 255.255.255.0 172.16.1.2
ip route 192.168.3.0 255.255.255.0 172.16.1.2
ip route 172.16.2.0 255.255.255.0 172.16.1.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Bandung
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.0.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
ip address 172.16.1.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.0.0 255.255.255.0 172.16.0.1
ip route 192.168.2.0 255.255.255.0 172.16.1.2
ip route 192.168.3.0 255.255.255.0 172.16.1.2
ip route 172.16.2.0 255.255.255.0 172.16.1.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Semarang :
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Semarang
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.1.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
ip address 172.16.2.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.0.0 255.255.255.0 172.16.1.1
ip route 192.168.1.0 255.255.255.0 172.16.1.1
ip route 172.16.0.0 255.255.255.0 172.16.1.1
ip route 192.168.3.0 255.255.255.0 172.16.2.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Semarang
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.1.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
ip address 172.16.2.1 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.0.0 255.255.255.0 172.16.1.1
ip route 192.168.1.0 255.255.255.0 172.16.1.1
ip route 172.16.0.0 255.255.255.0 172.16.1.1
ip route 192.168.3.0 255.255.255.0 172.16.2.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Surabaya :
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Surabaya
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.2.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.2.0 255.255.255.0 172.16.2.1
ip route 172.16.1.0 255.255.255.0 172.16.2.1
ip route 192.168.0.0 255.255.255.0 172.16.2.1
ip route 192.168.1.0 255.255.255.0 172.16.2.1
ip route 172.16.0.0 255.255.255.0 172.16.2.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Surabaya
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.2.2 255.255.255.0
clock rate 9600
no shutdown
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
shutdown
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.2.0 255.255.255.0 172.16.2.1
ip route 172.16.1.0 255.255.255.0 172.16.2.1
ip route 192.168.0.0 255.255.255.0 172.16.2.1
ip route 192.168.1.0 255.255.255.0 172.16.2.1
ip route 172.16.0.0 255.255.255.0 172.16.2.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end