diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-04 16:43:35 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-04 16:43:35 +0000 |
commit | 8f6cd3d25a7fd531a360853b9775119bc4abc00f (patch) | |
tree | e860f017344e0fa3b767dd7a9be0fdc74575c1a1 | |
parent | c6147e84beea95ea82174c8fc842756632f104aa (diff) | |
download | FreeBSD-src-8f6cd3d25a7fd531a360853b9775119bc4abc00f.zip FreeBSD-src-8f6cd3d25a7fd531a360853b9775119bc4abc00f.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
-rw-r--r-- | etc/snmpd.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config index 7787542..22a9921 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. # |