Hi all, I’m trying to lab out a solution and am stuck…
All devices running AOS 8.9.0.0.
I have a 7010 controller happily talking to an MM at the “Datacenter” side of things. This controller has a public IP.
I have a 7010 controller at a remote site, with a public IP.
Hub & Spoke is enabled on the datacenter controller, with it configured as a Hub. Connection mode is “Manual”, and a have the MAC address of the remote controller entered, using the Factory Cert.
On the remote controller, during initial CLI setup, I configured as follows:
Enter IP type to terminate IPSec tunnel or secured websocket connection (ipv4|ipv6) [ipv4]:
Enter Conductor switch IP address/FQDN or ACP IP address/FQDN: 172.17.100.209
Enter Conductor switch Type? (MM|ACP) [MM]:
Is this a VPN concentrator for managed device to reach Conductor switch (yes|no) [no]:
This device connects to Conductor switch via VPN concentrator (yes|no) [no]: yes
Enter VPN concentrator IP address or FQDN:
VPN concentrator Authentication method (FactoryCert|PSKwithMAC) [FactoryCert]:
Enter VPN concentrator MAC address:
At this point, the tunnel IS established between the controllers; I can ping each controller from the other, SSH to each controller from the other, etc.
However, I am seeing odd behavior on the MM. I see this entry occurring in the MM event log:
Oct 20 10:17:58 2021 fpapps[5613]: <399838> <5616> |fpapps| switchIpStaticIpsecAddrCfg: Duplicate add of existing ipsec route 10.1.101.1/255.255.255.255 -> default-local-conductor-ipsecmap-20:4c:03:56:9d:62 cost 20
So the route is not being installed to allow the MM to talk all the way through to the remote controller.
The weird thing is if I manually add a static route (ip route 10.1.101.1 255.255.255.255 172.17.4.44), that route never populates in the routing table. For that matter, ANY static route I add to the MM never populates in the routing table.
Any thoughts here? Thank you!