[#196] Documentation for snmp_auth to explain list emulation of "community"
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* [#199] Missing schema changes when user has no permissions on DB
|
* [#199] Missing schema changes when user has no permissions on DB
|
||||||
|
* [#196] Documentation for snmp_auth to explain list emulation of "community"
|
||||||
|
|
||||||
2.031002 - 2015-02-04
|
2.031002 - 2015-02-04
|
||||||
|
|
||||||
|
|||||||
@@ -417,7 +417,8 @@ configuration.
|
|||||||
|
|
||||||
snmp_auth:
|
snmp_auth:
|
||||||
- community: public
|
- community: public
|
||||||
- communtiy: mycommunity
|
- community: publictwo
|
||||||
|
- community: mycommunity
|
||||||
write: true
|
write: true
|
||||||
- community: mycommunity2
|
- community: mycommunity2
|
||||||
read: false
|
read: false
|
||||||
@@ -442,9 +443,13 @@ configuration.
|
|||||||
only:
|
only:
|
||||||
- 2001:db8::/32
|
- 2001:db8::/32
|
||||||
|
|
||||||
For SNMPv1 and SNMPv2, only the C<community> key is required. You can add
|
For SNMPv1 and SNMPv2, only the C<community> key is required. Unlike the
|
||||||
C<read> and/or C<write> restrictions, and an IP restriction using C<only>.
|
global C<community>/C<community_rw> setting, this is not a list but a single
|
||||||
Giving the stanza a C<tag> name is optional, but recommended.
|
item. To emulate their list behaviour, have multiple entries at the top
|
||||||
|
C<snmp_auth> level, as in the example above.
|
||||||
|
|
||||||
|
You can add C<read> and/or C<write> restrictions, and an IP restriction using
|
||||||
|
C<only>. Giving the stanza a C<tag> name is optional, but recommended.
|
||||||
|
|
||||||
For SNMPv3 the C<tag> and C<user> keys are required. You can add C<read>
|
For SNMPv3 the C<tag> and C<user> keys are required. You can add C<read>
|
||||||
and/or C<write> restrictions, and an IP restriction using C<only>. Providing
|
and/or C<write> restrictions, and an IP restriction using C<only>. Providing
|
||||||
|
|||||||
Reference in New Issue
Block a user