> 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/line-availability.md).

# Line Availability

## Overview

This page explains symptoms experienced with the Line Availability chart.

## Symptom 1. Availability shows constant orange Brief Outage

### Description

This issue will present in Highlight as a solid orange bar on the Impacting line of the Line Availability chart.

### Background

* Cisco bug reference CSCty73897 (old bug number CSCsh93041) The issue stems from a Cisco bug which affects the ifLastChange MIB (.iso.3.6.1.2.1.2.2.1.9). This MIB value is checked every time Highlight polls the router for data and the bug causes this MIB value to creep up (it should only change if the interface has had a state change).

### Knock-on effect in Highlight

The Traffic graphs show zero load.

This is due to Highlight interpreting the interface state changed between polls. Highlight therefore does not know over what time period to average the polled traffic figures so results are discarded as being unreliable.

### Fix

The only fix for this is to change the IOS version (either newer or older). See the bug reference on the Cisco website for a list of IOS versions known to be affected, and also a list of IOS versions without this bug.

### Identifying devices affected

Using Highlight it is usually possible to obtain a list of affected devices. Run a report by selecting Reporting and the Network tab, then:

1. Select the appropriate folder from Network Explorer tree
2. View by: a recent complete week
3. On: "Bearer Circuits"
4. Sorted By: "Availability"
5. Show Me: at least Path, Location, Name, Volume, and Availability
6. Filter on Availability Exceptions. Remove any text filter or Business Hours.
7. Results: All Results

For devices polled every 3 minutes, extract and check those with 66.6% -66.7% availability and zero bytes in and out. If required the report can be downloaded as a CSV. Find out more: [reporting.](https://support.highlight.net/help/reporting/network_reporting)

## Symptom 2. Ongoing or unknown event

This issue will present in Highlight in the following way on the Line Availability chart:

To troubleshoot non-responding devices, follow the same process as for [new devices.](https://support.highlight.net/help/troubleshoot/new_watch)

## Symptom 3. The watch goes red with no apparent issues

### Broadband watch low speed

Broadband issues are indicated on the Line Health chart rather than the Broadband Bandwidth chart. Consider the image below\...

The Broadband speed dropping below threshold (1) resulted in the Broadband chart remaining flagged as green (2) but caused an issue on the Line Health chart flagged as amber/red (3), even though there were no corresponding events when you click on the Line Health chart (4).

### Watch not contactable from one poller

If a watch is contactable from one poller but not from its partner, this can result in the watch going red even though traffic and interface stats continue to be gathered. Contact your Service provider to see if that is the case.

### Watch is red for stability and fails to clear

If this happens, a possible fix is uncheck **Collect data**, save then check **Collect data** again.


---

# 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/line-availability.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.
