There is something about routing to the vxlan interface from the standby. Oddly, the standby member can ping both active/standby on the other side. But it cannot ping the management server (10.10.171.4):
In this case, FW2 at Site 2 (in standby) is trying to reach a CP MGMT box on the other side via ping.
FW2 at Site 2 is responding with ICMP unreachable from the IP of its member on the Clustered VxLan interface.
[Expert@cp-fw2-site2:0]# ifconfig vxlan7
vxlan7 Link encap:Ethernet HWaddr 0E:61:40:26:DB:26
inet addr:172.31.0.6 Bcast:172.31.0.7 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:8000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:81240 (79.3 KiB)
[Expert@cp-fw2-site2:0]# ip r g 10.10.171.4
10.10.171.4 via 172.31.0.1 dev vxlan7 src 172.31.0.6
cache
[Expert@cp-fw2-site2:0]# ping -c 1 172.31.0.6
PING 172.31.0.6 (172.31.0.6) 56(84) bytes of data.
64 bytes from 172.31.0.6: icmp_seq=1 ttl=64 time=0.079 ms
--- 172.31.0.6 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.079/0.079/0.079/0.000 ms
[Expert@cp-fw2-site2:0]# ping 10.10.171.4
PING 10.10.171.4 (10.10.171.4) 56(84) bytes of data.
From 172.31.0.6 icmp_seq=1 Destination Host Unreachable
Whereas everyone else on-net with fw2-site2 (but using fw1 as its active and owns the default gateway vip) CANNOT ping the standby gateway on the other side; but can the mgmt server