DX NetOps Performance Management provides a method where the discovered devices can be set to use different Device Type assignments than the product uses by default.
We Override the Device Types and Context Types by editing the DeviceTypes.xml file on the Data Aggregator.
If this isn't working as expected we can enable debug to track the messaging for the function in search of a cause.
All supported DX NetOps Performance Management releases
To enable this debug complete the following depending on the release being utilized.
log4j.logger.com.ca.im.dm.certs.snmp.DeviceTypeServiceImpl=DEBUG,DiscoveryLog
log4j.logger.com.ca.im.dm.certs.snmp.SNMPDeviceServicesFunction=DEBUG,DiscoveryLog
log4j2.logger.DeviceTypeServiceImpl.name = com.ca.im.dm.certs.snmp.DeviceTypeServiceImpl log4j2.logger.DeviceTypeServiceImpl.level = DEBUG log4j2.logger.DeviceTypeServiceImpl.additivity = false log4j2.logger.DeviceTypeServiceImpl.appenderRef.DiscoveryLog.ref = DiscoveryLog log4j2.logger.SNMPDeviceServicesFunction.name = com.ca.im.dm.certs.snmp.SNMPDeviceServicesFunction log4j2.logger.SNMPDeviceServicesFunction.level = DEBUG log4j2.logger.SNMPDeviceServicesFunction.additivity = false log4j2.logger.SNMPDeviceServicesFunction.appenderRef.DiscoveryLog.ref = DiscoveryLog
This is debug that was first introduced in the GA r3.6 release and the r3.5 April Monthly Update kit release.