Mainos / Advertisement:

Ero sivun ”VTP/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: VTP)
 
(Ak: Uusi sivu: VTP (Vlan trunking protocol) is a handy feature when the number of network switches and vlans is high. Just make one vtp server and set the other switches as clients and vlans will...)
Rivi 2: Rivi 2:
  
 
<languages/>
 
<languages/>
VTP (Vlan trunking protocol) on kätevä ominaisuus kytkimissä kun niitä on paljon ja myös vlaneja on paljon. Tee yksi vtp serveri ja aseta muut kytkimet clienteiksi niin vlanit siirtyy automaattisesti.
+
VTP (Vlan trunking protocol) is a handy feature when the number of network switches and vlans is high. Just make one vtp server and set the other switches as clients and vlans will be transitioned automatically.
  
 
=== VTP-server ===
 
=== VTP-server ===

Versio 11. elokuuta 2015 kello 07.13

{{#allow-groups:user}}

Muut kielet:
English • ‎suomi

VTP (Vlan trunking protocol) is a handy feature when the number of network switches and vlans is high. Just make one vtp server and set the other switches as clients and vlans will be transitioned automatically.

VTP-server

sw-02(config)#vtp version 2
sw-02(config)#vtp mode server
sw-02(config)#vtp domain taitavakisaaja7
sw-02(config)#vtp password Qwerty123

VTP-client

sw-01(config)#vtp version 2
sw-01(config)#vtp mode client
sw-01(config)#vtp domain taitavakisaaja7
sw-01(config)#vtp password Qwerty123

Testaus

show vlan brief
show interface 0/1 switchport
show vtp status
Mainos / Advertisement: