How do I disable config pulls on Smarts Network Configuration Manager (Smarts NCM) trap events?
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.