Thanks for the responses thus far.
I've done some further experimenting in my lab. I've enable Implicit Primary-Backup MEP and the behaviour was as follows:
- VPN connected to primary gateway and received updated topology
- After topology update there are now two gateways under my site
- I can connect to them individually, however if I drop the connected gateway it does not automatically re-establish a connection to the secondary
- If I manually try to connect to the downed gateway it automatically establishes a VPN connection to the remaining gateway
All good thus far. Next step was to disable secondary connect in the trac_client_1.ttm file. Initially had a couple of issues due to bracket spacing (seems the parser is incredibly finicky, despite the vpn check_ttm command saying the file is OK). The following was observed:
- Upon successful connection to the primary gateway, the DR gateway was removed from my client
This was unexpected, as MEP and Secondary Connect are two seperate things. I know Secondary Connect leverages MEP, but there is no dependency on Secondary Connect from MEP's side. I don't know if this is expected behaviour?
Next step was to disable MEP by setting desktop_disable_mep to true via GUIDBEdit (strange that SK suggests GUIDBEdit when this also lives in the GUI?). Observations:
- This made zero difference from a client perspective. I expected it to change my client topology to just include the primary gateway, but it didn't
- When creating a new site, my client created both primary and secondary gateways
- Setting Secondary Connect to true or false (with MEP disabled as per above) made no difference in my outcome
So to summarise - to achieve most of my goal, based on my testing I only have to edit $FWDIR/conf/trac_client_1.ttm and set the :default value of enable_secondary_connect to false.
Unfortunately I will not be able to have the primary and secondary sites to be automatically created based on topology, as the only way this happens is with Secondary Connect enabled. Again, not sure if this is expected behaviour as it seems to me this should be done when MEP is enabled?
P.S. Testing was done on R81 Take 25