What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I monitor a Cisco WLC deployment with PRTG?

Votes:

1

I have a Cisco Wireless LAN which is managed by a WLC appliance.

Is there any way to obtain meaningful information from the appliance using PRTG? Are there built-in sensors I can use?

This device's operation is very sensitive for my organization and we want to have additional monitoring so that we are alerted as soon as anything goes wrong.

What are my options? I've attempted to use the MIB but had a hard time importing it and deploying any sensors.

cisco cisco-wlc device-template paetemplate prtg snmp system-health wlc

Created on Aug 21, 2017 12:10:23 PM by  Luciano Lingnau [Paessler]

Last change on Aug 22, 2017 9:20:42 AM by  Luciano Lingnau [Paessler]



65 Replies

Accepted Answer

Votes:

1

This article applies to PRTG Network Monitor 16.3.25 or later

Important notice: Paessler plans to create a Cisco WLC Access Point sensor to monitor access points through a Cisco WLC. Help us understand what channels and settings you would like to see with a 5-minute survey.

Additional Sensors for Cisco WLC Controllers

While PRTG provides a couple of sensors that work with the WLC controller by default, for example the SNMP Traffic sensor and the SNMP System Uptime sensor, but you may still be interested in more detailed sensors.

Adding Custom Sensors to the WLC via Auto-Discovery

You can use the device template that we provide below to automatically create custom sensors with the PRTG auto-discovery.

The metrics that are available can vary. The sensors can monitor the following if the data is available:

  • Access Point
    • Operation Status (Associated/Disassociating/Downloading)
    • Admin Status (on/off)
  • Controller Statistics
    • Connected APs (count)
    • Connected Clients (count)
    • Access Point Failed Assoc. Count (count)
  • SSID Statistics
    • Connected Stations (count)
    • Admin Status (on/off)
    • Broadcast SSID (on/off)

The device template creates the available and compatible sensors based on the data at hand. The sensors implement default alerts whenever possible, but you can still fine-tune most channels by defining additional limits in the sensor channels settings or modifying the lookups included by default.

Requirements

  • PRTG Network Monitor 16.3.25 or later
  • Because the device template relies on the auto-discovery process, the device you want to monitor needs to be reachable via PING.
  • SNMP must be enabled and the device must support the AIRESPACE-WIRELESS-MIB and CISCO-LWAPP-SYS-MIB. The documentation to enable SNMP is available on:
  • The device template has been tested with the following devices so far:
    • Cisco 1815 Mobility Express
    • Cisco 2504 Wireless Controller
    • Cisco 3504 Wireless Controller
    • Cisco 5508 Wireless Controller
    • Cisco 5520 Wireless Controller
    • Cisco Flex 7500 Series Wireless Controller (iOS 8.3.143.0)

If it works for you with a different model, please let us know!

Known Issues and Limitations

  • To monitor access points, the bsnAPSerialNumber is used for uniquely identifying and tracking individual access points. If an access point is renamed, the sensor's name will not be updated automatically. Either change it manually or delete the sensor and re-run the discovery.
  • When more SSIDs are created or more APs are connected, re-run the discovery to monitor these. You can also use the Auto-Discovery schedule for this.
  • If the SSID is renamed, the corresponding sensor will fail. Either update the name in the sensor's settings or delete the sensor and run a new auto-discovery with the template.
  • PRTG shows the alerts as reported by the monitored device via SNMP using lookups. If the status is not reported correctly via SNMP, PRTG cannot detect any issues. For additional alerts, please set up limits for additional channels.
  • This device template was created based on data collected from other customers, so we cannot guarantee that the sensors described above will work on your systems. Use these components at your own risk. Please test and validate the sensors in your environment after deploying them.

