探討華為交換機配置手冊中關于以太信道的重要性
探討華為交換機配置手冊中關于以太信道的重要性,在華為交換機配置手冊的***章里有關于“華為交換機配置手冊在基于IOS的交換機上調(diào)整根路徑成本”的講解,本文摘自華為交換機配置手冊上面的內(nèi)容。方便大家對華為交換機配置手冊這一問題做一個更專注的了解。
華為交換機配置手冊在基于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 [distribution {source|destination}]
在基于CLI的交換機上配置以太信道:
switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto}
華為交換機配置手冊在基于IOS的交換機上調(diào)整根路徑成本:
switch(config-if)# spanning-tree [vlan vlan-list] cost cost
在基于CLI的交換機上調(diào)整根路徑成本:
switch(enable) set spantree portcost moudle/port cost
switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list]
華為交換機配置手冊在基于IOS的交換機上調(diào)整端口ID:
switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority
在基于CLI的交換機上調(diào)整端口ID:
switch(enable) set spantree portpri {mldule/port}priority
switch(enable) set spantree portvlanpri {module/port}priority [vlans]
華為交換機配置手冊在基于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]
華為交換機配置手冊在基于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 [max-update-rate pkts-per-second]
在基于CLI的交換機端口上啟用或禁用UplinkFast 特征:
switch(enable) set spantree uplinkfast {enable|disable}[rate update-rate] [all-protocols off|on]