Disabling automatic topology synchronization
By default, the
MPLS Topology Server
automatically imports topology whenever IP Availability Manager
completes a discovery cycle.You can edit the mpls.conf file and disable this behavior. The line to be edited is:
# StopAutoAMSync = TRUE
To disable automatic topology synchronization with
IP Availability Manager
:- Go to the BASEDIR/smarts/bin directory in theMPLS Management Suiteinstallation area and type the following command to open the mpls.conf file:sm_edit conf/mpls-t/mpls.conf
- Find the section,Discovery options, and then find the following line:# StopAutoAMSync = TRUE
- Uncomment the line by removing the # character.
- Save and close the file.The modified version of the mpls.conf file is saved to the BASEDIR/smarts/local/conf/mpls-t directory.
- If theMPLS Topology Serverwas running before you edited the mpls.conf file, restart theMPLS Topology Server.