Deployment and Usage

  1. Download the required zip archive here.
  2. Extract the archive to your PRTG program directory. By default, this is %Program Files (x86)%\PRTG Network Monitor\. Move the contents of the single folders to the corresponding ones within the application directory.
  3. In PRTG, restart the core server: open Setup | System Administration | Administrative Tools | Restart Core Server and click Go!. This ensures that the MIB and lookups are loaded before you run the auto-discovery.
  4. Create a new device in PRTG with the address (IP or FQDN) of the device that you want to monitor and configure the SNMP credentials accordingly.
  5. Right-click your new device, select Run Auto Discovery with Template, browse for wlc and select the Custom Cisco WLC Access Point Status v0.2 and Custom Cisco WLC SSID Statistics v0.2 templates from the list.
    Note: Using the auto-discovery with a dedicated device template is convenient here because it automates the creation of the custom sensors in an organized fashion.
  6. The sensors are deployed after a couple of seconds.
  7. You can adjust the channel limits or lookups to your needs later.

Result

The resulting sensors look like this:

Sensor's Overview

AP Sensor's Overview

Click for full-screen view

SSID Sensor's Overview

Click for full-screen view

AP Sensor's Overview

Click for full-screen view

Device's Overview

Device's Overview

Click for full-screen view

No sensors deployed? :(
Please read ahead for troubleshooting.


Troubleshooting

Have any issues? Please don't hesitate to contact us by replying to this post or via a support ticket. Please make sure to mention this KB post. Please read ahead for troubleshooting steps that you can take in advance.

Auto-Discovery Log

Your auto-discovery log tells you a lot about what went wrong during the sensor's deployment. You can troubleshoot the auto-discovery by inspecting the auto-discovery log. If you get entries like the one below (NOT FOUND), it means that the required protocol or Object Identifier (OID) is not available and the sensors can't be deployed.

[...]
21.08.2017 09:17:17: Template Loaded; Device ID: 22848; Name: Custom Cisco WLC SSID Statistics v0.2
21.08.2017 09:17:18: Template Check; Device ID: 22848; Check ID: ping; FOUND
21.08.2017 09:17:19: Template Check; Device ID: 22848; Check ID: snmp; FOUND
21.08.2017 09:17:20: Template Check; Device ID: 22848; Check ID: snmp_bsnDot11EssTable; NOT FOUND
[...]

In the example above, some sensors were skipped because the device did not respond to the snmp_bsnDot11EssTable check. This means that this data is probably not available on your device. You can track this data by looking for the name after snmp_. In this case, a search for bsnDot11EssTable will tell you what OID from what MIB is missing.

You can also use this log to identify if the discovery was interrupted because the device did not respond to PING or to a basic SNMP check.

SNMP Data

If the discovery log is not sufficient, you can review the SNMP data directly from your device. To do so, save the text below (in the white box) as .txt and use it with the Scan Script option in our SNMP Tester. This will allow you to review which SNMP queries succeed and which do not deliver any data. Please have this information at hand when contacting our support team.

--------
Walk Default
--------
hrSystemUptime
walk=1.3.6.1.2.1.25.1.1
--------
MIB-2 System
walk=1.3.6.1.2.1.1
--------
Sensor Specific Queries
----
clsSysInfo
walk=1.3.6.1.4.1.9.9.618.1.8
---
bsnAPTable
walk=1.3.6.1.4.1.14179.2.2.1
---
bsnDot11EssTable
walk=1.3.6.1.4.1.14179.2.1.1
---

Version History

VersionDescription
0.1Test Version
0.2Initial Public release



Best Regards,
Luciano Lingnau [Paessler Support]

Created on Aug 21, 2017 12:11:12 PM by  Luciano Lingnau [Paessler]

Last change on Mar 6, 2024 9:35:38 AM by  Jacqueline Conforti [Paessler Support]



Votes:

0

Hi Luciano and Brandy,

First of all, thank you both for posting this! I've tried a few times over the last few years to get useful information out of or WLC's finally!

The template worked well for me, and I was able to get a comprehensive list of all of our AP's. I'm wondering how difficult it would be to get collect the client count for each AP? The ability to graph this over time would aid in capacity planning... a lot!

I've tried getting the client count with this oid "OID=1.3.6.1.4.1.14179.2.2.2.1.15" using a bash script, but your help would be appreciated as I was never able to conveniently correlate this with the AP name.

Look forward to hearing from you, and keep up the good work!

Curt

Created on Oct 18, 2017 9:51:33 PM



Votes:

0

Hello Curt,
thank you very much for the kind feedback.

As for the "client count", that's a bit complicated due to the way that the data is made available by the AIRESPACE-WIRELESS-MIB. This metric is part of the bsnAPIfTable, which is a multi-indexed table:

bsnAPIfEntry OBJECT-TYPE
    SYNTAX BsnAPIfEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "An entry in bsnAPIfTable."
    INDEX           {
                        bsnAPDot3MacAddress,
                        bsnAPIfSlotId
                    } 
    ::= { bsnAPIfTable 1 }

For example, this is how the data for one access point would look like:

1.3.6.1.4.1.14179.2.2.2.1.15.0.142.115.69.70.12.0 = "2" [ASN_COUNTER]
1.3.6.1.4.1.14179.2.2.2.1.15.0.142.115.69.70.12.1 = "6" [ASN_COUNTER]

To break-down this OID (for the first value from the list above) :

1.3.6.1.4.1.14179.2.2.2.1.15.0.142.115.69.70.12.0The metric (bsnApIfNoOfUsers)
1.3.6.1.4.1.14179.2.2.2.1.15.0.142.115.69.70.12.0The Mac Address of the Access Point, available in the bsnAPTable. The name is also available in this table under 1.3.6.1.4.1.14179.2.2.1.1.3)
1.3.6.1.4.1.14179.2.2.2.1.15.0.142.115.69.70.12.0The slot of the interface (for AP's that have more than one WLAN interface

This makes it very difficult to provide sensors with adequate naming/metrics using just the auto-discovery. While the SNMP Custom Table sensor is very powerful, it is not this flexible yet. For now only a built-in sensor would be able of handling this correctly, and unfortunately we don't have any WLC sensors on the roadmap for now.

Depending on the number of access points that you have, you could deploy multiple SNMP Custom Table sensors (for many APs at once) or any number of SNMP Custom Advanced sensors to cover the relevant AP's, but this will require some elbow grease and patience to have everything looking/named the way you want. Since the "indexing" of the table uses the Mac Address and "slot id" (which should be fairly persistent) once deployed the sensors should be reliable, even without index change support (as there's no identification column in the table).

