我在 Packet Tracer 中配置了一个带有 5 个交换机的网络并将它们连接在一起。然后,我配置了一个优先级为0,想看看选举根桥是如何生效的。
Switch(config)#spanning-tree vlan 1 priority 0
Switch#show spanning-tree vlan 1
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 1
Address 0060.47A2.34E8
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 1 (priority 0 sys-id-ext 1)
Address 0060.47A2.34E8
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 LRN 19 128.1 P2p
Fa0/3 Desg FWD 19 128.3 P2p
Fa0/4 Desg FWD 19 128.4 P2p
Fa0/2 Desg FWD 19 128.2 P2p
为什么我的优先级是 1 而不是 0?