探讨华为交换机配置手册中关于以太信道的重要性,在华为交换机配置手册的第一章里有关于“华为交换机配置手册在基于IOS的交换机上调整根路径成本”的讲解,本文摘自华为交换机配置手册上面的内容,
探讨华为交换机配置手册中有关以太信道的重要性
。方便大家对华为交换机配置手册这一问题做一个更专注的了解。华为交换机配置手册在基于IOS的交换机上启动VTP剪裁:
switch# vlan database
switch(vlan)# vtp pruning
在基于CL I 的交换机上启动VTP剪裁:
switch(enable) set vtp pruning enable
华为交换机配置手册在基于IOS的交换机上配置以太信道:
switch(config-if)# port group group-number
在基于CLI的交换机上配置以太信道:
switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto}
华为交换机配置手册在基于IOS的交换机上调整根路径成本:
switch(config-if)# spanning-tree cost cost
在基于CLI的交换机上调整根路径成本:
switch(enable) set spantree portcost moudle/port cost
switch(enable) set spantree portvlancost moudle/port
华为交换机配置手册在基于IOS的交换机上调整端口ID:
switch(config-if)# spanning-treeport-priority port-priority
在基于CLI的交换机上调整端口ID:
switch(enable) set spantree portpri {mldule/port}priority
switch(enable) set spantree portvlanpri {module/port}priority
华为交换机配置手册在基于IOS的交换机上修改STP时钟:
switch(config)# spanning-tree hello-time seconds
switch(config)# spanning-tree forward-time seconds
` switch(config)# spanning-tree max-age seconds
在基于CLI的交换机上修改STP时钟:
switch(enable) set spantree hello interval
switch(enable) set spantree fwddelay delay
switch(enable) set spantree maxage agingtiame
华为交换机配置手册在基于IOS的交换机端口上启用或禁用Port Fast 特征:
switch(config-if)#spanning-tree portfast
在基于CLI的交换机端口上启用或禁用Port Fast 特征:
switch(enable) set spantree portfast {module/port}{enable|disable}
华为交换机配置手册在基于IOS的交换机端口上启用或禁用UplinkFast 特征:
switch(config)# spanning-tree uplinkfast
在基于CLI的交换机端口上启用或禁用UplinkFast 特征:
switch(enable) set spantree uplinkfast {enable|disable}