码迷,mamicode.com
首页 > 系统相关 > 详细

Cisco Packet Tracert 之 生成树理解

时间:2015-04-09 20:10:57      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:connected   enabled   实验目的   服务器   should   

实验环境:

技术分享

 

实验目的:

1、简单描述生成树。

2、观察那一个交换机是属于根桥。

3、观察不是根桥的交换机,那个端口是被“阻塞”。

4、把服务器的端口设置为spanning-tree protfast。

5、把Switch1 设置为根桥;修改生成树的优先级,数字越少优先级越高。

操作步骤:

1、简单描述生成树。

答:默认的CISCO交换机启用生成树协议,并自动去计算根桥、该禁用那个端口等信息。

技术分享

2、观察那一个交换机是属于根桥。

技术分享

3、观察不是根桥的交换机,那个端口是被“阻塞”。

技术分享

4、把服务器的端口(fa0/4)设置为spanning-tree protfast。

CoreSW#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

CoreSW(config)#int fa0/4

 CoreSW(config-if)#spanning-tree portfast

%Warning: portfast should only be enabled on ports connected to a single

host. Connecting hubs, concentrators, switches, bridges, etc... to this

interface  when portfast is enabled, can cause temporary bridging loops.

Use with CAUTION

%Portfast has been configured on FastEthernet0/4 but will only

have effect when the interface is in a non-trunking mode.

 技术分享

设置protfast的原因如下:

默认情况下的交换机端口,在交换机启动后,由于 STP 的原因,端口至少需要 30秒后才能够为用户提供数据转发。

对于一个

连接了主机或服务器的端口,进行 STP 计算是毫无必要的,因为此类端口即使直接

转发数据,也不会造成环路,并且 30秒的时间对于需要立即传递数据的主机或服务器来说,是漫长的,因此,此类端口可以配置为跳过 STP 的计算。

 

5、把Switch1 设置为根桥;修改生成树的优先级,数字越少优先级越高。

Switch(config)#spanning-tree vlan 1 priority 4096

Switch(config)#exit

Switch#show spanning-tree 

VLAN0001

  Spanning tree enabled protocol ieee

  Root ID    Priority    4097

             Address     0090.214B.DA35

             This bridge is the root

             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    4097  (priority 4096 sys-id-ext 1)

             Address     0090.214B.DA35

             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

             Aging Time  20


Cisco Packet Tracert 之 生成树理解

标签:connected   enabled   实验目的   服务器   should   

原文地址:http://mingkang.blog.51cto.com/9678221/1630587

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!