diff --git a/reference/snmp/functions/snmpgetnext.xml b/reference/snmp/functions/snmpgetnext.xml
index 95b4bbabaa..9b9c100aa0 100644
--- a/reference/snmp/functions/snmpgetnext.xml
+++ b/reference/snmp/functions/snmpgetnext.xml
@@ -4,7 +4,7 @@
snmpgetnext
- Fetch a SNMP object
+ Fetch the SNMP object which follows the given object id
@@ -17,10 +17,76 @@
inttimeout
intretries
-
- &warn.undocumented.func;
-
+
+
+ The snmpgetnext function is used to read the
+ value of the SNMP object that follows the specified
+ object_id.
+
+
+
+ &reftitle.parameters;
+
+
+
+ host
+ The hostname of the SNMP agent (server).
+
+
+ community
+ The read community.
+
+
+ object_id
+ The SNMP object id which precedes the wanted one.
+
+
+ timeout
+ The number of microseconds until the first timeout.
+
+
+ retries
+ The number of retries in case timeouts occur.
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ Returns SNMP object value on success or &false; on error.
+ In case of an error, an E_WARNING message is shown.
+
+
+
+
+ &reftitle.examples;
+
+
+ Using snmpgetnext
+
+
+]]>
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ snmpget
+ snmpwalk
+
+
+
+