故障现象 笔者使用的一台CISCO 4006交换机的全局生成树状态如下: sh spantree summary MAC address redUCtion: disabled Root switch for vlans: none. Global loopguard is disabled on the switch. Global portfast is disabled on the switch. BPDU skewing detection disabled for the bridge. BPDU skewed for vlans: none. Portfast bpdu-guard disabled for bridge. Portfast bpdu-filter disabled for bridge. 现在想把某一个端口设为portfast,以节省初始化时间。因为使用终端,要求启动后马上连接到服务器,这个时间很短(不到1min),而等生成树收敛的时间肯定超出。所以有这个需求。但是,把一个端口设置portfast后,没有作用。还是要等一段时间网络才通(在一台cisco 2924交换机上设置后,马上有预期的效果)。后来把BPDUfilter也重启,再测试,还是没有效果。 4006交换机设置单个端口portfast和BPDUfilter后结果这样: sh spantree portfast 2/11 Portfast: Enable BPDU Filter: Enable BPDU Guard: Default Portfast BPDU guard is disabled. Portfast BPDU filter is disabled. 最后一行显示结果还是disabled(无效)。
诊断过程 笔者查阅相关资料,从cisco网站查到,开机延时来自以下4个因素: Spanning-Tree PRotocol (STP) EtherChannel negotiation Trunking negotiation Link speed/duplex negotiation between the switch and the workstation 于是笔者把trunk mode设为off(原先是auto),解决了问题。