switch(enable) set port speed moudle/number {4|16|auto}
7.在基于 IOS 的交换机上设置以太网的链路模式:
switch(cong-if)# duplex {auto|full|half}
在基于 CLI 的交换机上设置以太网的链路模式:
switch(enable) set port duplex module/number {full|half}
8.在基于 IOS 的交换机上配置静态 VLAN:
switch# vlan database
switch(vlan)# vlan vlan-num name vla
switch(vlan)# exit
switch# congure teriminal
switch(cong)# interface interface module/number
switch(cong-if)# switchport mode access
switch(cong-if)# switchport access vlan vlan-num
switch(cong-if)# end
在基于 CLI 的交换机上配置静态 VLAN:
switch(enable) set vlan vlan-num [name name]
switch(enable) set vlan vlan-num mod-num/port-list
9. 在基于 IOS 的交换机上配置 VLAN 中继线:
switch(cong)# interface interface mod/port
switch(cong-if)# switchport mode trunk
switch(cong-if)# switchport trunk encapsulation {isl|dotlq}
switch(cong-if)# switchport trunk allowed vlan remove vlan-list
switch(cong-if)# switchport trunk allowed vlan add vlan-list
在基于 CLI 的交换机上配置 VLAN 中继线:
switch(enable) set trunk module/port [on|o;|desirable|auto|nonegotiate]
Vlan-range [isl|dotlq|dotl0|lane|negotiate]
10.在基于 IOS 的交换机上配置 VTP 管理域:
switch# vlan database
switch(vlan)# vtp domain domain-name
在基于 CLI 的交换机上配置 VTP 管理域:
switch(enable) set vtp [domain domain-name]
11.在基于 IOS 的交换机上配置 VTP 模式:
switch# vlan database
switch(vlan)# vtp domain domain-name
switch(vlan)# vtp {sever|cilent|transparent}
switch(vlan)# vtp password password
在基于 CLI 的交换机上配置 VTP 模式:
switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }]
[password password]