Lastly, I want to point out that the SNMP implementation from the MIB is fairly good, the limiting factor here are the Custom Table Sensor's capabilities. While I understand that my reply doesn't really provide a solution to the issue/question, I hope that it at least makes clearer why we're not able to provide this (at least not at this point in time).

Edit/update: You've mentioned that you're working on doing this with a Bash/Script. I encourage you to locate the mac address after the walk of that entry, leave out the trailing digit (the slot number) and then find the respective AP's Name in the appropriate table, that way you could have a single sensor displaying the summarized (for all interfaces) for every single AP in one single sensor. If you get to a working please share it here on the KB, I'm sure you're not the only one looking to achieve this. :)

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Oct 23, 2017 8:21:56 AM by  Luciano Lingnau [Paessler]

Last change on Oct 23, 2017 8:27:00 AM by  Luciano Lingnau [Paessler]



Votes:

1

Works also great with WLC 2504 series

Thanx

Created on Oct 24, 2017 6:43:47 PM



Votes:

1

Works also great with WLC 5520 Wireless Controller!

Thanx!

Created on Nov 14, 2017 10:49:56 AM



Votes:

0

Hello Support,

I have applied this solution to monitor access points from a Cisco WLC deployment. It works very good for us.

Is it possible to add some more information in the sensors of the Access Points? I would like to monitor the Radio description and Radio Status per Access Points.

The MIB for this is CISCO-LWAPP-AP-MIB

