Επεξεργασία

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


PDU Type Values

[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 PDU type values are used in the pdu_type field of the PDU to describe its type.

Constant Description
SNMP_PDU_GET
Search and retrieve a value from a specified SNMP variable.
SNMP_PDU_GETNEXT
Search and retrieve the value of an SNMP variable without knowing the exact name of the variable.
SNMP_PDU_RESPONSE
Reply to an SNMP_PDU_GET or an SNMP_PDU_GETNEXT request.
SNMP_PDU_SET
Store a value in a specified SNMP variable.
SNMP_PDU_V1TRAP
Indicates that the PDU trap is formatted to conform with the SNMPv1 standard.
SNMP_PDU_GETBULK
Search and retrieve multiple values with a single request.
SNMP_PDU_INFORM
Indicates an inform request PDU.
SNMP_PDU_TRAP
Alerts the management system to an extraordinary event under SNMPv2C.

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