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

SNMP编程

开发平台:

Unix_Linux

  1. TODO list of possible projects/developments/etc
  2. ===============================================
  3. APIs:
  4.   Perl (basically OK - may need a review/update)
  5.   PHP (PHP-shipped API is out of date, needs reworking)
  6.   Java (see netsnmpj)
  7.   Tk/Tcl
  8.   WinSNMP
  9.   Python (yapsnmp? / snmpy?)
  10.   #Net
  11. Agent MIBs:
  12.   Notification Filtering
  13.   Community MIB
  14.   Proxy MIB (extended to support proxying of subtrees)
  15.   RMON/RMON2
  16.   MIB-2 updates (in hand)
  17.   IPv6  
  18.   Firewall (inc. connection tracking)
  19.   DisMan:
  20.     monitor (done?)
  21.     RemOps (preliminary implementation)
  22.   Tunnel
  23.   WWW-MIB
  24.   Hardware Abstraction Layer:
  25.     HostRes (convert to use HAL and clean up)
  26.     UCDavis (convert to use HAL and update structures)
  27. Extensibility:
  28.   AgentX (reasonably stable now)
  29.   SMUX (?obsolete?)
  30.   embedded Perl (done? in hand?)
  31.      "   Python
  32.   DisMan script MIB
  33.   Extend scripts  (new, so will need to bed down)
  34.   Pass scripts (support SNMPv2 exceptions/errors)
  35.   DLMod (OK, but MIB i/f not robust)
  36. Library:
  37.   Threading
  38.   Debugging (heirarchical)
  39.   Config (split syntax & processing, persist/read-only/etc)
  40.   SecModels:
  41.     Kerberos (?done)
  42.     SBSM (?in hand)
  43.   Pre-compiled MIBs
  44. Traps:
  45.   Separate thread in agen
  46.   Pluggable modules    (?done)
  47.   Dynamic loading
  48.   Persistent connection
  49.   Threaded handler
  50.  
  51. Documentation:
  52.   Tutorials
  53.   Extending the agent
  54.   Agent internals