To enable the ConfigChange event:

  1. 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
                
  2. Set the EnableConfigChange parameter to TRUE and accept or modify the values of the OITrapAdapterHost and the OITrapAdapterPort parameters.

  3. Save and close the file.

    The modified version of the tpmgr-param.conf file is saved to the BASEDIR/smarts/local/conf/discovery directory.

  4. 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
                
  5. 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
                
  6. 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
    
  7. Save and close the file.

    The modified version of the trap_mgr.conf file is saved to the BASEDIR/smarts/local/conf/icoi directory.

  8. 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.