1

We are testing IPAM for managing a relatively small network with 5 sites.

The main goal is actually managing the public IP address of each site.

We were able to create the "IP Address Block" for one of the public IP address ranges.

It supposedly scans it, and it only finds 1 public IP Address being used (out of about 8 that respond to ping).

Is there anyway to get IPAM to recognize the public IP Addresses being used?.

BTW: I haven't been able to find an use-case/article talking about IPAM and public IP addresses. All of them talk about managing multi-site private IP ranges.

rufo
  • 403

1 Answers1

1

From some quick reading, if these addresses are static, then you probably have to record them into IPAM yourself. It will only track things that it knows about via managed DHCP, DNS, and NPS servers, and via static entries that you record.

Think about it this way - how else would IPAM know about what addresses are in use? It's not a network scanning tool, and those tools won't work unless their particular scanning method is allowed through your firewall(s).

http://blogs.technet.com/b/teamdhcp/archive/2012/07/05/holistic-administration-of-ip-address-space-using-windows-server-2012-ip-address-management.aspx

IPAM makes static address management really simple. You can not only see addresses in use, where they are in use, and utilization of the static address space, but you can also find the next available static address, mark it as assigned to a particular device, and update the DNS record corresponding to that device – all from the IPAM console.

mfinni
  • 36,892