Chinaunix首页 | 论坛 | 博客
  • 博客访问: 587313
  • 博文数量: 805
  • 博客积分: 4000
  • 博客等级: 上校
  • 技术积分: 5000
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-17 14:22
文章分类

全部博文(805)

文章存档

2011年(1)

2008年(804)

我的朋友

分类:

2008-10-17 14:36:28


  故障现象
    笔者使用的一台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),解决了问题。
  
  排除心得
    这个问题估计越来越实际,因为现在终端比较普及,而终端机的启动仅需40s,如果网络方面不配合,估计连获取DHCP分配的IP地址都有问题;另外为了方便用户(callcenter),一般要求设置开机之后,自动登陆终端。所以在规划网络时最好选用支持端口portfast的交换机。
  
  
【责编:admin】

--------------------next---------------------

阅读(379) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~