ReadMe.txt
上传用户:czjinwang
上传日期:2007-01-12
资源大小:2484k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. SNMP++ 2.8 Browser for Win32
  2. ======================
  3. Included is the SNMP++ browser for MS-Windows 32bit operating systems, including
  4. Windows-NT and Windows '95. The browser is a fully functional SNMP browser
  5. supporting SNMP version 1 and version 2 agents. The browser supports Get, Set,
  6. Get-Next, Get-Bulk, Trap sending and Trap reception.  Included is full source
  7. code which can be used as the basis for the development of your own network
  8. management applications. Release 2.7 utilizes SNMP++ 2.7 and works for MSVC++ 6.0.
  9. WinSNMP
  10. --------------
  11. The browser utilizes two DLLs for operation; snmp_pp.dll and wsnmp32.dll. The SNMP++
  12. DLL is included with the browser package. For those interested in building the DLL from
  13. source, please refer to the SNMP++ Win32 source package. Since SNMP++ for Win32 relies
  14. on WinSNMP ( Windows SNMP library) the 32bit WinSNMP DLL ( WSNMP32.DLL) is 
  15. required. A evaluation copy of ACE*COMM's  DLL is included.  Note, this DLL is
  16. intened for evaluation usage only and may be not be sold, repackaged or shipped with
  17. your product. For commercial version of WinSNMP which can be bundled with your product, 
  18. please contact ACE*COMM @ sales@acecomm.com or http://www.acecomm.com .
  19. Running the Browser
  20. --------------------------
  21. After having installed the SNMP++ browser on your system. You will need to configure
  22. targets ( agents ) to manage. This can be accomplished by clicking on the target icon. Enter
  23. the addresses (IP or IPX) of all the agents you would like to browse. In addition to the address,
  24. the retransmission policy info and community names should be entered. When this is complete,
  25. you can then perform Gets, Sets, Get-Nexts and Get-Bulks.
  26. Building the Browser from Source
  27. -----------------------------------------
  28. When installing the SNMP++ browser, the full source may also be installed. The browser can be
  29. built using MSVC++ version 4.2 or greater. In order to do this, you may want to also install the
  30. SNMP++ source since this will allow you to use debug or release builds of the SNMP++ DLL.