cisco交换机命令大全(2)

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]

12.
在基于 IOS 的交换机上配置 VTP 版本 :
switch# vlan database
switch(vlan)# vtp v2-mode
在基于 CLI 的交换机上配置 VTP 版本 :
switch(enable) set vtp v2 enable

13.
在基于 IOS 的交换机上启动 VTP 剪裁 :
switch# vlan database
switch(vlan)# vtp pruning
在基于 CL I 的交换机上启动 VTP 剪裁 :
switch(enable) set vtp pruning enable

14.
在基于 IOS 的交换机上配置以太信道 :
switch(config-if)# port group group-number [distribution {source|destination}]
在基于 CLI 的交换机上配置以太信道 :
switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto}

15.
在基于 IOS 的交换机上调整根路径成本 :
switch(config-if)# spanning-tree [vlan vlan-list] cost cost
在基于 CLI 的交换机上调整根路径成本 :

switch(enable) set spantree portcost moudle/port cost
switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list]

16.
在基于 IOS 的交换机上调整端口 ID:
switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority
在基于 CLI 的交换机上调整端口 ID:
switch(enable) set spantree portpri {mldule/port}priority
switch(enable) set spantree portvlanpri {module/port}priority [vlans]

17.
在基于 IOS 的交换机上修改 STP 时钟 :
switch(config)# spanning-tree [vlan vlan-list] hello-time seconds
switch(config)# spanning-tree [vlan vlan-list] forward-time seconds
` switch(config)# spanning-tree [vlan vlan-list] max-age seconds
在基于 CLI 的交换机上修改 STP 时钟 :
switch(enable) set spantree hello interval[vlan]
switch(enable) set spantree fwddelay delay [vlan]
switch(enable) set spantree maxage agingtiame[vlan]

18.
在基于 IOS 的交换机端口上启用或禁用 Port Fast 特征 :
switch(config-if)#spanning-tree portfast
在基于 CLI 的交换机端口上启用或禁用 Port Fast 特征 :
switch(enable) set spantree portfast {module/port}{enable|disable}

19.
在基于 IOS 的交换机端口上启用或禁用 UplinkFast 特征 :
switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second]
在基于 CLI 的交换机端口上启用或禁用 UplinkFast 特征 :
switch(enable) set spantree uplinkfast {enable|disable}[rate update-rate] [all-protocols off|on]

20.
为了将交换机配置成一个集群的命令交换机 , 首先要给管理接口分配一个 IP 地址 , 然后使用下列命令 : switch(config)# cluster enable cluster-name

你可能感兴趣的:(命令,Cisco,路由,休闲,交换机)