深層分析華為交換機(jī)配置教程:靜態(tài)和VTP管理域
深層分析華為交換機(jī)配置教程:靜態(tài)和VTP管理域,如何選擇合適的華為交換機(jī)配置教程,讓我們用下面的詳細(xì)實(shí)例說話吧。下面的幾條華為交換機(jī)配置教程實(shí)例都是經(jīng)過遇到的,由高手經(jīng)過實(shí)踐得出的數(shù)據(jù),保證讓你得到提高。
華為交換機(jī)配置教程在基于IOS的交換機(jī)上配置靜態(tài)VLAN:
switch# vlan database
switch(vlan)# vlan vlan-num name vla
switch(vlan)# exit
switch# configure teriminal
switch(config)# interface interface module/number
switch(config-if)# switchport mode access
switch(config-if)# switchport access vlan vlan-num
switch(config-if)# end
華為交換機(jī)配置教程在基于CLI的交換機(jī)上配置靜態(tài)VLAN:
switch(enable) set vlan vlan-num [name name]
switch(enable) set vlan vlan-num mod-num/port-list
華為交換機(jī)配置教程在基于IOS的交換機(jī)上配置VLAN中繼線:
switch(config)# interface interface mod/port
switch(config-if)# switchport mode trunk
switch(config-if)# switchport trunk encapsulation {isl|dotlq}
switch(config-if)# switchport trunk allowed vlan remove vlan-list
switch(config-if)# switchport trunk allowed vlan add vlan-list
華為交換機(jī)配置教程在基于CLI的交換機(jī)上配置VLAN中繼線:
switch(enable) set trunk module/port [on|off|desirable|auto|nonegotiate]
Vlan-range [isl|dotlq|dotl0|lane|negotiate]
華為交換機(jī)配置教程在基于IOS的交換機(jī)上配置VTP管理域:
switch# vlan database
switch(vlan)# vtp domain domain-name
華為交換機(jī)配置教程在基于CLI的交換機(jī)上配置VTP管理域:
switch(enable) set vtp [domain domain-name]
華為交換機(jī)配置教程在基于IOS的交換機(jī)上配置VTP 模式:
switch# vlan database
switch(vlan)# vtp domain domain-name
switch(vlan)# vtp {sever|cilent|transparent}
switch(vlan)# vtp password password
華為交換機(jī)配置教程在基于CLI的交換機(jī)上配置VTP 模式:
switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password]
華為交換機(jī)配置教程在基于IOS的交換機(jī)上配置VTP版本:
switch# vlan database
switch(vlan)# vtp v2-mode
華為交換機(jī)配置教程在基于CLI的交換機(jī)上配置VTP版本:
switch(enable) set vtp v2 enable