Service Graph Connector for Infoblox
Summarize
Summary of Service Graph Connector for Infoblox
The Service Graph Connector for Infoblox enables you to integrate data from an Infoblox instance into your ServiceNow environment, facilitating effective IP address management (IPAM) and network configuration. This connector supports Infoblox API v2.11.2 and is compatible with ServiceNow versions Washington DC, Xanadu, Yokohama, and Zurich.
Show less
Key Features
- Connection Configuration: Use the SGC Central view in the CMDB Workspace to configure the connector. This view allows you to manage the entire lifecycle of connections.
- CMDB Integrations Dashboard: Monitor the status and results of all installed integrations through the Integration Commons for CMDB app, providing metrics and error tracking.
- Data Mapping: Utilize the Robust Transform Engine (RTE) for mapping Infoblox data into ServiceNow CMDB classes and the Identification and Reconciliation Engine (IRE) for data insertion.
- Data Sources: Includes SG-Infoblox IP Pool, Network, IP Address, and DNS Alias for importing various network data into ServiceNow.
- Parallel Data Loading: Enable parallel processing for the SG-Infoblox Network and IP Address data sources by adjusting the partition size, optimizing data import efficiency.
Key Outcomes
By implementing the Service Graph Connector for Infoblox, ServiceNow customers can expect enhanced visibility and management of their IP addresses and network data. This integration streamlines the process of importing critical network components into the CMDB, ensuring that your organization's network assets are accurately represented and easily manageable within ServiceNow.
Use the Service Graph Connector for Infoblox to pull data from an Infoblox instance into your ServiceNow instance.
Request apps on the Store
Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Supported versions
- Supported versions: Infoblox API v2.11.2
- Supported ServiceNow versions:
- Washington DC
- Xanadu
- Yokohama
- Zurich
Use cases
- Configure the Infoblox connection for connecting to an Infoblox instance.
- Create IP address management (IPAM) tasks when subnets are added or deleted.
- Schedule periodic synchronization of IPAM CIs by configuring scheduled data imports jobs.
- View imported IPAM CIs and IPAM tasks.
Configuring a connection for the connector
CMDB integrations dashboard
The Integration Commons for CMDB store app provides a dashboard with a central view of the status, processing results, and processing errors of all installed integrations. You can see metrics for all integration runs. You can filter the view to a specific CMDB integration, a specific time duration, or a specific integration run. For more details about monitoring Infoblox integrations in the CMDB Integrations Dashboard, see Using the CMDB Integrations Dashboard.
Data mapping
Data from the Infoblox data source is mapped and transformed into the ServiceNow CMDB configuration item (CI) class definitions using the Robust Transform Engine (RTE). Data is inserted into the ServiceNow CMDB using the Identification and Reconciliation Engine (IRE).
When you complete setting up the connection, you can configure the integration to pull data periodically from Infoblox.
- SG-Infoblox IP Pool
- Imports all the network containers from the Infoblox instance, loads the imported data in the SG-Infoblox IP Pool [sn_infoblox_integ_sg_infoblox_ip_pool] table, and then populates the IP Pool [cmdb_ci_ip_pool] target table. The SG-Infoblox Network data source runs after the SG-Infoblox IP Pool data source does.
- SG-Infoblox Network
- Runs after the SG-Infoblox IP Pool data source, imports the IPv4 and IPv6 networks and subnets data from the Infoblox instance, loads the imported data in the SG-Infoblox Detailed Subnetwork [sn_infoblox_integ_sg_infoblox_detailed_subnetwork] table, and then populates the IP Network Subnet [cmdb_ci_ip_network_subnet]
and Managed Network [cmdb_ci_managed_network] target tables. The SG-Infoblox IP Address data source runs after the SG-Infoblox Network data source does.
The Detailed Subnetwork [sn_infoblox_integ_sg_infoblox_detailed_subnetwork] table determines which IP addresses are imported based on the value of the Get Ip Address field. To import an IP address, set the Get Ip Address field value to
true. Alternatively, you can specify the list of IP addresses to be imported in pipe-delimited string format in the Value field of the sn_infoblox_integ.included_network_regex system property.Note:IP addresses will not be imported during the first run of the Service Graph Connector for Infoblox unless you update the sn_infoblox_integ.included_network_regex system property because the Get Ip Address field value is set tofalseby default. - SG-Infoblox IP Address
- Runs after the SG-Infoblox Network data source, imports the IPv4 and IPv6 IP addresses from the Infoblox instance, loads the imported data in the SG-Infoblox IP Address [sn_infoblox_integ_sg_infoblox_ip_address] table, and then populates the Allocated IP Address [cmdb_ci_allocated_ip_address], IP Network Subnet [cmdb_ci_ip_network_subnet], and Managed Network [cmdb_ci_managed_network] target tables.
- SG-Infoblox DNS Alias
- Imports all the canonical name (CNAME) records from the Infoblox instance, loads the imported data in the SG-Infoblox DNS Alias [sn_infoblox_integ_sg_infoblox_dns_alias] table, and then populates the DNS Alias [cmdb_ci_dns_alias] target table.
For more information on where data is saved when pulling data from Infoblox, see CMDB classes targeted in Service Graph Connector for Infoblox.
You can use the IntegrationHub ETL app to view the data maps. See IntegrationHub ETL for more information.
Parallel data loading
Starting with the Service Graph Connector for Infoblox 1.3.0 version, parallel data loading can be enabled for the SG-Infoblox Network and SG-Infoblox IP Address data sources by setting the partition size in the
sn_infoblox_integ.parallel_loading_partition_size system property. This system property determines the maximum number of networks that each partition processes. The maximum value that you can set for the
partition size is 150.
- For the SG-Infoblox Network data source, the partition size is based on network views.
- For the SG-Infoblox IP Address data source, the partition size is based on the number of networks.