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

SNMP编程

开发平台:

Unix_Linux

  1.   This is a reasonably full implementation of the AgentX agent
  2. extensibility protocol (RFC 2741) in as much as it supports all
  3. the protocol operations described in this document.  The core
  4. functionality has received a reasonable amount of exposure, and
  5. is believed to be more or less stable in normal use.   It will
  6. also handle the non-graceful termination of subagents - returning
  7. a 'genErr' error for three successive requests before unregistering
  8. the unresponsive subagent.
  9.   Note that the reverse is not true, and a subagent will not
  10. re-establish contact with a dead and resurrected master in the default
  11. configuration.  Putting the following line in your
  12. APPLICATION.conf file:
  13.   agentxPingInterval 60
  14. will make the subagent try to ping the master every 60 seconds, and if
  15. the connection is deemed broken it'll try and reconnect to the master
  16. agent after that point (once every 60 seconds).
  17.   Similarly, a subagent will not be able to re-register in place of a
  18. defunct colleague until the master agent has received three requests
  19. for the dead connection (and hence unregistered it).
  20.   Some of the less frequently used features (index allocation,
  21. range registration, etc), have received less thorough testing,
  22. and may well not be fully functional.   Many of the omissions
  23. of the earlier release (Contexts, use of GetBulk, the AgentX MIB)
  24. are still missing from this version.
  25.   AgentX support is now included in the agent by default, but needs
  26. to be explicitly enabled before use.  Activate it using by putting a line
  27. master agentx
  28. in the snmpd.conf file.  This support is also enabled automatically
  29. when the '-x' flag is given (to specify a different master AgentX socket),
  30. or when the agent is invoked as an AgentX subagent (i.e. via the name
  31. 'agentxd' or with the '-X' flag).
  32.   See the main project web page for an examples of a simple stand-alone
  33. subagent.  (http://www.net-snmp.org/tutorial-5/toolkit/)
  34.   Please report any problems experienced to the net-snmp-coders list.
  35. Dave