This article explains about the steps to disable config pulls on Smarts Network Configuration Manager (Smarts NCM) trap events
Environment
NCM 10.1.X
Resolution
To disable config pulls on Smarts NCM trap events, you need to make modifications to the trap XML configuration files on the device server. Use the following steps as a guide to make the changes you need:
Log into your device server and navigate to the followng:
$VOYENCE_HOME/package/pkgxml/<device folder>
Locate the files that have the following name format: <name>Trap.xml
Open the <name>Trap.xml file and find the line that reads as follows: <PullConfig>1</PullConfig>
Change this line to the following: <PullConfig>0</PullConfig>
Save and close the file.
Restart the device server services with the service vcmaster restart command.
Additional Information
As an example. If you wanted to stop generic devices from having their configs pulled when a trap comes in, you would do the following:
Log into your device server and navigate to $VOYENCE_HOME/package/pkgxml/GenericDevice.
Locate the files that have the following name format GenericDeviceTrap.xml.
Open the <name>Trap.xml file and change the line that reads <PullConfig>1</PullConfig> to <PullConfig>0</PullConfig>.
Save the changes, exit the file, and restart the device server services with service vcmaster restart.