Contoh Konfig Port Access, Trunk, dan Hybrid

 

1. Contoh konfigurasi port switch untuk komputer

 !  

Interface Ethernet1/0/16
 description Port Untuk Komputer
 switchport access vlan 12
 switchport mode access
!

2. Contoh konfigurasi port switch untuk Wireless


Interface Ethernet1/0/24
 description Port Untuk Wireless
 switchport mode hybrid
 switchport hybrid allowed vlan 10,11,12 tag
 switchport hybrid allowed vlan 9 untag
 switchport hybrid native vlan 9
!

3. Contoh konfigurasi port switch untuk trunk 

!
Interface Ethernet1/0/27
 description To_SwitchTRUNK
 switchport mode trunk
 switchport trunk allowed vlan 1-15
!

 

Post a Comment

0 Comments

MY POST

Contoh Konfig Port Access, Trunk, dan Hybrid