On Thu, 2005-04-14 at 10:05, Parthiban Naliiamudali wrote:
> but i didnot get the values when i query using "snmpget" or
> "snmpwalk".

> $ snmpget -c necops -v 2c 127.0.0.1:1250
>         1.3.6.1.2.1.10.184.1.1.5.1.1.2
> WMAN-IF-MIB::wmanIfBsControllerStatusRunningSwVersion =
>         No Such Instance currently exists at this OID

That's because you haven't included the instance subidentifier.
Note the response from the GetNext request:

> $ snmpgetnext -c necops -v 2c 127.0.0.1:1250
>         1.3.6.1.2.1.10.184.1.1.5.1.1.2
> WMAN-IF-MIB::wmanIfBsControllerStatusRunningSwVersion.1 =
>         STRING: "1.32a"                              ^^

It's a bit difficult to be certain without the MIB itself
(or numeric OID output), but try:

$ snmpget -c necops -v 2c 127.0.0.1:1250
        1.3.6.1.2.1.10.184.1.1.5.1.1.2.1
                                      ^^

(same with ....5.1.1.3 vs ....5.1.1.3.1)


> $ snmpwalk -c necops -v 2c 127.0.0.1:1250
>        1.3.6.1.2.1.10.184.1.1.5.1.1.1
> WMAN-IF-MIB::wmanIfBsControllerStatusIndex =
>        No Such Instance currently exists at this OID

That one's a bit more worrying - it should have worked.
How have you implemented these objects?

Dave



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to