We recently upgraded to Orion V9.0 and once we did that our traps that were triggered in the Advanced Alerting module started to send 255.255.255.255 as the nodes IP Address. This function was working before.
This is my Trap Template which was working before the upgrade. 11307.10.3 is the Problem OID.
1.3.6.1.2.1.1.3.0 0 Time Ticks SNMPv2-MIB:sysUpTime.0 = 0
1.3.6.1.6.3.1.1.4.3.0 1.3.6.1.4.1.11307 OID SNMPv2-MIB:snmpTrapEnterprise.0 = SolarWinds
1.3.6.1.6.3.1.1.4.1.0 1.3.6.1.4.1.11307.10 OID SNMPv2-MIB:snmpTrapOID.0 = SOLARWINDS-TRAPS
1.3.6.1.4.1.11307.10.1 ${AlertMessage} OID SOLARWINDS-TRAPS:AlertMessage
1.3.6.1.4.1.11307.10.2 ${NodeName} String SOLARWINDS-TRAPS:NodeName = ${NodeName}
1.3.6.1.4.1.11307.10.3 ${IP_Address} IP Address SOLARWINDS-TRAPS:NodeIP = ${IP_Address}
1.3.6.1.4.1.11307.10.4 ${SysName} String SOLARWINDS-TRAPS:NodeID = ${SysName}
1.3.6.1.4.1.11307.10.5 ${ObjectType} String SOLARWINDS-TRAPS:NetObjectName = ${ObjectType}
1.3.6.1.4.1.11307.10.6 ${NetObjectID} String SOLARWINDS-TRAPS:NetObjectType = ${NetObjectID}
1.3.6.1.4.1.11307.10.7 ${PropertyName} String SOLARWINDS-TRAPS:NetObjectID = ${PropertyName}
1.3.6.1.4.1.11307.10.8 ${PropertyValue} String SOLARWINDS-TRAPS:Property = ${PropertyValue}
1.3.6.1.4.1.11307.10.9 ${Status} String SOLARWINDS-TRAPS:PropertyValue = ${Status}
This is data returned within the Trap.
1.3.6.1.2.1.1.3.0 = 0
1.3.6.1.6.3.1.1.4.1.0 = 1.3.6.1.4.1.11307.10
1.3.6.1.4.1.11307.10.1 = 0.0
1.3.6.1.4.1.11307.10.2 = ETXTYWC6509-04
1.3.6.1.4.1.11307.10.3 = 255.255.255.255
1.3.6.1.4.1.11307.10.4 = ETXTYWC6509-04
1.3.6.1.4.1.11307.10.5 = ${ObjectType}
1.3.6.1.4.1.11307.10.6 = 289
1.3.6.1.4.1.11307.10.7 = ${PropertyName}
1.3.6.1.4.1.11307.10.8 = ${PropertyValue}
1.3.6.1.4.1.11307.10.9 = Up
I am using the IP_Address variable in automated email alerts from the Advanced Alerting Module and they work great.
Anyone else run into this issue? \
Daniel