summaryrefslogtreecommitdiff
path: root/man/netsnmp_utilities.3
blob: c69045102c6cb8350acda77c2effb83b9de2ddad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.TH "utility_handlers" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
utility_handlers \- 
.PP
Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object.  

.SS "Modules"

.in +1c
.ti -1c
.RI "\fBbulk_to_next\fP"
.br
.PP

.RI "\fIConvert GETBULK requests into GETNEXT requests for the handler. \fP"
.ti -1c
.RI "\fBcache_handler\fP"
.br
.PP

.RI "\fIMaintains a cache of data for use by lower level handlers. \fP"
.ti -1c
.RI "\fBdebug\fP"
.br
.PP

.RI "\fIPrint out debugging information about the handler chain being called. \fP"
.ti -1c
.RI "\fBmode_end_call\fP"
.br
.PP

.RI "\fIAt the end of a series of requests, call another handler hook. \fP"
.ti -1c
.RI "\fBmultiplexer\fP"
.br
.PP

.RI "\fISplits mode requests into calls to different handlers. \fP"
.ti -1c
.RI "\fBread_only\fP"
.br
.PP

.RI "\fIMake your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. \fP"
.ti -1c
.RI "\fBrow_merge\fP"
.br
.PP

.RI "\fICalls sub handlers with request for one row at a time. \fP"
.ti -1c
.RI "\fBserialize\fP"
.br
.PP

.RI "\fICalls sub handlers one request at a time. \fP"
.ti -1c
.RI "\fBstash_to_next\fP"
.br
.PP

.RI "\fIConvert GET_STASH requests into GETNEXT requests for the handler. \fP"
.in -1c
.SH "Detailed Description"
.PP 
Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object. 

These helpers do not implement any MIB objects themselves. Rather they handle specific generic situations, either returning an error, or passing a (possibly simpler) request down to lower level handlers. 
.SH "Author"
.PP 
Generated automatically by Doxygen for net-snmp from the source code.