home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / snmp / snmputil / readme.txt < prev    next >
Text File  |  1996-04-19  |  528b  |  13 lines

  1. Simple Network Management Protocol
  2.  
  3.  
  4. The SNMP sample has two parts: SNMPUTIL and TESTDLL.
  5.  
  6. The SNMPUTIL sample demonstrates how to use the SNMP API to build SNMP 
  7. manager applications on Windows NT. This is a command-line utility that lets 
  8. you retrieve information from any SNMP agent in your network.
  9.  
  10. The TESTDLL sample demonstrates how to build an extension agent DLL that
  11. works with the extendible SNMP agent. This DLL implements the toaster MIB 
  12. and shows how new MIBs can be added to the agent through a DLL.
  13.