> 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/troubleshooting/wifi-via-snmp.md).

# WiFi via SNMP

## Overview

This page explains symptoms experienced with WiFi monitoring.

## Symptom 1. No Access Points listed

After clicking the location tile containing a Wireless Controller, if the watch status panel does not show any discovered Access Points (APs), there are a number of possible reasons:

1. The controller was added less than 30 minutes ago
2. There are no active APs on the controller
3. This controller is already being monitored by Highlight
4. All the APs have been moved to another location from the controller, refer to [**moving APs**](https://support.highlight.net/help/admin/moving#moving_wifi_access_points_and_controllers)
5. For Ruckus, the SmartZone controller must have a valid TLS (Transport Layer Security) certificate installed, and it must be assigned to the Management Web service. The certificate authority must be trusted by the machine that the agent is installed on.

## Symptom 2. Client Count chart is empty

If there is only one data point in the time period then Highlight cannot draw the chart. A minimum of two data points are needed. So, every day at midnight, nothing is drawn until the second sample is received (after 10 minutes). Or in a whole day, if only one sample is received the chart will not draw. Same applies to the first day of the month - data is rolled up every 4 hours so nothing will show on the month view on the first until after 8 hours.


---

# 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/troubleshooting/wifi-via-snmp.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.
