Add Company IP Ranges to CMDB - How?

Mark Walther
Tera Contributor

We are using Locations for all our Company sites. I would like to add a tab for the IP network range, Subnet, Mark, etc for each location. Any idea's on where this list of IP ranges can live? I looked at all the IP places in ServiceNow but don't see where that data should go. 

 

Thoughts?

Mark Walther

2 REPLIES 2

pratiksha5
Mega Sage

Location of CI based on what you define on the discovery schedule. If you check the discovery schedule you will find a location field. So whatever site you want to discover add the IP range and correct location on the schedule. It will auto populate. 

Niklas Peterson
Mega Sage
Mega Sage

Hi,

Have a look at the IP collection (ip_address_collection) table. It is a table that holds child tables for IP range, IP address list and Subnet. You can use that in combination with M2M tables to connect IP information with Location data.

Regards,
Niklas