~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

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