transparent目的是為了讓遠端將交換器能夠設定vtp伺服器的交換器 透過屬於vlan的交換器來接收vlan資料庫

伺服器及透通模式 儲存在nvram中   client端 不儲存在nvram中




server client transparent 模式的差異


                                                                   server    client      transparent

  

新增vlan                                                          y          n            y     

修改vlan                                                          y          n            y

刪除vlan                                                          y          n            y

發送設定給其他設備同步                             y          n            n

轉發設定給其他設備                                     y          y            y

同步其他設備的vlan                                      y          y            n

儲存到nvram                                                   y          n            y



設定trunk:

enable

password

configure terminal

interface ethernet 0/1

switchport trunk encapsulation dot1q(設定對port進行trunk而採用802.1q封裝)

switchport trunk encapsulation isl(設定對port進行trunk而採用isl封裝)

switchport mode trunk


設定vlan:

大部分的switch設備支援64個vlan 2950系列 可以支援250個vlan

config terminal

vlan 2

name vlan_2

interface fastethernet 0/1(將0/1的port接到valn2中)

switchport access vlan 2

show vlan

arrow
arrow
    全站熱搜

    taichenyu 發表在 痞客邦 留言(0) 人氣()