Group: clap dot11if: #[1.3.6.1.4.1.9.9.513.1.1.1.1.1]
Name: clap dot11if admin status: #[1.3.6.1.4.1.9.9.513.1.2.1.1.1]
OID: 1.3.6.1.4.1.9.9.513.1.2.1.1.14
This object represents the AP's interface admin status. A value of 'true' indicates admin state as Up. A value of 'false' indicates admin state as Down.
Group: clap dot11if: #[1.3.6.1.4.1.9.9.513.1.1.1.1.1]
Name: clap dot11if desc: #[1.3.6.1.4.1.9.9.513.1.2.1.1.1]
OID: 1.3.6.1.4.1.9.9.513.1.2.1.1.21
This object represents the description of this interface

This MIB works for the Cisco 5508 Wireless Controller.

Kind regards, Peter Meijer

Created on Nov 22, 2017 3:55:27 PM

Last change on Nov 23, 2017 8:19:45 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Peter,
thank you very much for your feedback.

Unfortunately that's not trivial, basically due to the same constrains/limitations as described here.

This is the SNMP Data:

cLApDot11IfEntry OBJECT-TYPE
    SYNTAX          CLApDot11IfEntry
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "An entry in this table represents the 802.11
        functional parameters of the dot11 interface of
        an AP that has joined the controller.

        Entries are added when the APs associate to this
        controller and deleted when they lose their
        association."
    INDEX           {
                        cLApSysMacAddress,
                        cLApDot11IfSlotId
                    } 
    ::= { cLApDot11IfTable 1 }

This means that we're not able to offer any short-term native alternatives for that.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Nov 23, 2017 8:27:17 AM by  Luciano Lingnau [Paessler]



Votes:

0

Luciano,

Can you expand on how you derive the OID value from the MAC address for use as an index identifier?

In your example above, you were able to convert the hexadecimal MAC address into: 0.142.115.69.70.12. I'm looking for confirmation on how that is accomplished. Did you use a standard Hex base 16 to decimal base 10 conversion foreach "octect" of the mac address? Thus making the following true?

00 = 0 8E = 142 73 = 115 45 = 69 46 = 70 0C = 12

Created on Dec 27, 2017 3:29:18 PM



Votes:

0

Dear Paul,

hexadecimal SNMP values cannot be usefully converted with PRTG, especially if the value is built-up from multiple components.

Created on Dec 28, 2017 4:06:31 PM by  Arne Seifert [Paessler Support]



Votes:

0

Hi, I need some help.

I would like to know which SNMP trap controls are activated on your WLC controller in order to get the sensors showing on your blog working please.?

Many Thanks

Created on Jan 19, 2018 8:27:33 PM



Votes:

0

Hello eliturmel,
thank you for your reply.

The template and sensors work with SNMP GET requests, it does not rely on trap messages. I did however expand the Requirements section of the post with two links related to the SNMP Setup for the controller.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Jan 23, 2018 6:45:33 AM by  Luciano Lingnau [Paessler]



Votes:

0

@Paul8080,
I had missed your earlier reply, sorry for that.

I have no documentation to support my claim/belief, but I've seen this sort of implementation before and it "makes sense" to me. But I'm unable to confirm for certain what precise conversion is done but would also tip at hex base 16 to decimal base 10 as you've suggested.

Since it will be hard to come by documentation that confirms this I encourage you to perform an snmp walk on an active WLC and confirm it by looking at the actual data. If the conversion checks out with hex base 16 to decimal then it's probably right.

If you do find any documentation (or your tests confirm this), please link it in a reply to this post, in case anyone else is interested. :)

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Jan 23, 2018 6:54:50 AM by  Luciano Lingnau [Paessler]



Votes:

1

Confirmed working with Cisco 1815 Mobility Express as well. Many thanks for this!

Created on Feb 16, 2018 10:21:17 AM



Votes:

1

This also works for the Cisco 7500 Series WLAN Controller with IOS version 8.3.143.0. We are monitoring 1175 AccessPoints with this template.

Created on Sep 12, 2018 7:50:07 AM

Last change on Sep 12, 2018 7:50:07 AM



Votes:

0

Hello Support,

I am using this template for a while now and it works good for the Cisco WLC 5520 with version 8.2.167.6 but not when I apply this to Cisco WLC 5520 with version 8.5.135.0. The accesspoints and SSID are not showing after running the autodiscover with the templates.

