@@ -310,6 +310,10 @@ ipt_NETFLOW linux 2.6.x-3.x kernel module by <
[email protected] > -- 2008-2014.
310
310
Note, that this config will also allow _full_ read-only access to the whole
311
311
linux MIB. To install IPT-NETFLOW-MIB locally, copy file IPT-NETFLOW-MIB.my
312
312
into ~/.snmp/mibs/
313
+
314
+ * Detailed example of SNMP configuration is there:
315
+ * https://github.com/aabc/ipt-netflow/wiki/Configuring-SNMP-access
316
+
313
317
To check that MIB is installed well you may issue:
314
318
315
319
$ snmptranslate -m IPT-NETFLOW-MIB -IR -Tp iptNetflowMIB
@@ -326,7 +330,7 @@ ipt_NETFLOW linux 2.6.x-3.x kernel module by <
[email protected] > -- 2008-2014.
326
330
327
331
Which should output STRING: "ipt_NETFLOW".
328
332
329
- MIB profides access to very similar statistics that you have in
333
+ MIB provides access to very similar statistics that you have in
330
334
/proc/net/stat/ipt_netflow, you can read description of objects in
331
335
text file IPT-NETFLOW-MIB.my
332
336
@@ -335,7 +339,7 @@ ipt_NETFLOW linux 2.6.x-3.x kernel module by <
[email protected] > -- 2008-2014.
335
339
336
340
Note: Using of SNMP v2c or v3 is mandatory for most tables, because
337
341
this MIB uses 64-bit counters (Counter64) which is not supported in old
338
- SNMP v1. You shoudl understand that 32-bit counter will wrap on 10Gbit
342
+ SNMP v1. You should understand that 32-bit counter will wrap on 10Gbit
339
343
traffic in just 3.4 seconds! So, always pass option `-v2c' or `-v3'
340
344
to net-snmp utils. Or, for example, configure option `defVersion 2c'
341
345
in ~/.snmp/snmp.conf You can also have `defCommunity public' ov v3
0 commit comments