Skip to content

Commit bbf2ee7

Browse files
committed
README spelling and reference to wiki about SNMP configuration.
1 parent fa776ad commit bbf2ee7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ ipt_NETFLOW linux 2.6.x-3.x kernel module by <[email protected]> -- 2008-2014.
310310
Note, that this config will also allow _full_ read-only access to the whole
311311
linux MIB. To install IPT-NETFLOW-MIB locally, copy file IPT-NETFLOW-MIB.my
312312
into ~/.snmp/mibs/
313+
314+
* Detailed example of SNMP configuration is there:
315+
* https://github.com/aabc/ipt-netflow/wiki/Configuring-SNMP-access
316+
313317
To check that MIB is installed well you may issue:
314318

315319
$ 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.
326330

327331
Which should output STRING: "ipt_NETFLOW".
328332

329-
MIB profides access to very similar statistics that you have in
333+
MIB provides access to very similar statistics that you have in
330334
/proc/net/stat/ipt_netflow, you can read description of objects in
331335
text file IPT-NETFLOW-MIB.my
332336

@@ -335,7 +339,7 @@ ipt_NETFLOW linux 2.6.x-3.x kernel module by <[email protected]> -- 2008-2014.
335339

336340
Note: Using of SNMP v2c or v3 is mandatory for most tables, because
337341
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
339343
traffic in just 3.4 seconds! So, always pass option `-v2c' or `-v3'
340344
to net-snmp utils. Or, for example, configure option `defVersion 2c'
341345
in ~/.snmp/snmp.conf You can also have `defCommunity public' ov v3

0 commit comments

Comments
 (0)