README
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. The AnyData::SNMP module is really an augmentation to Jeff Zucker's
  2. excellent perl AnyData and DBD::AnyData modules.  It is designed to
  3. allow the infamous perl DBI module to translate SQL commands directly
  4. into network SNMP requests and to manipulate the data in perl
  5. afterward.  See the perl DBI documentation for further details, as
  6. well as the AnyData documentation.
  7. The netsh command then implements a standard shell around the sql to
  8. SNMP mapping, such that commands like the following are possible:
  9.   netsh -c public localhost 'select ifIndex, ifDescr, ifType from ifTable'
  10.   netsh -c public localhost 'update ifTable set ifAdminStatus = 2 where ifType = 6'
  11. Without a command to run, netsh puts you into an interactive shell
  12. where the commands can be typed at a command prompt.
  13. See the INSTALL file for the necessary prerequisites.  Note that this
  14. currently makes use of a patched copy of the DBD::AnyData module.
  15. This will be fixed in future versions of both this module and the
  16. DBD::AnyData module as the authors worth toward a common
  17. infrastructure.