The Simple Network Management Protocol (SNMP) provider allows client applications to access SNMP information through WMI. The SNMP provider acts as a gateway to systems and devices that use SNMP for management. Only the management or monitoring computer must be running WMI because it can read from any SNMP-enabled device.
SNMP Management Information Base (MIB) object variables can be read from and written to, and SNMP traps can be automatically mapped to WMI events, which can be defined for any arbitrary create, delete, or update operations to data beyond the MIB-defined traps. This feature of WMI functions as an extension of standard SNMP capabilities. For more information, see Monitoring Events.
The tools described in the following topics are designed for use by Windows scripting and C/C++ programmers. Familiarity with WMI, SNMPv1 and SNMPv2C, and a working knowledge of networking and network management concepts are recommended.
This learning path covers Windows Management Instrumentation (WMI) and Common Information Model (CIM). These technologies help to access information about a computer. Additionally, both technologies provide local and remote access to management information from the operating system, computer hardware, and installed software.