snmp_perl.pl
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. ##
  2. ## SNMPD perl initialization file.
  3. ##
  4. use NetSNMP::agent;
  5. $agent = new NetSNMP::agent('dont_init_agent' => 1,
  6.     'dont_init_lib' => 1);