Re: [IM-Talk] Cisco Aironet OID's

2009-07-20 Thread IM-Talk-Forum
I think the problem with the first two - ifDot11RSS and ifDot11SNR - is that they are table entries - there would be one for each interface. You need to add the port number (e.g., the ifIndex) of those rows. You can do this using a parameter, as shown below. You'll need to make two changes:

Re: [IM-Talk] Cisco Aironet OID's

2009-07-19 Thread Jakob Peterhänsel
Are you sure the AWCVX-MIB is in the IM MIB Folder? Jakob Peterhänsel Be a part of the Love Generation - carry a smile, not a gun. - JP, May 2006 Email: ja...@hjemme.dk AIM: Marook Phone: +45 30787715 On 18/07/2009, at 04.52, IM-Talk-Forum wrote: Thanks for the help

Re: [IM-Talk] Cisco Aironet OID's

2009-07-19 Thread IM-Talk-Forum
Thanks for the reply Jakob. Here is a list of the directory in question: Code: logger:/var/local/InterMapper_Settings/MIB Files # ls AWCVX-MIB-V1SMI.my.1 IF-MIB-rfc2863.txt RFC1213-MIB-rfc1213.txt SNMPv2-SMI-v1.mib BRIDGE-MIB-rfc1493.txtIF-MIB.txt

Re: [IM-Talk] Cisco Aironet OID's

2009-07-17 Thread Richard E. Brown
I looked at the code of the Aironet probe, and found that it retrieves the following variables from the Cisco AWCVX-MIB. awcDot11DesiredSSIDNumAssociatedSTA awcFtClientSTASelf awcDot11TpFdbAddress awcDot11TpFdbAID awcDot11TpFdbClientState awcDot11TpFdbLatestRxSignalStrength

Re: [IM-Talk] Cisco Aironet OID's

2009-07-17 Thread IM-Talk-Forum
Thanks for the help Rich. I translated those to OID's at Cisco's web site but Intermapper still says nosuchname. I tried forcing the scope of the OID with AWCVX-MIB::awcDot11TpFdbLatestRxSignalStrength but no luck. Not sure if it will help but here is a copy of the probe I am writing. Thanks

[IM-Talk] Cisco Aironet OID's

2009-07-16 Thread IM-Talk-Forum
Hi all, Thanks in advance for help with this. I am writing a custom probe to monitor signal strength between 2 Cisco 1400's we are using as a backhaul between to sites. The default Aironet probe reports signal strength but does not allow it to be graphed. My problem is finding the OID that