DEV Community

Farhan Roy
Farhan Roy

Posted on

Tutorial membuat VLAN di Packet Tracer

topologi

Vlan adalah pengelompokan LAN agar meningkatkan keamanan dan mengurangi latensi jaringan. Vlan ini diprogram menggunakan software di Switch.

Kemudian untuk masing-masing PC client harus di konfigurasi IP seperti dibawah ini :

  • PC 0 : ip address 192.168.1.2 subnet 255.255.255.0
  • PC 1 : ip address 192.168.1.3 subnet 255.255.255.0
  • PC 2 : ip address 192.168.1.4 subnet 255.255.255.0
  • PC 3 : ip address 192.168.1.5 subnet 255.255.255.0

setting ip static pc0

setting ip static pc1

setting ip static pc2

setting ip static pc3

Setelah di setting IP statis dari masing masing PC maka konfigurasi switch dengan menggunakan terminal.

Disini saya membuat 2 vlan dengan nama lab1 dan lab2

Membuat vlan di switch

Kemudian setting juga di ethernet switch nya setiap port dengan vlan sesuai keinginan disini saya port fast ethernet 0 dan 1 di vlan 1 dan sisanya di vlan 2

config vlan pc0

config vlan pc1

config vlan pc2 dan pc3

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay