Tugas Konfigurasi Intervlan

Tugas Konfigurasi Intervlan 


NAME    : ERIYANTO
NIM        : 12200119



  • Konfigurasi Router
config sub interface yang di gunakan sebagai gateway antar vlan

Router#sh running-config | s FastEthernet0/0.10

interface FastEthernet0/0.10

description VLAN 10

encapsulation dot1Q 10

ip address 172.17.0.1 255.255.255.0


Router#sh running-config | s FastEthernet0/1.20

interface FastEthernet0/1.20

description VLAN 20

encapsulation dot1Q 20

ip address 172.17.30.1 255.255.255.0

Router#


  • Konfigurasi Switch
Create Vlan di switch

Switch#sh vlan id 10


VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

10 VLAN0010 active Fa0/3


VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

10 enet 100010 1500 - - - - - 0 0


Switch#sh vlan id 20


VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

20 VLAN0020 active Fa0/4


VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

20 enet 100020 1500 - - - - - 0 0


Switch#


kemudian configurasi access dan trunk di interface


Switch#sh run | section interface FastEthernet

interface FastEthernet0/1

switchport mode trunk

interface FastEthernet0/2

switchport mode trunk

interface FastEthernet0/3

switchport access vlan 10

switchport mode access

interface FastEthernet0/4

switchport access vlan 20

switchport mode access


  • Setting IP address di PC
PC 1


PC 2


  • Test PING antar PC
PC 1 to PC 2


PC 2 to PC 1


Hasil ping success....


Komentar

Postingan populer dari blog ini

Peranan TIK dalam bidang Industri

Point To Point (PTP)

Menghubungkan Router dengan Cloud di GNS3