QFX3500 RTG 问题

网络工程 杜松
2022-02-09 17:05:03

我的 QFX3500 中有 2 个 ae 接口,我想使用 ae1 作为主要和 ae2 作为备份,这是我的

config :
 set protocols rstp interfaces ae1 disable
 set protocols rstp interfaces ae2 disable
 set ethernet-switching-options redundant-trunk-group group rtg1 interface ae1 primary
 set ethernet-switching-options redundant-trunk-group group rtg1 interface ae2
 set redundant-trunk-group group tg1 preempt-cutover-timer 60

这是 RTG 的输出:

run show redundant-trunk-group
Group      Interface   State       Time of last flap                      Flap
name                                                                      count

rtg1       ae1.0      Up/Pri/Act  Never                                      0
           ae2.0      Up          Never                                      0

所以我的问题是:

  1. 当我执行“run show interfaces terse”时,它显示ae2已启动,它不应该关闭吗?该交换机中连接到ae2的端口通道也显示为UP。
  2. 如果我为 ae1 和 ae2 禁用 rstp 是否安全?

谢谢你。

1个回答

您正确使用了冗余中继组,是的。两个界面都显示为UP是正常的。

要求您在 RTG 接口上禁用 RSTP并且您这样做的方式很好。RTG 不能与 xSTP 在同一接口上共存。不过,交换机上的其他端口可以继续运行 xSTP。