How do I run the various example applications provided?
The product distribution includes various example applications in the example directory. Examples include applications, such as snmpget, and snmpgetnext. You can use them to query information from the SNMP agents on your network. All the applications that are used to query an agent have identical syntax. In general, all the command line tools gives help information when you type the following. command-name For example, to get help information on the command snmpgetnext, type: snmpgetnext To execute the application, you have to set the PATH to .NET Framework redistributables and the necessary dll’s needs to be copied to the example directory. For compiling the example applications, you can use the utility compile.bat located under the examples\ snmpapps and examples\mibapps directory. For example, compile snmpgetnext.cs will create snmpgetnext.exe.