Re: SNMP GET ERROR

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On 09/02/07, [email protected] <[email protected]> wrote:
>    HERE I HAVE ATTACHED MY WMAN-IF MIB- TXT FILE FRO YOUR REFERENCE..
> PLEASE FIND ATTACHED FILE...

Thanks.

That's confirmed my guess.
.1.3.6.1.2.1.10.184.1.1.1.1.1.6  is indeed the OID of the MIB object
WMAN-IF-MIB::wmanIfBsSfCsSpecification

> THEN..WHICH IS CORRECT SNMPGET COMMAND..
> snmpget -v 2c -c public localhost .1.3.6.1.2.1.10.184.1.1.1.1.1.6

> THIS COMMAND IS WRONG...

Yes - you're missing the index values.
It should be something like:

      .1.3.6.1.2.1.10.184.1.1.1.1.1.6.1.1

where the last two numbers are the ifIndex and wmanIfBsSfId values.
But I can't tell you what numbers to use here - since it depends on
the setup of your system.

Try
    snmpgetnext -v 2c -c public localhost .1.3.6.1.2.1.10.184.1.1.1.1.1.6

which should give you the first such entry.

Dave

PS:  Please DON'T SHOUT :-)  Thanks

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.