In some instances the SEPM collector will return the device_ip field as a hexidecimal value rather than the expected dotted octet format. For example:
device_ip: 0a000001 device_name: HSTNM0001
Rather than
device_ip: 10.0.0.1 device_name: HSTNM0001
device_ip: 0a000001 device_name: HSTNM0001
This is the result of the collector mapping the wrong field to the device_ip data column.
This issue will be addressed in the next ICDx release.