Network table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi
I would like to store the Public IP address of the network devices without creating a new custom field, please suggest me some way to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@hemanthn You can store in 'Description' field, but it will not be referenced to the IP address table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can use CMDB Key value table as well to store the information instead of creating custom field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @hemanthn ,
You can use the cmdb_ci_ip_address table to store the public IP, and link it to the appropriate network interface through the NIC field. The NIC itself is a Network Adapter CI stored in cmdb_ci_network_adapter, and each adapter references the parent Configuration Item (the actual device) through its Configuration Item field. This creates a complete OOTB relationship chain:
CI->Network Adapter (cmdb_ci_network_adapter) → IP Address (cmdb_ci_ip_address)
Please mark this helpful/solution accepted if you find it useful.
Thanks and Regards,
Mohammed Zakir
