> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/getting-started/useful-information/ip-address-searching.md).

# IP Address Searching

## Overview

Use this feature to search for interface IP addresses on watches which may not be in Highlight.  Previously, interface IP addresses were only available following a tech test but not stored.  This feature will also find device IP addresses.&#x20;

{% hint style="warning" %}
Note: To enable this feature to work, MIB tables must not be locked down.&#x20;
{% endhint %}

Located in the user menu, select **IP Search** and enter an IPv4 address (IPv6 is not supported). In order to reduce the number of results, partial addresses and wildcards are not allowed. Use **X** to clear the search.

<figure><picture><source srcset="/files/1jS74zld0cigiAErY9d5" media="(prefers-color-scheme: dark)"><img src="/files/J8bajTHQ6qwmjnhKIvME" alt="IP Address Search "></picture><figcaption></figcaption></figure>

If a matching interface is found for the IP address entered, then all interfaces associated with that device are also returned, provided the interface has an IP address. The IP addresses which match the search are indicated by blue badges.

Data returned includes the following fields:

<table><thead><tr><th width="190">Column</th><th>Contents</th></tr></thead><tbody><tr><td><strong>Location</strong></td><td>This is the Highlight location containing the device with the matching IP address. This is a link so clicking it moves the tree to that location. Note: There may be more than one location for an IP address.  Results are sorted alphabetically by location name. </td></tr><tr><td><strong>Device Name</strong></td><td>If available, the name associated with a device.</td></tr><tr><td><strong>Device IP</strong> (address)</td><td>This is the device IP address.</td></tr><tr><td><strong>Interface</strong> (name)</td><td>This is the long interface name (IFDescr).</td></tr><tr><td><strong>Interface IP</strong> (address)</td><td>This is the interface IP address. </td></tr><tr><td><strong>Alias</strong></td><td>If available, the alias associated with the interface (IFAlias).</td></tr></tbody></table>

## Collapse/Expand

By default, the results are expanded to show all interfaces on a device. It's possible to collapse/expand the results to show only locations using the **- / +** to the left of the Location column. &#x20;

<figure><picture><source srcset="/files/AKAVHNikYng0vltQfy9T" media="(prefers-color-scheme: dark)"><img src="/files/FzrlEw5yvzd9u0iEhjHs" alt="IP Address Search collapsed and reverse sort order"></picture><figcaption></figcaption></figure>

## Sort Order

Results are sorted alphabetically by location name. Reverse this by clicking on the header. The arrow indicates the sort order. &#x20;


---

# 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://help.highlight.net/getting-started/useful-information/ip-address-searching.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.
