This article covers the use-case where devices are associated with a different IP address when the Management IP address is classified as Virtual IP.
Smarts 10.1.X
Properties obtained from the command: dmctl -s <AMPM Domain> get IP :: <Insert the IP Address instance here>
IP-X.X.X.X
HostedBy =
MonitoringEnabled = TRUE
IsManaged = FALSE
PartOf = { HSRPGroup::HSRP-GROUP-X.X.X.X }
Underlying = { }
IP-Y.Y.Y.Y
HostedBy = DeviceClass::Device_Name
MonitoringEnabled = TRUE
IsManaged = TRUE
PartOf = { }
Underlying = { SNMPAgent::SNMPAgent-Device_Name }
/* Now the device can have an virtual IP address that is actually part of another device. */
/* So we just check if this device does have an underlying relationship with HSRPGroup. */
/* If NO, then we just skip this step of disassociating the IP address from the device. */
.....
.....
.....
/* If a device was discovered using a virtual IP then
change the AgentAddress of the SNMPAgent with a non-virtual IP */
[March 25, 2025 at 2:28:56 PM GMT +101ms] t@683992832 Discovery #2ASL_MSG-*-ASLP-discovery/ic-end-virtualip.asl: disassociate IP: X.X.X.X from: SNMPAgent-Device_Name[March 25, 2025 at 2:28:52 PM GMT +219ms] t@683992832 Discovery #2ASL_MSG-*-ASLP-discovery/ic-ip-address.asl: IP list 1: Associate IP: Y.Y.Y.Y with SNMPAgent-Device_NamePlease check with the device administration team if the IP address: X.X.X.X should be classified under HSRP Group, and evaluate the existence of the IP address X.X.X.X on the HSRPMIB ciscoHsrpMIB (.1.3.6.1.4.1.9.9.106)
The Management IP Address should not be configured to belong to any HSRP or VRRP groups, and hence need to be configured correctly on the device end.