GNS3 — GNS Network

Ghifari Nur
netSHOOT
Published in
2 min readDec 26, 2020

Membuat topologi jaringan pada awal pembelajaran sangat diperlukan sekali. kali ini, gua akan menjelaskan cara membuat topologi jaringan sederhana.

Yuk…simak artikel dibawah ini

Topologi Sederhana

Langkah pertama — Drag Device

Drag 1 switch dan 2 vpcs ke dalam workspace

Langkah kedua — Hubungkan Dengan Cable

Gunakan icon cable (seperti ular) disamping kiri (tool bar), sesuaikan interfacenya

Langkah ketiga — Beri IP Address

Nyalakan setiap VPCS, buka console, lalu masukkan IP Address

PC1

PC1> ip 10.1.1.3 255.255.255.0
Checking for duplicate address…
PC1 : 10.1.1.3 255.255.255.0

PC2

PC2> ip 10.1.1.4 255.255.255.0
Checking for duplicate address…
PC1 : 10.1.1.4 255.255.255.0

Langkah keempat — Lakukan PING

PC1

PC1> ping 10.1.1.3
10.1.1.3 icmp_seq=1 ttl=64 time=0.001 ms
10.1.1.3 icmp_seq=2 ttl=64 time=0.001 ms
10.1.1.3 icmp_seq=3 ttl=64 time=0.001 ms
10.1.1.3 icmp_seq=4 ttl=64 time=0.001 ms
10.1.1.3 icmp_seq=5 ttl=64 time=0.001 ms

PC2

PC2> ping 10.1.1.3
84 bytes from 10.1.1.3 icmp_seq=1 ttl=64 time=4.605 ms
84 bytes from 10.1.1.3 icmp_seq=2 ttl=64 time=2.484 ms
84 bytes from 10.1.1.3 icmp_seq=3 ttl=64 time=3.135 ms
84 bytes from 10.1.1.3 icmp_seq=4 ttl=64 time=3.483 ms
84 bytes from 10.1.1.3 icmp_seq=5 ttl=64 time=3.173 ms

--

--