Has anybody else got experience with this and maybe a solution for this?

Kind regards, Peter Meijer

Created on Mar 28, 2019 8:20:16 AM



Votes:

0

Peter,

We would need to get SNMP Walks from the device running that code to see how the OID structure has changed, and compare that to the script.

If you want to open a support ticket, we can work with you on this.

Benjamin Day
Paessler Support

Created on Mar 28, 2019 7:54:09 PM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

Has anyone been able to get netflow working with their Cisco WLC? I've been at this all day with no luck.

Created on Mar 28, 2019 10:50:41 PM



Votes:

0

Tnunno,

Have you been able to receive flows with the Netflow tester on your PRTG server or the probe you want them to go to?

Netflow Tester

Let me know if the tester is able to get the flows or not.

Benjamin Day
Paessler Support

Created on Mar 29, 2019 4:44:38 PM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

We are noticing that the default traffic flow sensors for the Cisco 5508 controllers do not seem to be working.

When we go to add a traffic sensor, our four interfaces are seen by PRTG as "Connected" with their speeds, but after we check them off and click "Create", we are getting the error below:

1.3.6.1.2.1.31.1.1.1.18.1=No such instance (SNMP error #223)

Anyone see this on the traffic sensors before?

Created on May 1, 2019 6:17:45 PM



Votes:

0

T3rebello,

The traffic sensors will have to be placed on the APs. The WLC is used mainly for monitoring AP saturation and client connectivity. Traffic metrics via SNMP will always be on the device with the interfaces.

Benjamin Day
Paessler Support

Created on May 2, 2019 4:22:08 PM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

Hi folks.

I have used this a couple of times without any problems. To day I upgraded PRTG with new code and all SSID information where gone when PRTG came up again. Seems like this "add on" isn't upgrade persistent. Anybody experienced the same?

Regards

Created on Jun 11, 2019 8:33:57 PM



Votes:

0

PENO,

Which version were you running, and which version did you upgrade to?

Have you tried adding the devices again with the template?

Benjamin Day
Paessler Support

Created on Jun 12, 2019 4:31:32 AM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

I've added the extracted archive contents into the folder as per the instructions (see below), however PRTG doesn't pick this up?

Deployment and Usage 1. Download the required zip archive here. 2. Extract the archive to your PRTG program directory. By default, this is %Program Files (x86)%\PRTG Network Monitor\.

The downloaded folder has three sub folders (devicetemplates, lookups & MIB), surely I should place the contents of these into the respective folders?

Created on Oct 16, 2019 1:55:27 PM



Votes:

0

Yep, that's correct. PRTG should pick it up for sure after restarting the PRTG Core Server service. Would you mind checking that? :)

Created on Oct 17, 2019 12:58:45 PM by  Stephan Linke [Paessler Support]



Votes:

0

It doesn't pick it up if I just place the downloaded folder into the 'PRTG program directory'

However it does if put the files into the respective three folders, if this is what I should be doing, might be a good idea to tweak the instructions at the top of the page

Created on Oct 17, 2019 1:59:39 PM



Votes:

0

Hi Andy,

Thanks for the update. I modified the guide to reflect this part better :)


Kind regards
Stephan Linke, Technical Support Team

Created on Oct 18, 2019 5:50:45 AM by  Stephan Linke [Paessler Support]



Votes:

0

I have been using this for the last couple of years without issue. I've upgraded to PRTG version 19.4.53.1912+ and now when I run the auto-discovery with the template the sensors are created with the OID instead of the (bsnAPName) AP name in the discovery. Is anyone else experiencing this?

Created on Nov 15, 2019 8:18:46 PM



Votes:

0

Hm, we haven't changed anything regarding the SNMP Table Sensor or the Auto Discovery. Was there an update installed on the target host as well that changed the OID tables perhaps? Is the issue occurring on a new device as well?

Created on Nov 20, 2019 9:03:13 AM by  Stephan Linke [Paessler Support]



