Home Directory Plugins Hardware Network Gear Cisco Cisco AP Profile Status

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Cisco AP Profile Status

Rating
0 votes
Favoured:
0
Hits
156149
Files:
FileDescription
check_snmp_AP_Profile.plcheck_snmp_AP_Profile.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This script gather information (via SNMP) from Cisco 4400 Series Wireless Controller about the status of 4 profiles associated with each Cisco AP
Cisco Airespace AP Client number


This script gather information (via SNMP) from Cisco 4400 Series Wireless Controller about profile status of Access Point in question.

There are 4 profiles: load, coverage, interferance and noise. Each has two values: Passed and Failed.


Usage:

check_snmp_AP_Profile.pl IP_Address Community_String SNMP_Version AP_number

Or:

check_snmp_AP_Profile.pl -h #for help

check_snmp_AP_Profile.pl -v #for script version


More information:

* SNMP version acceped is 1 or 2c (no version 3 support)
* AP_number - you must identify your APs in SNMP database and assign numbers to them


Note 1: I'm a Perl begginer - so the script is a bit crude.

Note 2: The script must be modified in order to work in your network - in particular the OIDs identifing your APs

Note 3: For more information - vist the link above or use this one below:

http://awesomeadmin.blogspot.com/2009/11/monitoring-cisco-wireless-controller.html

Note 4: Any feedback is welcome