Cisco Aironet 1200 WAP - Can't graph signal strength?
Moderators: Developers, Moderators
Cisco Aironet 1200 WAP - Can't graph signal strength?
Hey guys,
Has anyone successfully graphed the client signal strength for the Cisco Aironet 1200 WAP? ...I figured out the ative clients by adding an additional .1 to the OID. I have the correct OID for the access point, but the only output i receive is 'U'.
Any ideas? Much appreciated...
Thank you,
Fabiano Iacusso
Has anyone successfully graphed the client signal strength for the Cisco Aironet 1200 WAP? ...I figured out the ative clients by adding an additional .1 to the OID. I have the correct OID for the access point, but the only output i receive is 'U'.
Any ideas? Much appreciated...
Thank you,
Fabiano Iacusso
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Can you post a walk of the device and the mib?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Name : cDot11ClientSignalStrength
Parent : cDot11ClientStatisticEntry
Number : 3
Access : is a device-dependent measure of the signal
Syntax : Integer32 (-100..0)
Status :
Description :
Type :3
OID: .1.3.6.1.4.1.9.9.273.1.3.1.1.3
Request : WalkUntil .1.3.6.1.4.1.9.9.273.1.3.1.1.3.0 to .1.3.6.1.4.1.9.9.273.1.3.1.1.3.65535
Displaying results...
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.3.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 (cDot11ClientSignalStrength.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 )
Value : -87
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.3.1.10.81.117.105.110.110.105.112.105.97.99.0.18.240.66.233.195 (cDot11ClientSignalStrength.1.10.81.117.105.110.110.105.112.105.97.99.0.18.240.66.233.195 )
Value : -71
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.4.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 (cDot11ClientSigQuality.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 )
Value : 61
Parent : cDot11ClientStatisticEntry
Number : 3
Access : is a device-dependent measure of the signal
Syntax : Integer32 (-100..0)
Status :
Description :
Type :3
OID: .1.3.6.1.4.1.9.9.273.1.3.1.1.3
Request : WalkUntil .1.3.6.1.4.1.9.9.273.1.3.1.1.3.0 to .1.3.6.1.4.1.9.9.273.1.3.1.1.3.65535
Displaying results...
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.3.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 (cDot11ClientSignalStrength.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 )
Value : -87
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.3.1.10.81.117.105.110.110.105.112.105.97.99.0.18.240.66.233.195 (cDot11ClientSignalStrength.1.10.81.117.105.110.110.105.112.105.97.99.0.18.240.66.233.195 )
Value : -71
Oid : 1.3.6.1.4.1.9.9.273.1.3.1.1.4.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 (cDot11ClientSigQuality.1.10.81.117.105.110.110.105.112.105.97.99.0.4.35.115.242.203 )
Value : 61
Since the values are negative, did you modify the data source to allow negative numbers (by default 0 is the min). You'll need to manually update the rrd file after you make the change to the DS.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
For those interested I have the Aironet MIB from CISCO, oh and the web link if you want more. Remember you have to compile the MIB first in order for it to work in some software.
And for some reason I cannot post them, email me then at axt0q2r@fpl.com, and I can send you the file, here is the Cisco link anyways for now.
http://tools.cisco.com/Support/SNMP/do/ ... =AWCVX-MIB
And for some reason I cannot post them, email me then at axt0q2r@fpl.com, and I can send you the file, here is the Cisco link anyways for now.
http://tools.cisco.com/Support/SNMP/do/ ... =AWCVX-MIB
I have gotten this to work. If anybody would like to help me make a Linux Friendly script, I would be more than willing to release this to the public. I do not like the idea of having a windows only script to get this working, but I am a Windows System Engineer, and only know how to program in VBScript for obvious reasons.
Here is the post in question.
http://forums.cacti.net/viewtopic.php?t ... ht=aironet
Private message me / message me here with any questions.
Here is the post in question.
http://forums.cacti.net/viewtopic.php?t ... ht=aironet
Private message me / message me here with any questions.
[size=84][color=red] Electronic Frontier Foundation[/color]
[url]http://eff.org[/url][/size]
[url]http://eff.org[/url][/size]
Update on the OID that Phobos182 provided a nice graph solution for. The OID is for the Cisco DOT 11 Association MIB, I have uploaded the MIB for those who want/need to know what its contents are.
enjoy and thanks for the Graph updates Great work!!
enjoy and thanks for the Graph updates Great work!!
- Attachments
-
- CISCO-DOT11-ASSOCIATION-MIB.txt
- (37.11 KiB) Downloaded 1423 times
-
- CISCO-DOT11-IF-MIB.txt
- (80.18 KiB) Downloaded 903 times
Please see some new Cisco wireless templates on this post:
http://forums.cacti.net/viewtopic.php?p=145695
http://forums.cacti.net/viewtopic.php?p=145695
Who is online
Users browsing this forum: No registered users and 0 guests