Add Node Results: Node name: Nodename Node IP: NodeIP Config Node status: Success Config NMA status: Fail
This issue occurs when the secondary node is in a different location, and they are connected via an L2 link.
To identify the issue, use the Iperf tool. By default, Iperf is not installed in Junos space. It must be installed manually with help from the rpm file. The rpm file can be downloaded using the below link:
# rpm -i iperf-2.0.13-1.el7.x86_64.rpm
# iptables -A INPUT -p tcp --dport 5001 -j ACCEPT
# iperf -s
# iperf -c <server_IP> // server_IP will be Secondary Server eth0 IP.
# iperf -c <secondary node IP>
------------------------------------------------------------
Client connecting to X.X.X.X, TCP port 5001
TCP window size: 85.3 KByte (default)
[ 3] local Y.Y.Y.Y port 58708 connected with X.X.X.X port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.1 sec 150 KBytes 122 Kbits/sec
As per the above output, the bandwidth from the primary to the secondary node is 122Kbps, it should be minimum 100Mbps.Note: Sometimes, the bandwidth from Secondary to Primary and from primary to secondary will be different due to the MTU issue.