summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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