From 79030cf6d95d47c6a4b0391731f6c863f7ff0562 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 23 Dec 2016 08:59:23 +0000 Subject: [PATCH] Provide some guidance when dealing with sections and variables contained within them For example, using variables designated for %usm requires uncommenting %usm section header MFC after: 1 month --- etc/snmpd.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/snmpd.config b/etc/snmpd.config index 10148b2fdd98..bd2b38253a6d 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -115,6 +115,14 @@ snmpEnableAuthenTraps = 2 # Uncomment `begemotSnmpdModulePath.".." = ".."' entries below to enable # 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.