home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libsnmp9 / README.agentx < prev    next >
Encoding:
Text File  |  2004-05-26  |  2.0 KB  |  47 lines

  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.  
  10.   Note that the reverse is not true, and a subagent will not
  11. re-establish contact with a dead and resurrected master in the default
  12. configuration.  Putting the following line in your
  13. APPLICATION.conf file:
  14.   agentxPingInterval 60
  15. will make the subagent try to ping the master every 60 seconds, and if
  16. the connection is deemed broken it'll try and reconnect to the master
  17. agent after that point (once every 60 seconds).
  18.  
  19.   Similarly, a subagent will not be able to re-register in place of a
  20. defunct colleague until the master agent has received three requests
  21. for the dead connection (and hence unregistered it).
  22.  
  23.   Some of the less frequently used features (index allocation,
  24. range registration, etc), have received less thorough testing,
  25. and may well not be fully functional.   Many of the omissions
  26. of the earlier release (Contexts, use of GetBulk, the AgentX MIB)
  27. are still missing from this version.
  28.  
  29.  
  30.   AgentX support is now included in the agent by default, but needs
  31. to be explicitly enabled before use.  Activate it using by putting a line
  32.  
  33.         master    agentx
  34.  
  35. in the snmpd.conf file.  This support is also enabled automatically
  36. when the '-x' flag is given (to specify a different master AgentX socket),
  37. or when the agent is invoked as an AgentX subagent (i.e. via the name
  38. 'agentxd' or with the '-X' flag).
  39.  
  40.   See the main project web page for an examples of a simple stand-alone
  41. subagent.  (http://www.net-snmp.org/tutorial-5/toolkit/)
  42.  
  43.  
  44.   Please report any problems experienced to the net-snmp-coders list.
  45.  
  46. Dave
  47.