Search found 24 matches
- Tue May 12, 2009 3:28 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
fixed the interfaces php script for snmpv2. the original query_cisco4400_interfaces.php polled the WLC for the oid $bsnMobileStationInterface using snmpv1 - as seen below, this returns a simple array from which the script extracts the number of associations for a given interface. the scripts were mo...
- Tue May 05, 2009 10:15 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Tue May 05, 2009 5:17 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
More scripts
More scripts - These ones poll a WLC for information regarding the stations associated to it. The scripts return the values as seen below and graphs them - some are more useful than others. Currently using them to check EAP, protocol, cipher etc that our wireless clients are using. Scripts exported ...
- Thu Feb 21, 2008 5:24 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
Make sure you are using the latest scripts available at http://forums.cacti.net/download.php?id=10590 – these are snmp v2 compatible as the originals would only work with snmp v1 (which had to be enabled on the controller)
andys
andys
- Wed Nov 07, 2007 10:22 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
The latest scripts on this thread already graph the number of users on an AP. They use the oid bsnMobileStationAPMacAddr 1.3.6.1.4.1.14179.2.1.4.1.4 to do this. This oid returns the the total number of users associated on the controller along with the MAC of the AP they users are associated with. Th...
- Wed Oct 31, 2007 9:34 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Wed Oct 31, 2007 6:06 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
Rogue Alerts
I’ve created a template to graph rogue alerts. The script polls the controller for the oid bsnRogueAPState 1.3.6.1.4.1.14179.2.1.7.1.24 which returns the following info: 0 : initializing 1 : pending 2 : alert 3 : detectedLrad 4 : known 5 : acknowledge 6 : contained 7 : threat 8 : containedPending 9 ...
- Wed Oct 10, 2007 10:10 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Wed Oct 10, 2007 6:30 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Thu Oct 04, 2007 7:02 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Wed Oct 03, 2007 3:25 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Tue Oct 02, 2007 5:50 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
Try running the attached script query_cisco4400_interfaces_test.php from the command line on your server. Save this script to your script folder. From your previous post, your command line would be: /usr/bin/php -q /var/www/html/scripts/query_cisco4400_interfaces_test.php kn1-wc01a.stokab.net SPstok...
- Mon Oct 01, 2007 8:26 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
- Fri Aug 10, 2007 4:01 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395
Max cacti sends the mac address of the ap to the script in the format 00:1A:A2:FA:98:10 while query_cisco4400_aps.php queries the WLC for APs/assocs and stores them in an array in the format: [ Hex: 00 1A A2 FA 98 10 ] => 1 [ Hex: 00 14 69 04 FD 00 ] => 1 [ Hex: 00 14 69 04 FC 50 ] => 2 [ Hex: 00 11...
- Tue Aug 07, 2007 6:02 am
- Forum: Scripts and Templates
- Topic: graphing cisco 4400 wireless controllers
- Replies: 75
- Views: 79395