我的 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
所以我的问题是:
- 当我执行“run show interfaces terse”时,它显示ae2已启动,它不应该关闭吗?该交换机中连接到ae2的端口通道也显示为UP。
- 如果我为 ae1 和 ae2 禁用 rstp 是否安全?
谢谢你。