Votes:

0

No changes have been made on the host device. If I run the Paessler SNMP Tester and do a walk for oid 1.3.6.1.4.1.14179.2.2.1.1.3, I am able to enumerate all the AP names. I see the following error in the logs: "Could not find a table row matching the index you specified when adding the sensor. The value of the column you selected might have changed. (code: PE247)"

Created on Nov 20, 2019 8:44:48 PM



Votes:

0

I just saw that, in parallel, a support case regarding the matter has been opened as well, covered by my fellow colleague Marijan. I'll leave this here and you might post the solution once we get there ;)

Created on Nov 21, 2019 7:36:10 AM by  Stephan Linke [Paessler Support]



Votes:

0

Is there any update on this case because i still have this problem?

Created on Jan 8, 2020 2:08:54 PM



Votes:

2

The issue is seemingly caused by a bug we're currently tracking. In the meantime, could you check out the following device template instead of the one linked in the initial response:

Updated Cisco WLC Device Template

Let me know if it worked! We were able to get the correct names with that one :)

Created on Jan 9, 2020 7:48:28 AM by  Stephan Linke [Paessler Support]



Votes:

0

Thank you very much the updated template did the trick ;-)

Created on Jan 10, 2020 2:04:16 PM



Votes:

0

Are there any plans to support the new Catalyst 9800 series WLC with this template?

Created on Jan 23, 2020 10:18:32 PM



Votes:

0

Did you already try the template with that very device? If not, please do so and let us know if it worked or what specific error you receive.

Created on Jan 24, 2020 11:23:19 AM by  Stephan Linke [Paessler Support]



Votes:

1

Das neue template funktioniert bei mir nur zum Teil bei einem 9800 controller:

der Status der APs wird korrekt angezeigt.

die controller und SSID Statistiken funktionieren nicht. Fehlermeldung: PRTG konnte keine passende Tabellenzeile für den Index finden, den Sie beim Hinzufügen des Sensors (17, 18, 19, 20,....) ausgewählt hatten. Der Grund dafür könnte sein, dass sich der Wert der Spalte, die Sie gewählt hatten, geändert hat. (Code: PE247)

Created on Sep 15, 2020 9:11:11 AM



Votes:

0

Haben die Sensoren vorher funktioniert, oder zeigten sie diesen Fehler schon bei ihrer Erstellung an?


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Sep 16, 2020 9:05:41 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Sie zeigen den Fehler gleich bei der Erstellung an.

Created on Sep 17, 2020 11:45:00 AM



Votes:

0

Können Sie die OIDs, die im Teil "SNMP Data" des Manuals aufgeführt sind, mit unserem SNMP Tester abfragen?


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Sep 17, 2020 6:26:31 PM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Mittels SNMP Tester mit der Einstellung

Walk 1.3.6.1.4.1.14179

gibt er mir die gesuchten Informationen im log-file aus.

Created on Sep 18, 2020 7:58:25 AM



Votes:

0

Sind Sie in der Lage, auch für die anderen OIDs eine Antwort zu erhalten?


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Sep 18, 2020 1:41:14 PM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Die Ergebnisse sind sehr unterschiedlich:

z.B.: 
21.09.2020 14:42:33 (2 ms) : Custom OID 1.3.6.1.4.1.14179.2.1.7.1.11.188.103.28.228.63.144
21.09.2020 14:42:33 (52 ms) : SNMP Datatype: ASN_OCTET_STR
21.09.2020 14:42:33 (53 ms) : -------
21.09.2020 14:42:33 (54 ms) : Value: Gruppe - EDU
21.09.2020 14:42:33 (56 ms) : Done

Dies wäre eine richtige Antwort, da eine ausgestrahle SSID diesen Namen hat.

meistens aber ein no_such_instance_Fehler:

