This is a discussion on Re: SNMP GET ERROR within the SNMP Users forums, part of the Networking and Network Related category; On 09/02/07, karthikeyan@arasor.in <karthikeyan@arasor.in> wrote: > snmpget -v 2c -c public localhost ....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 09/02/07, karthikeyan@arasor.in <karthikeyan@arasor.in> wrote:
> snmpget -v 2c -c public localhost .1.3.6.1.2.1.10.184.1.1.1.1.1.6 > WMAN-IF-MIB::wmanIfBsSfCsSpecification = No Such Instance currently exists > at this OID It would be a lot easier to help you if you supplied a copy of the WMAN-IF-MIB file. But I strongly suspect that you've forgotten ..1.3.6.1.2.1.10.184.1.1.1.1.1.6 is the OID of wmanIfBsSfCsSpecification itself. In which case, you've forgotten the index value. That would fit with the error you're getting - the agent seems to know about the MIB object, but doesn't like the index value you've asked for. (Or not asked for, if I'm right in my guess). Dave ------------------------------------------------------------------------- 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=...057&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/...net-snmp-users |