diff --git a/Netdisco/Changes b/Netdisco/Changes index fdbec3f9..aa1c7fed 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -3,6 +3,7 @@ [BUG FIXES] * [#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 diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 8122008f..3a616668 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -417,7 +417,8 @@ configuration. snmp_auth: - community: public - - communtiy: mycommunity + - community: publictwo + - community: mycommunity write: true - community: mycommunity2 read: false @@ -442,9 +443,13 @@ configuration. only: - 2001:db8::/32 -For SNMPv1 and SNMPv2, only the C key is required. You can add -C and/or C restrictions, and an IP restriction using C. -Giving the stanza a C name is optional, but recommended. +For SNMPv1 and SNMPv2, only the C key is required. Unlike the +global C/C setting, this is not a list but a single +item. To emulate their list behaviour, have multiple entries at the top +C level, as in the example above. + +You can add C and/or C restrictions, and an IP restriction using +C. Giving the stanza a C name is optional, but recommended. For SNMPv3 the C and C keys are required. You can add C and/or C restrictions, and an IP restriction using C. Providing