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/24root@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/24root@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/24root@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.1Checking 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.2root@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.1root@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.2root@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 ...
- GNS3 LAB 2: Konfigurasi Static Routing Mikrotik RouterOS
- GNS3 LAB 1: Mikrotik
- Superlab Mikrotik ( Lab 2 )
- Cara Install Mikrotik CHR di Qemu GNS3 Simulator
- Cara Install Mikrotik CHR di VirtualBox GNS3 Simulator
- Superlab Mikrotik ( LAB 1 )
- Pengertian Gns3, Installasi Gns3 , dan cara memasukan IOS Router pada GNS3
- Konfigurasi Dasar Juniper pada GNS3
- Tutorial juniper Router Dengan GNS3 Dan VirtualBox
- GNS3 LAB 10: Cisco NAT Overload
- GNS3 LAB 9: Recursive Next Hop Static Routing pada Mikrotik
- GNS3 LAB 8: MPLS Static Labeling pada Mikrotik
- GNS3 LAB 7: Membuat Virtual LAN di Mikrotik
- GNS3 LAB 6: Load Balance ECMP dan Failover Menggunakan Mikrotik
- GNS3 LAB 5: Konfigurasi Firewall NAT Mikrotik
- GNS3 LAB 4: Konfigurasi Routing OSPF dan DHCP Mikrotik
- GNS3 LAB 3: Konfigurasi Static Routing Juniper
Belum ada tanggapan untuk "GNS3 LAB 3: Konfigurasi Static Routing Juniper"
Posting Komentar