ZULIKHWAN REPOSITORY
  • ZULIKHWAN REPOSITORY
  • Cisco Networking
    • Router
      • IP Route
      • Static Routing
      • RIP
      • OSPF
      • EIGRP
      • BGP
      • VLAN Routing
      • DHCP
      • ACL
      • VPN
      • CDP
    • Switch
      • VLAN
      • VTP
      • STP
      • PoE
      • EtherChannel
      • Link Aggregation
      • BPDU Guard
      • Port Security
      • CDP
  • DNS
  • VPN
    • TwinGate
  • Firewall
    • Firewall
      • Aliase
      • NAT
    • Services
      • DHCP Server
  • Linux
    • WSL
  • Windows
    • WSL
  • Mac
    • Shortcut Keys
  • Docker
  • Page
  • Interface
    • Twisted Pair Cable
  • Server
    • DNS Server
      • Bind9
      • Pi-hole
      • AdGuardHome
  • Code
    • Filament Laravel
Powered by GitBook
On this page
  1. Cisco Networking
  2. Switch

VTP

VTP (VLAN Trunking Protocol) adalah protokol yang digunakan dalam rangkaian Cisco untuk mengurus VLAN (Virtual Local Area Network) secara efisien.

Last updated 7 months ago

Mengaktifkan VTP

configure terminal
vtp domain [nama_domain]
vtp mode [server|client|transparent]
vtp password [kata_laluan]
vtp version [1|2|3]

VTP Server boleh mencipta, mengubah, dan memadam VLAN. Maklumat VLAN yang dikonfigurasi pada VTP Server akan disebarkan ke semua VTP Client dalam domain VTP yang sama.

VTP Client tidak boleh mencipta, mengubah, atau memadam VLAN. Sebaliknya, ia hanya menerima dan menyimpan maklumat VLAN yang disebarkan oleh VTP Server.

VTP Transparent, peranti tidak menyebarkan maklumat VLAN kepada peranti lain dalam domain VTP. Ia hanya berfungsi sebagai peranti yang "melalui" maklumat tanpa memprosesnya.

Periksa status VTP

show vtp status