> 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/device-setup/wifi-via-snmp-configuration.md).

# WiFi via SNMP - Configuration

## Overview

{% hint style="info" %}
This page has details of the configuration required for Highlight to monitor Wireless Access Points using SNMP v2 for Cisco and Aruba Instant On.

Note: Highlight also monitors Extreme, Aruba AirWave, Cisco Meraki, Ruckus and Ubiquiti Wireless Access Points using vendor specific API integrations.
{% endhint %}

## Cisco

The following configures SNMP v2 access from Highlight to the controller.

{% stepper %}
{% step %}

## From the Web GUI home screen, select "Advanced"

{% endstep %}

{% step %}

## From the Advanced screen select the MANAGEMENT option; then SNMP> General from the side bar

{% endstep %}

{% step %}

## Set the system Name

{% endstep %}

{% step %}

## Set SNMP v2c Mode to Enable

{% endstep %}

{% step %}

## Select SNMP> Communities from the side bar

{% endstep %}

{% step %}

## Click New… and add

* Community Name: as required
* IP Address: IP Address of primary server
* IP Mask/Prefix length: as required to match IP address entry
* Access Mode: Set to Read Only
* Status: Set to Enable
  {% endstep %}

{% step %}

## Save configuration and repeat for secondary server

{% endstep %}
{% endstepper %}

## Aruba Instant On

For Highlight to access the wireless controller using SNMP, add the following example configuration via the command line:

```bash
snmp-server community highlightREAD
```

## Related

* [WiFi on the Status page](https://help.highlight.net/status/network/wifi)
* [WiFi on the Details page](https://help.highlight.net/details/wifi/ap-access-point)
* **Setting up WiFi in Highlight**
* [Setting up WiFi Alerting Thresholds](https://help.highlight.net/admin/admin-general-details/alerting-thresholds)


---

# 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/device-setup/wifi-via-snmp-configuration.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.
