我们在一个机箱集群中有两个 SRX300 盒子。我已经为 WAN 通信配置了 RETH0 接口,并在第一个单元上分配了一个端口,在第二个单元上分配了一个端口。我已经为 LAN 通信设置了 reth1 接口,我想为每个单元分配两个端口用于 2x 交换机上行链路。用 reth1 配置的第二个端口似乎不起作用。
我已经使用以下配置对其进行了配置。端口 Ge-0/0/3 工作,但端口 Ge-0/0/5 不工作。我无法 ping 10.31.10.1。
reth1 {
redundant-ether-options {
redundancy-group 1;
}
unit 0 {
family inet {
address 10.31.10.1/24;
}
}
}
interfaces {
ge-0/0/3 {
gigether-options {
redundant-parent reth1;
}
}
interfaces {
ge-0/0/5 {
gigether-options {
redundant-parent reth1;
}
}