To enable IPSec tunnel discovery and short discovery:
-
Go to the BASEDIR/smarts/bin directory in the IP Manager installation area and type the following command to open the tpmgr-param.conf file:
sm_edit conf/discovery/tpmgr-param.conf
-
Set the following parameter to TRUE:
EnableIPSecDiscovery TRUE
-
Save and close the file.
The modified version of the tpmgr-param.conf file is saved to the BASEDIR/smarts/local/conf/discovery directory.
-
Issue the following command from BASEDIR/smarts/bin to make your changes to the tpmgr-param.conf file take effect:
sm_tpmgr -s <IP Manager instance name> --load-conf=tpmgr-param.conf
-
Type the following command from BASEDIR/smarts/bin to open the discovery.conf file:
sm_edit conf/discovery/discovery.conf
-
Set the following parameter to TRUE:
autoReprobe_short TRUE
-
Save and close the file.
The modified version of the discovery.conf file is saved to the BASEDIR/smarts/local/conf/discovery directory.
-
Issue the following command from BASEDIR/smarts/bin to make your changes to the discovery.conf file take effect:
sm_tpmgr -s <IP Manager instance name> --load-conf=discovery.conf
The VMware Smart Assurance IP Manager Concepts Guide describes IPSec tunnel discovery and short discovery.
Also, if you have not already done so, consult “Setting SM_LOGICALCONNECTIONDOWN” on page 35 and set SM_LOGICALCONNECTIONDOWN to DISABLED in the runcmd_env.sh file.