SNMP Samples

Click to open or copy the files for the SNMP samples.

The SNMP sample has two parts: SnmpUtil and Testdll.

The SnmpUtil sample demonstrates how to use the SNMP API to build SNMP manager applications on Windows NTŪ. This is a command-line utility that lets you retrieve information from any SNMP agent in your network.

The Testdll sample demonstrates how to build an extension agent DLL that works with the extendible SNMP agent. This DLL implements the toaster MIB and shows how new MIBs can be added to the agent through a DLL.

Building SDK Samples