summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-19 22:13:40 +0000
committerngie <ngie@FreeBSD.org>2017-03-19 22:13:40 +0000
commit2d800473977277dc3c127e091da446e889abc460 (patch)
tree8cfa18fd8f9ae4aaaa3a54a6b74a592ff9ba5f64 /etc
parentb941d04f793073392f93770c0b9cf2d742a5159a (diff)
downloadFreeBSD-src-2d800473977277dc3c127e091da446e889abc460.zip
FreeBSD-src-2d800473977277dc3c127e091da446e889abc460.tar.gz
MFC r311601:
Move the mibII module up so uncommenting the bridge module works Add a note about how module ordering and dependent modules
Diffstat (limited to 'etc')
-rw-r--r--etc/snmpd.config13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config
index bd2b382..7ffa58b 100644
--- a/etc/snmpd.config
+++ b/etc/snmpd.config
@@ -122,6 +122,14 @@ snmpEnableAuthenTraps = 2
# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
# can only be used if %usm is uncommented.
#
+# Modules are loaded in the order listed, so they must be before any
+# dependent modules, e.g. "mibII" vs "bridge".
+#
+
+#
+# MIB-2 module
+#
+begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
#
# Bridge module
@@ -141,11 +149,6 @@ snmpEnableAuthenTraps = 2
#begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.so"
#
-# MIB-2 module
-#
-begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
-
-#
# Netgraph module
#
#begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
OpenPOWER on IntegriCloud