|
I am trying to monitor a wireless 802.11b device that is SNMP
controllable.It is a SmartBridges Air Point Pro
Outdoor. I have a MIB file called AT76C510.mib that
I mibextraded by mibextra AT76C510.mib. This is a section of
the MIB I am interested in.(in red) The AssociatedSTAsNum graphs the
correct number.
The AssociatedSTAsInfo RSSI however returns a 0,1,or 2.... not a
number between 0 and 255 like I expect. What am I doing wrong?
Thanks, Earl
I -------------------------------Associated
Stations---------------------
AssociatedStationsGRP OBJECT IDENTIFIER ::= {wireless 5}
AssociatedSTAsNum OBJECT-TYPE <<< I
Get this one ok.!!!
SYNTAX INTEGER (0..2007)
ACCESS read-only STATUS
mandatory
DESCRIPTION "This parameter's value
indicates the number of the currently
associated STAtions. Associated STAtions should not be
more than
2007." ::= { AssociatedStationsGRP 1
}
AssociatedSTAsInfo OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (24))
ACCESS read-only STATUS
mandatory
DESCRIPTION "The associated STAtion's
Information. AssociatedSTAsInfo{ unsigned
short Index; unsigned char
MacAddress[6]; unsigned char
Status; unsigned char
Port; unsigned char
ParentMacAddress[6];
<<<< This is what I what I want to
graph
>>>>>>>>>>>>>>
unsigned char RSSI;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
unsigned char Reserved1[2]; }
" ::= { AssociatedStationsGRP 2
} want to graph this variable.
The OID is 1.3.6.1.4.1.410.1.2.5.2 the ??? 15th instance ???
|