Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

The extension agent provides the interface and a database for the information that is used to monitor network devices and processes that are using SNMP. It collects and returns information as requested by a management system.

At SNMP service startup time, the SNMP service (Snmp.dll) invokes the appropriate extension-agent DLL, which in turn implements the appropriate MIB. Windows Embedded CE ships with two extension-agent DLLs (Snmp_hostmib.dll and Snmp_mibII.dll), but you can write also a customized extension-agent application. The SNMP Extension API enables you to construct an extension-agent DLL that is capable of communicating with the SNMP service and implementing a MIB.

See Also