Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Network table

hemanthn
Tera Contributor

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.

3 REPLIES 3

Mannapuram
Tera Guru

@hemanthn You can store in 'Description' field, but it will not be referenced to the IP address table. 

VivekSattanatha
Mega Sage

You can use CMDB Key value table as well to store the information instead of creating custom field.

Mohammed8
Mega Sage

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)

 

Mohammed8_0-1763076739348.png

 

Mohammed8_1-1763077266185.png

 

 

Please mark this helpful/solution accepted if you find it useful.

 

Thanks and Regards,

Mohammed Zakir