IP Address Management in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 06:45 PM
Hi all,
We're starting to look at ServiceNow for IP Address / Network Management. Not using Discovery just yet, just manual population.
We're considering using the IP Network (cmdb_ci_ip_network) table, but we're unsure if it's exclusively intended for anything else and will cause issues if exposed to manual entries.
Any tips for IP Address Management in ServiceNow, or know if it's safe to use the IP Network table for manual entry?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 09:32 PM
It looks like it is indeed safe to use the IP Network table for manual population.
There's the Correlation fields and the Discovery field to specify if an IP Network record it was automatically created during discovery, which should protect the manually created network records.
The form and list layout needs to be configured, and the network information can be expressed either in IPv6 / CIDR format in just the IP Address field (e.g. 192.168.5.0/24) or using both the IP Address and Subnet fields (e.g. IP: 192.168.5.0 Subnet: 255.255.255.0).
By showing both fields, how the network is expressed can come down to the favourite flavor of the user populating the networks, as both expressions are valid.
Are my assumptions correct?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2021 06:27 AM
Phil or
did you add fields? extend the ip_network table?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2021 03:53 PM
I can't say that I've revisited the idea since I originally asked.
By the sounds if it, you can just add entries into that table as you like. It's better if it's populated through some sort of tool for consistency and linking the IP addresses to a CI every time, but it's still acceptable to fill it in however you like.