To enable the ConfigChange event:
-
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 EnableConfigChange parameter to TRUE and accept or modify the values of the OITrapAdapterHost and the OITrapAdapterPort parameters.
-
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
-
Go to the BASEDIR/smarts/bin directory in the Service Assurance Manager installation area and type the following command to open the trap_mgr.conf file:
sm_edit conf/icoi/trap_mgr.conf
-
Uncomment the following notification definition (shown uncommented) to enable the Adapter Platform to transform ConfigChange traps into ConfigChange notifications:
# Cisco Configuration change Traps # ------------------------------------ BEGIN_TRAP .1.3.6.1.4.1.9.5 6 9 ClassName: SNMPTrap InstanceName: $SYS$ EventName: ConfigChange Severity: 3 EventText: sysConfigChangeInfo = $V2$ | sysConfigChangeTime = $V1$ Expiration: 600 State: NOTIFY EventType: DURABLE END_TRAP
-
Save and close the file.
The modified version of the trap_mgr.conf file is saved to the BASEDIR/smarts/local/conf/icoi directory.
-
If the Adapter Platform was running before you edited the trap_mgr.conf file, restart the Adapter Platform.
The Service Assurance Manager Adapter Platform User Guide provides detailed procedures for configuring the Adapter Platform and the SNMP Trap Adapter.