Hi,
I hope somebody can help me with this setup.
There is a cluster of two srx345 and two non-stackable switches.For redudancy, each SRX node must be connected to each switch.The current configuration does not work. How to make it work correctly?
ge-0/0/6 {
gigether-options {
redundant-parent reth6;
}
}
ge-0/0/7 {
gigether-options {
redundant-parent reth6;
}
}
ge-5/0/6 {
gigether-options {
redundant-parent reth6;
}
}
ge-5/0/7 {
gigether-options {
redundant-parent reth6;
}
}
fab0 {
fabric-options {
member-interfaces {
ge-0/0/2;
}
}
}
fab1 {
fabric-options {
member-interfaces {
ge-5/0/2;
}
}
}
reth6 {
description switch-trunk;
vlan-tagging;
redundant-ether-options {
redundancy-group 1;
}
unit 2 {
vlan-id 2;
family inet {
address 192.168.2.1/24;
}
}
unit 4 {
vlan-id 4;
family inet {
address 192.168.4.1/24;
}
}
}