On 3/3/10 10:00 AM, Ernst Einstein wrote:
> I wrote a small probe for testing purposes. Everything is fine, except one 
> thing. The device's mib contains the following definition:
>
>   staWlanIapptaCapab OBJECT-TYPE
>     SYNTAX BITS{
>       wep(32),
>       forward(64)
>     }
>   MAX-ACCESS read-only
>   STATUS current
>   DESCRIPTION "Capabilities"
>   ::= {  staWlanIapptaEntry 5 }
>
> As you can see, data type is BITS. How can I get this running in Intermapper? 
> BITS seems to be unknown ;)
>   
The SNMP protocol will encode BITS as an octet string. Your probe can
interpret the BITS value as a string, displayed in hexadecimal using the
HEXIDECIMAL type. You will have to use a CALCULATION expression to pick
apart the BITS using substr().

There is an enhancement request already in our system to interpret the
bits fields based on the compiled MIB and display it automatically (RT#
61159). I will add a +1 to that ER for you.

-- 
Bill Fisher
Dartware, LLC
____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to