Add Company IP Ranges to CMDB - How?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 09:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 10:30 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 10:33 PM
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