Discovery SNMP - APC UPS probe fetches the Model from the upsIdentModel OID, but then the sensor doesn't do anything with itDescriptionThe probe "SNMP - APC UPS" includes SNMP Fields for:upsIdentManufacturer oid="1.3.6.1.2.1.33.1.1.1"upsIdentName oid="1.3.6.1.2.1.33.1.1.5"upsIdentModel oid="1.3.6.1.2.1.33.1.1.2" The sensor is missing any code to do anything with those values, meaning the CI Model is not updated accurately. When common network cards, such as AP9630/AP9631 are used in the UPS, system OID 1.3.6.1.4.1.318.1.3.27 is returned ("smartUPS2"), for the APC Web/SNMP Management Card. In this situation, the upsIdentModel OID needs to be used instead. When the system OID is more specific, it's still not precise. For example 1.3.6.1.4.1.318.1.3.2.9 "smartUPS1000" is used for at least these variants of Smart-UPS 1000 models:APC Smart-UPS 1000APC Smart-UPS 1000 RMAPC Smart-UPS 1000 XL Using a OID record is not a workaround, due to them at best giving a family name.Steps to Reproduce Discover an APC SmartUPS device.The SNMP - APC UPS ecc_queue input payload will include data like these examples 1/<upsMIB oid="1.3.6.1.2.1.33"><upsObjects oid="1.3.6.1.2.1.33.1"><upsIdent oid="1.3.6.1.2.1.33.1.1"><upsIdentManufacturer oid="1.3.6.1.2.1.33.1.1.1" type="SnmpOctetString">APC</upsIdentManufacturer><upsIdentName oid="1.3.6.1.2.1.33.1.1.5" type="SnmpOctetString">APCUPS</upsIdentName><upsIdentModel oid="1.3.6.1.2.1.33.1.1.2" type="SnmpOctetString">Smart-UPS SRT 2200</upsIdentModel></upsIdent><upsOutput oid="1.3.6.1.2.1.33.1.4"><upsOutputNumLines oid="1.3.6.1.2.1.33.1.4.3" type="SnmpInt32">1</upsOutputNumLines></upsOutput></upsObjects></upsMIB> 2/<upsIdentManufacturer oid="1.3.6.1.2.1.33.1.1.1" type="SnmpOctetString">APC</upsIdentManufacturer><upsIdentModel oid="1.3.6.1.2.1.33.1.1.2" type="SnmpOctetString">Smart-UPS SRT 8000</upsIdentModel> 3/<upsIdentManufacturer oid="1.3.6.1.2.1.33.1.1.1" type="SnmpOctetString">APC</upsIdentManufacturer> <upsIdentModel oid="1.3.6.1.2.1.33.1.1.2" type="SnmpOctetString">Smart-UPS 1500</upsIdentModel> Actual behaviour:The SNMP - APC UPS does nothing with these values.The CI will be created with the generic model name entered in a OID record, which is more than likely going to be a network card OID, or OID used for a whole family of models. Without an OID, model is set as "Unknown". Expected bahviour:As we have the data, we should populate the CIs model field with it.WorkaroundThis problem has no workaround, is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.Related Problem: PRB1684730