SMARTS - 10.1.x
SMARTS - 2.x
TCSA -2.x
This behavior may have other causes, but is typically seen when the same IP address is configured on multiple devices where only one of the devices is in the Smarts IP topology.
A device may have multiple IP addresses (up to 10) on the SNMPAgentAddress list. If the IP address specified in the SNMPAgent attribute of the device stops responding to SNMP requests, the Smarts IP domain goes down the list specified in the SNMPAgentAddressList attribute until it finds an IP address that responds to SNMP polls. If the IP domain starts polling an IP address that is also configured on another device that is not in the Smarts IP topology, and that device starts replying to the SNMP polls, false alerts can be generated.
To determine if this is the issue, you need to enable tracing and run an sm_snmpwalk as described in the following step-by-step instructions. Enabling tracing for the device will allow you to find out which IP address is used to poll the device, while the sm_snmpwalk will allow you to determine if more than one device is configured with the same IP address. If you find that the same IP address is configured on more than one device, you will need to reconfigure the devices so that each IP is configured only on one device.
Step-by-step instructions
cd <BASEDIR>/smarts/bin/
./dmctl -s <IP_DM_NAME> invoke ICIP_SNMPAccessorInterface::DEVSTAT-SNMP-Poller setTrace ICIM_UnitaryComputerSystem::<device_name> TRUE
Sent 178 bytes to 192.168.15.18 port 161
" of the following message.$./dmctl -s <IP_DM_NAME> invoke ICIP_SNMPAccessorInterface::DEVSTAT-SNMP-Poller setTrace ICIM_UnitaryComputerSystem::<device_name> FALSE