我这里有几个Cisco 2960交换机,都是为RSTP配置的。
15.0(2)SE6
C2960-LANBASEK9-M
spanning-tree mode rapid-pvst拓扑结构如下:
S1 -- S2 -- S4
\ /
\__S3__/我更改了S3上的桥ID,使其成为根桥。
然后,我有以下调试输出:
Apr 7 12:25:27.173: RSTP(1): updt roles, received superior bpdu on Gi0/2
Apr 7 12:25:27.173: RSTP(1): Gi0/1 is now root port
Apr 7 12:25:27.173: RSTP(1): Gi0/2 blocked by re-root
Apr 7 12:25:27.173: RSTP(1): Gi0/2 is now designated
Apr 7 12:25:27.182: STP[1]: Generating TC trap for port GigabitEthernet0/1
Apr 7 12:25:27.182: RSTP(1): updt roles, received superior bpdu on Gi0/1
Apr 7 12:25:27.182: RSTP(1): we become the root bridge
Apr 7 12:25:27.182: RSTP(1): Gi0/1 is now designated
Apr 7 12:25:27.182: RSTP(1): transmitting a proposal on Gi0/2
Apr 7 12:25:27.190: RSTP(1): received an agreement on Gi0/2
Apr 7 12:25:27.199: STP[1]: Generating TC trap for port GigabitEthernet0/2在此日志中的哪一点上,RSTP进程已经完成,并将再次开始转发帧?我的想法是27.190秒,总共13毫秒。这个假设是正确的还是日志中的最后一行仍然是RSTP过程的一部分?
发布于 2016-04-22 14:26:15
我想你是想问一下开关什么时候汇合了。STP,包括RSTP` `是一个持续的过程。BPDU一直在发送和接收。
当G0/2在12:25:27.173成为指定端口时,您将开始在G0/2上转发,当G0/1在12:25:27.182成为指定端口时,您将开始在G0/1上转发--这意味着这些链接的另一端的交换机不会再阻塞几毫秒,这似乎是连接到G0/2的交换机的情况。
如果不查看其他交换机,您就无法判断它们何时都已收敛,这可能只需要比S3稍长一点。根据你所提供的,你无法判断他们什么时候都同意了。
https://networkengineering.stackexchange.com/questions/29856
复制相似问题