Difference between revisions of "Null"
From Net-SNMP Wiki
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{helper|Null|code=agent/helpers/null.c}} | ||
+ | |||
The null helper doesn't provide any values, all requests are answered with NOSUCHVALUE. | The null helper doesn't provide any values, all requests are answered with NOSUCHVALUE. | ||
The main uses of it are | The main uses of it are | ||
* To act as the default handler for the top node | * To act as the default handler for the top node | ||
* To act as an example of a truly trivial helper | * To act as an example of a truly trivial helper |
Latest revision as of 16:01, 13 July 2011
Net-SNMP MIB Helper | |
Null | |
Code: | agent/helpers/null.c |
---|---|
Other Helpers: | Agent Helpers |
The null helper doesn't provide any values, all requests are answered with NOSUCHVALUE. The main uses of it are
- To act as the default handler for the top node
- To act as an example of a truly trivial helper