summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-04 17:08:21 +0000
committerngie <ngie@FreeBSD.org>2017-02-04 17:08:21 +0000
commit0d68a9ec2437d73f427913b31f9a894550cbf9a4 (patch)
tree8ed90a475ba9eab244b93b3d7bc6d38cfada5a5c /etc
parent4f0d7e3f0b531a6cafe1e13b8af4285aff5d69be (diff)
downloadFreeBSD-src-0d68a9ec2437d73f427913b31f9a894550cbf9a4.zip
FreeBSD-src-0d68a9ec2437d73f427913b31f9a894550cbf9a4.tar.gz
MFC r310467:
Provide some guidance when dealing with sections and variables contained within them For example, using variables designated for %usm requires uncommenting %usm section header
Diffstat (limited to 'etc')
-rw-r--r--etc/snmpd.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config
index 10148b2..bd2b382 100644
--- a/etc/snmpd.config
+++ b/etc/snmpd.config
@@ -116,6 +116,14 @@ snmpEnableAuthenTraps = 2
# modules
#
+# Control configuration for the modules in the module specific sections, e.g.
+# the "usm" module (begemotSnmpdModulePath."usm") can be controlled in the
+# %usm specific section. You must uncomment the section specific header in
+# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
+# can only be used if %usm is uncommented.
+#
+
+#
# Bridge module
# This requires the mibII module.
#
OpenPOWER on IntegriCloud