how exactly IPAM detect IP conflict on network?

Hi

i need clarification on how IPAM's IP conflict detection works,for sure.
i read these two article IP address conflicts and Resolve IP address conflicts with IPAM and UDT integration

my network has 15 network subnet range, i do not have DHCP and all device ip configuration are applied manually, solarwinds have one NIC, i do not fill MAC filed on IPAM. add two of my swiches to UDT.

for test i run two VM in two different hypervisors in two district switches with same IP address, nothing are showing on IPAM ip conflict section.

Parents
  • How does IPAM detect conflicts?

    IPAM primarily looks for differences in MAC addresses, from two distinct simultaneous scans for a single IP Address, within a subnet.

    Conflict Scenarios:

    SNMP versus SNMP Neighbor: This type of conflict will occur when there is a difference in MAC addresses retrieved from the ARP table of the configured device and SNMP OIDs during the subnet scan for a particular IP Address.

    SNMP versus DHCP: This type of conflict will occur when there is a difference in MAC fetched from SNMP OID and DHCP leases from DHCP Server, for a particular IP Address during a subnet scan.

    SNMP Neighbor versus DHCP: This type of conflict will occur when there is a difference in MAC addresses retrieved from ARP table of the configured device and DHCP leases from DHCP Server, for a particular IP Address during subnet scan.

    DHCP versus DHCP: A range of IP Addresses within a subnet may be managed by two DHCP servers. This type of conflict will occur when there is a difference in MAC addresses retrieved from two DHCP servers lease information for a particular IP Address during subnet scans.

    DHCP versus DHCP (Scope Overlap): A range of IP Addresses under a subnet may be managed by two DHCP servers. There are cases wherein a part of an IP Address range under one DHCP server would be managed by another DHCP

    server. In both instances, there is an overlap in scopes between two DHCP servers. This is considered a conflict

    IPAM reservation versus SNMP/DHCP/SNMP neighbor: There are situations where you reserve an IP Address under a subnet in IPAM that contains a MAC address for an internal reference. This type of conflict will occur when there is a difference in MAC addressees from either SNMP OIDs, or DHCP leases, or neighbor devices with reserved MAC addresses in IPAM , for a particular IP Address during a subnet scan.

    Note: l IP conflict occurs from a MAC comparison between snmp > ARP, snmp > snmp (rare), ARP > ARP, snmp > DHCP, ARP > DHCP. IPAM detects conflicts through the following:

     

    - If there is no DHCP server in your environment that IPAM is scanning, then two machines need to both support SNMP polls so that IPAM

    sees the MAC address on both devices.

    - If IPAM, during a scan, discovers two machines MAC address with identical IP, IPAM generates an event noting this discovery. 

     

    During subnet scans, MAC addresses obtained from SNMP, SNMP neighbor, and IPAM reservations are termed as Static entries and those

    obtained from DHCP servers are termed as Dynamic entries.

  • @ so one way to detect IP conflict is the VMs or devices must be add via SNMP to solarwind. i try to test this scenario.
    i add two linux node each with two NIC to solarwinds by SNMP. solarwinds detect NIC names IP and MAC addresses. as shown in below. i wait 1h for sure. no warning or event generate. i manually trigger subnet scan and wait 20min. the only event i fount was 
    "The scanning of '172.16.144.0 /24' started at 4/9/2024 11:42:52 PM has finished successfully. 107 IP(s) were found. The scan duration was '1.2' minutes."
    so in this scenario how ip conflict detection work or what i missed?

  • What you are showing here are interface details not IP Address Details.  Can you show me what is being showed via IP address Details?

Reply Children