Επεξεργασία

Κοινή χρήση μέσω


SNMP Request Types

[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]

The SNMP Request Types are used to describe the operation that the SNMP service is requesting the extension agent to perform.

Constant/value Description
SNMP_EXTENSION_GET
SNMP_PDU_GET
Retrieve the value of values of the specified variables.
SNMP_EXTENSION_GET_NEXT
SNMP_PDU_GETNEXT
Retrieve the value or values of the lexicographic successor of the specified variables.
SNMP_EXTENSION_GET_BULK
SNMP_PDU_GETBULK
Search and retrieve multiple values with a single request.
SNMP_EXTENSION_SET_TEST
Validate the values of the specified variables. This operation maximizes the probability of a successful write operation during the COMMIT request. For more information, see the SnmpExtensionQueryEx function.
SNMP_EXTENSION_SET_COMMIT
SNMP_PDU_SET
Write the new values to the specified variables.
SNMP_EXTENSION_SET_UNDO
Reset the values of the specified variables to their values before the COMMIT request.
SNMP_EXTENSION_SET_CLEANUP
Release the resources allocated in previous requests and operations.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Snmp.h

See also

Simple Network Management Protocol (SNMP) Overview

SNMP Reference

SNMP Constants