z.B.:
21.09.2020 14:44:30 (19 ms) : Custom OID 1.3.6.1.4.1.14179.2.1.7.1.11.188.103.28.232
21.09.2020 14:44:30 (26 ms) : SNMP Datatype: SNMP_EXCEPTION_NOSUCHINSTANCE
21.09.2020 14:44:30 (31 ms) : -------
21.09.2020 14:44:30 (37 ms) : Value: No such instance (SNMP error # 223)
21.09.2020 14:44:30 (42 ms) : Done

Created on Sep 21, 2020 12:54:13 PM

Last change on Jul 17, 2023 8:41:52 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hi Team, I also have the Problem that PRTG does not show the APs on a WLC 9800 with Version 17.3.2.

On WLC5508 and 2504 everything works fine.

Error Message with WLC 9800: PRTG could not find a table row matching the index that you specified when adding the sensor (0.66.90.169.166.160). The reason might be that the value of the column that you selected has changed. (code: PE247)

Thanks a lot

Created on Dec 15, 2020 8:29:15 PM



Votes:

0

I can confirm on the 9800-40 controller, using the updated 'Custom Cisco WLC Access Point Status.odt' works, but SSIDs have the error "PRTG could not find a table row matching the index that you specified when adding the sensor (6). The reason might be that the value of the column that you selected has changed. (code: PE247)".

Anything I can do to help?

Created on Dec 15, 2020 8:38:49 PM



Votes:

0

Hi freini and cycotron,

What PRTG version are you currently using?


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Dec 16, 2020 6:34:33 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Hello Sasa .... I use newest Version 20.4.64.1402 of PRTG

Created on Dec 16, 2020 8:55:19 AM



Votes:

0

Hi Sasa,

I use Custom Cisco WLC Access Point Status v0.2 and PRTG Version Version 20.4.64.1402.

Is there a newer version of Cisco WLC Access Point Status v0.xxxx availaible than v0.2?

Created on Dec 16, 2020 9:24:33 AM



Votes:

0

Thank you for your response.

There is currently a issue in the latest PRTG version (20.4.64.) which causes the error in the sensors. Since this has been discovered only recently, we do not yet have a ETA as to when a fix will be released.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Dec 16, 2020 11:13:38 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

1

Hi Sasa, thanks for your quick reply. That means we should wait till it will fixed in a future release? Do we get a info (Post in this KB or a eMail with Fixed Issue) when a version with this fix will be available?

Created on Dec 16, 2020 12:55:35 PM



Votes:

1

The best option would be to keep an eye on our release notes, we list in them issues that were fixed.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Dec 16, 2020 1:47:18 PM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Good morning, Is there a documentation which explain cisco WLC9800-CL is no supported by prtg?

Created on Jan 15, 2021 4:15:46 PM



Votes:

0

Hello,

We do not have a list of devices that do not work with this template. In the article is however a short list of devices that have been tested and confirmed to work.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Jan 19, 2021 11:20:00 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

FYI I just updated to 21.1.65.1767 and the issue persists.

Created on Feb 2, 2021 7:47:28 PM



Votes:

0

Hello cycotron,

Please open a support ticket regarding this issue. You can do this from the PRTG web interface by going to Setup>Contact Support, or by sending a email to [email protected]


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Feb 3, 2021 10:12:54 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

Hi team,

Hopefully this thread is still open for questions. My client uses version 20.2.58.1629 x64 We have the custom AP template for the WLC, which can poll and create sensors for each of the associated APs. The problem with the polling, is it cant pull the given AP name from WLC. Instead the sensor shows as OID

for example :

Access Point / [1.3.6.1.4.1.14179.2.2.1.1.3] (FCW2231NAY8)

Is this something that can be fixed or is this a limitation of the code?

Best regards James

Created on Mar 29, 2021 3:04:09 PM



Votes:

0

Hello James,

Currently this is a limitation in the code, however our developers are already working on it. Unfortunately, we do not yet have a ETA as to when this will be released.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Mar 31, 2021 10:51:06 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

0

We are also having this issue, can we "up" it in the prio list somewhere?

Created on Jun 10, 2021 11:36:45 AM



Votes:

0

Hello support, we use currently PRTG version 21.4.73.1656 and monitor a WLC 5520, but we have problem with this template, we can get ssids but number of clients are 0. Are you still working on this template?

Best Regards Ali Ramezani Nezhad M&S GmbH

Created on Jan 17, 2022 1:50:05 PM



Votes:

0

Hello ali_arm,

I would suggest that you open a support ticket regarding this issue.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Jan 18, 2022 11:39:39 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

1

Works also great with WLC 3504 Wireless Controller!

Thanx!

Created on Apr 19, 2022 9:58:20 AM



Votes:

3

Hello, any update on the SSID statistics for the Cisco 9800 series WLC. We are running version V22.2.76.1705 and still have the same issue.

PRTG could not find a table row matching the index that you specified when adding the sensor (1). The reason might be that the value of the column that you selected has changed. (code: PE247)

Created on Sep 7, 2022 2:33:35 PM



Votes:

0

Hello ONE,

Please open a support ticket for this, so we can have a closer look.


Kind regards,
Sasa Ignjatovic, Tech Support Team

Created on Sep 8, 2022 8:10:48 AM by  Sasa Ignjatovic [Paessler Support]



Votes:

3

We too would like these couple issues fixed on the WLC 9800.

Created on Dec 19, 2022 5:13:00 PM



Votes:

0

Hello ashearer,

Feel free to open a support ticket, so we can have a closer look.

Created on Dec 22, 2022 7:33:02 AM by  Timo Dambach [Paessler Support]



Votes:

0

Hi to everyone having issues with the WLC9800,
here's an interim status update from our side regarding the following error message in the sensor/template:

PRTG could not find a table row matching the index that you specified when adding the sensor (XXX). The reason might be that the value of the column that you selected has changed. (code: PE247)

After having a closer look at the SNMP from a WLC9800 (Running Version 17.9.3, RELEASE SOFTWARE (fc6)) the issue appears to be that the bsnDot11EssSsid (1.3.6.1.4.1.14179.2.1.1.1.2) seems to be missing altogether in the SNMP Data provided by the device. Here's a small excerpt of the SNMP Data in question:

7/14/2023 9:30:24 AM (2084 ms) : 1.3.6.1.4.1.14179.2.1.1.1.1.252 = "252" [ASN_UNSIGNED]
7/14/2023 9:30:24 AM (2095 ms) : 1.3.6.1.4.1.14179.2.1.1.1.1.277 = "277" [ASN_UNSIGNED]
7/14/2023 9:30:24 AM (2104 ms) : 1.3.6.1.4.1.14179.2.1.1.1.1.913 = "913" [ASN_UNSIGNED]

(AT THIS STEP COLUMN 1.3.6.1.4.1.14179.2.1.1.1.5(bsnDot11EssSsid) should be present but isn't)

7/14/2023 9:30:24 AM (2116 ms) : 1.3.6.1.4.1.14179.2.1.1.1.5.1 = "1" [ASN_INTEGER]
7/14/2023 9:30:24 AM (2126 ms) : 1.3.6.1.4.1.14179.2.1.1.1.5.2 = "1" [ASN_INTEGER]
7/14/2023 9:30:24 AM (2136 ms) : 1.3.6.1.4.1.14179.2.1.1.1.5.3 = "1" [ASN_INTEGER]

At this time we're unable to confirm whether this is a device limitation, a bug on Cisco's implementation or a configuration issue on the device. But essentially it means the required data (The name of the SSID) is not available in the SNMP Data (in contrast to all other WLC models where we saw this data present and that are working with the template).

If someone is running into this issue our recommendation is to reach out to Cisco and report the issue with the missing SNMP data, Cisco should be able to clarify why this is the case. And if it's indeed a configuration issue or a software bug, an update image from Cisco (or setup workaround) should allow the template in PRTG to start working.

If someone receive more information from Cisco, please share it here.

Best Regards,
Luciano Lingnau [Paessler]

Created on Jul 17, 2023 8:52:59 AM by  Luciano Lingnau [Paessler]

Last change on Jul 17, 2023 8:55:20 AM by  Luciano Lingnau [Paessler]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.