diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 1c3f04b3..cafee348 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -571,6 +571,24 @@ this you usually configure a common context prefix, with Netdisco's default being "C" (i.e. C, C, etc). Add the C key to a stanza to override this. +Note that multiple SNMP v2 community strings need to be in separate named +stanza, as below. However for simple v2 configurations you can use the +C shorthand: + +snmp_auth: + - tag: 'default_v2_readonly1' + community: 'read1' + read: true + write: false + - tag: 'default_v2_readonly2' + community: 'read2' + read: true + write: false + + # or... + + community: ['read1', 'read2'] + =head3 C Value: String. Default none.