PRB: SnmpMgrStrToOid Assumes Oid Is in Mgmt SubtreeLast reviewed: September 29, 1995Article ID: Q129063 |
The information in this article applies to:
SYMPTOMSWhen using the SNMP Manager API SnmpMgrStrToOid() and passing it a valid Oid, the application is unable to get the requested variables.
CAUSEThe SNMP Manager API SnmpMgrStrToOid assumes that the Oid that is supplied to it is under the internet MIB of the mgmt subtree (1.3.6.1.2.1.x).
RESOLUTIONTo get variables that are not under the mgmt subtree, the Oid must be preceeded by a period (.). For example, say an application is trying to get the system group and the Oid passed to SnmpMgrStrToOid is this:
1.3.6.1.2.1.1Then the application will try to get the following, which does not exist:
iso.org.dod.internet.mgmt.1.1.3.6.1.2.1.1The correct way to get the system group is to pass this:
.1.3.6.1.2.1.1 STATUSThis behavior is by design.
REFERENCESMicrosoft Windows/NT SNMP Programmer's Reference (PROGREF.RTF).
|
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |