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:
1) Add a <parameter> for the "Interface". This defaults to 1, but is settable in the Set Probe window. 2) Append ".$Interface" to the end of those OIDs in the <snmp-device-variable> section, as shown in the example below. You should see believable numbers in the Status Window, instead of "noSuchName". If this *doesn't* work , please copy/paste the contents of the status window into the response. (Tip: right-click in the status window and Copy All...") > > <parameters> > "Interface" = "1" -- ifIndex of the desired interface > </parameters> > > ... > > <snmp-device-variables> > > ifDot11RSS, AWCVX-MIB::awcDot11TpFdbLatestRxSignalStrength.$Interface, > DEFAULT, "Received Signal Strength" > > ifDot11SNR, AWCVX-MIB::awcDot11TpFdbLatestRxSignalQuality.$Interface , > INTEGER, "Signal-to-Noise ratio" > > ifDot11DR ,ifEntry.ifSpeed.1, DEFAULT, "Interface data rate" > > ifDot11DRCalc, ($ifDot11DR / 1000000), CALCULATION, "Mb/s" > > </snmp-device-variables> > -------------------- m2f -------------------- Read this topic online here: http://forums.dartware.com/viewtopic.php?p=1806#1806 ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [email protected]
