smtp实验(生成树协议)
拓扑图
将四个交换机连在一起形成环路
为了解决环路问题,交换机会自动进行选举,选举出一个根桥,根桥交换机会决定一个最佳路径,然后将各个交换机端口设置为不同的端口角色,
使一些端口进入阻塞模式
选举 交换机会先去比较之间的优先值(cisco 交换机默认为32768) ,当优先值相同时比较mac地址,最小的为根桥
端口角色
根端口 在一个非根桥的交换机上离根桥最近的端口
已分配端口 在网络中可以转发流量的,除了根端口之外的所有端口
未分配端口 为防止形成环路而被置于阻塞状态下的所有端口
指定特定的交换机为根桥,修改交换机的优先值(这个值必须为4096的倍数或者0)
修改switch 1为根桥交换机
Switch(config)#spanning-tree vlan 1 priority 4096
查看 switch 1的stp信息
Switch#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 4097
Address 000B.BE7B.3BA6
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 4097
Address 000B.BE7B.3BA6
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 000B.BE7B.3BA6
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Address 000B.BE7B.3BA6
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/2 Desg FWD 19 128.2 P2p
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/2 Desg FWD 19 128.2 P2p