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
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