> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/rda/cfxdx-datasource-integrations/infoblox-netmri.md).

# Infoblox NetMRI

Infoblox NetMRI is a network management product that delivers comprehensive network change and configuration management (NCCM). NetMRI enables users to automate network change, see the impact of changes on network health, manage network configurations, and meet a variety of compliance requirements. It supports multi-vendor network infrastructure.

CloudFabrix RDA provides out of the box integration for Infoblox NetMRI through it's API interface. As part of the integration, it collects multi-vendor network device inventory, MAC & ARP tables, CDP & LLDP neighbors and the network topology information.&#x20;

## **Configure Infoblox NetMRI for API Access:** <a href="#create-webhook-for-incoming-alerts-from-dynatrace-1-1" id="create-webhook-for-incoming-alerts-from-dynatrace-1-1"></a>

**Step 1:** Login into Infoblox NetMRI using an user account which has privileges to create new user account and assign read-only permissions.

**Step 2:** Click on '**Settings**' button, click on '**Users**' under '**User Admin**' menu, and click on '**Add User**' button to create new user and assign 'View Role' for read-only permissions.

![](/files/-MkTvVEl4Yr0eXKdGLrL)

## Adding Infoblox NetMRI as Datasource/Extension in '**RDA**': <a href="#adding-appdynamics-as-datasource" id="adding-appdynamics-as-datasource"></a>

Infoblox NetMRI or any other datasource/extension's configuration is configured in RDA's user interface.  Login into RDA's user interface using a browser.

**https\://\<rda-ip-address>:9998**

Under '**Notebook**', click on '**CFXDX Python 3**' box

![](/files/-McvJao2W2zwuMV05Ek3)

In the '**Notebook**' command box, type **`botadmin()`** and **`alt (or option) + Enter`** to open datasource administration menu.

Click on '**Add**' menu and under **Type** drop down, select **`infoblox-netmri`**

![](/files/-MkTzy4G0lwxZ5Uf_W3q)

* **type**: Datasource/Extension type. In this context, it is '**infoblox-netmri**'
* **name**: Datasource/Extension label which should be unique within the RDA
* **Hostname:** Infoblox NetMRI's IP Address or DNS name
* **Username**: Username that was created in Infoblox NetMRI with '**read-only**' permissions
* **Password:** User account's password
* **api\_version:** Leave default value as 'auto'
* **Protocol:** API integration over HTTP/HTTPs protocol

Click on '**Check Connectivity**' to verify the network access and credentials validity. Once it is validated, click on '**Add**' button to add the Infoblox NetMRI as a datasource.

For the details on Elasticsearch (v2) inventory data collection bots, please refer[ **CloudFabrix RDA Bot documentation.**](https://bot-docs.cloudfabrix.io/Bots/infoblox-netmri/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/rda/cfxdx-datasource-integrations/infoblox-netmri.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
