GNS3 LAB 3: Konfigurasi Static Routing Juniper

GNS3 LAB 3 : Konfigurasi Static Routing Juniper


Tapi sebelumnya maaf tutorial menambahkan router Juniper ke GNS3 belum dibuat, jadi postingan kali ini untuk arsip barangkali lupa, wkwkwk. Oke, jadi seperti ini topologinya ...


Pengalamatan IP Address

Router Jakarta
eth0 : 12.12.12.1/24
eth1 : 192.168.1.1/24

Router Semarang
eth0 : 12.12.12.2/24
eth1 : 23.23.23.2/24

Router Surabaya
eth1 : 23.23.23.3/24
eth2 : 192.168.2.1/24

Konfigurasi IP Address Router

Router Jakarta
root@%
root@% cli
root> configure
root# set system root-authentication plain-text-password
New password: hardiyan21
Retype new password: hardiyan21
root# set system host-name Jakarta
root@Jakarta# set interfaces em0 unit 0 family inet address 12.12.12.1/24
root@Jakarta# set interfaces em1 unit 0 family inet address 192.168.1.1/24 
root@Jakarta# commit
commit complete

[edit]

Router Semarang
root@%
root@% cli
root> configure
root# set system root-authentication plain-text-password
New password: hardiyan21
Retype new password: hardiyan21
root# set system host-name Semarang
root@Semarang# set interfaces em0 unit 0 family inet address 12.12.12.2/24
root@Semarang# set interfaces em1 unit 0 family inet address 23.23.23.2/24
root@Semarang# commit
commit complete

[edit]

Router Surabaya
root@%
root@% cli
root> configure
root# set system root-authentication plain-text-password
New password: hardiyan21
Retype new password: hardiyan21
root# set system host-name Surabaya
root@Surabaya# set interfaces em1 unit 0 family inet address 23.23.23.3/24
root@Surabaya# set interfaces em2 unit 0 family inet address 192.168.2.1/24 
root@Surabaya# commit
commit complete

[edit]
  

Konfigurasi IP Address PC

PC1
PC1> ip 192.168.1.2/24 192.168.1.1
Checking for duplicate address...
PC1 : 192.168.1.2 255.255.255.0 gateway 192.168.1.1

PC1> save
Saving startup configuration to startup.vpc
.  done
  
PC2
PC2> ip 192.168.2.2/24 192.168.2.1
Checking for duplicate address...
PC1 : 192.168.2.2 255.255.255.0 gateway 192.168.2.1

PC2> save
Saving startup configuration to startup.vpc
.  done

Konfigurasi Routing Router

Router Jakarta
root@Jakarta# set routing-options static route 23.23.23.0/24 next-hop 12.12.12.2
root@Jakarta# set routing-options static route 192.168.2.0/24 next-hop 12.12.12.2
root@Jakarta# commit
commit complete

[edit]

Router Semarang
root@Semarang# set routing-options static route 192.168.1.0/24 next-hop 12.12.12.1
root@Semarang# set routing-options static route 192.168.2.0/24 next-hop 23.23.23.3
root@Semarang# commit
commit complete

[edit]

Router Surabaya
root@Surabaya# set routing-options static route 12.12.12.0/24 next-hop 23.23.23.2
root@Surabaya# set routing-options static route 192.168.1.0/24 next-hop 23.23.23.2
root@Surabaya# commit                                                        
commit complete

[edit]

Hasil Uji Coba Koneksi [Sukses Terkoneksi !!!]

dari PC1 ke PC2


dari PC2 ke PC1


Oke, sekian dulu Semoga bisa bermanfaat ya ...

Belum ada tanggapan untuk "GNS3 LAB 3: Konfigurasi Static Routing Juniper"

Posting Komentar