3 # Example configuration file for bsnmpd(1).
7 # Set some common variables
10 contact := "sysmeister@example.com"
16 # Set the SNMP engine ID.
18 # The snmpEngineID object required from the SNMPv3 Framework. If not explicitly set via
19 # this configuration file, an ID is assigned based on the value of the
20 # kern.hostid variable
21 # engine := 0x80:0x10:0x08:0x10:0x80:0x25
22 # snmpEngineID = $(engine)
26 # Uncomment begemotSnmpdCommunityString.0.2 below that sets the community
27 # string to enable write access.
32 # Declarations for SNMP-USER-BASED-SM-MIB authentication and privacy options
35 NoAuthProtocol := 1.3.6.1.6.3.10.1.1.1
36 HMACMD5AuthProtocol := 1.3.6.1.6.3.10.1.1.2
37 HMACSHAAuthProtocol := 1.3.6.1.6.3.10.1.1.3
38 NoPrivProtocol := 1.3.6.1.6.3.10.1.2.1
39 DESPrivProtocol := 1.3.6.1.6.3.10.1.2.2
40 AesCfb128Protocol := 1.3.6.1.6.3.10.1.2.4
43 # Enumerations from SNMP-FRAMEWORK-MIB
48 securityModelSNMPv1 := 1
49 securityModelSNMPv2c := 2
52 # Message Processing models
63 # SNMPv3 USM User definition
65 # The localized hex password for a user may be obtained by setting SNMPUSER, SNMPPASSWD,
66 # SNMPAUTH and SNMPPRIV environment variables to the desired parameters and invoking
67 # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other
68 # usages refer to the bsnmpget(1) manual page. The following lines define a user "bsnmp"
69 # with a private password "bsnmptest", localized for the above engine ID.
72 #user1passwd := 0x22:0x98:0x1a:0x6e:0x39:0x93:0x16:0x5e:0x6a:0x21:0x1b:0xd8:0xa9:0x81:0x31:0x05:0x16:0x33:0x38:0x60
78 begemotSnmpdDebugDumpPdus = 2
79 begemotSnmpdDebugSyslogPri = 7
82 # Set the read and write communities.
84 # The default value of the community strings is NULL (note, that this is
85 # different from the empty string). This disables both read and write access.
86 # To enable read access only the read community string must be set. Setting
87 # the write community string enables both read and write access with that
90 # Be sure to understand the security implications of SNMPv2 - the community
91 # strings are readable on the wire!
93 begemotSnmpdCommunityString.0.1 = $(read)
94 # begemotSnmpdCommunityString.0.2 = $(write)
95 begemotSnmpdCommunityDisable = 1
97 # open standard SNMP ports
98 begemotSnmpdPortStatus.0.0.0.0.161 = 1
100 # open a unix domain socket
101 begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
102 begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
104 # send traps to the traphost
105 begemotTrapSinkStatus.[$(traphost)].$(trapport) = 4
106 begemotTrapSinkVersion.[$(traphost)].$(trapport) = 2
107 begemotTrapSinkComm.[$(traphost)].$(trapport) = $(trap)
109 sysContact = $(contact)
110 sysLocation = $(location)
111 sysObjectId = 1.3.6.1.4.1.12325.1.1.2.1.$(system)
113 snmpEnableAuthenTraps = 2
116 # SNMPv3 User-based security module - must be loaded for SNMPv3 USM
118 #begemotSnmpdModulePath."usm" = "/usr/lib/snmp_usm.so"
121 # SNMPv3 USM User definition.
127 # The following block creates a user with name "bsnmp" and sets privacy
128 # and encryption options to SHA256 message digests and AES encryption
131 # usmUserStatus.$(engine).$(user1) = 5
132 # usmUserAuthProtocol.$(engine).$(user1) = $(HMACSHAAuthProtocol)
133 # usmUserAuthKeyChange.$(engine).$(user1) = $(user1passwd)
134 # usmUserPrivProtocol.$(engine).$(user1) = $(AesCfb128Protocol)
135 # usmUserPrivKeyChange.$(engine).$(user1) = $(user1passwd)
136 # usmUserStatus.$(engine).$(user1) = 1
140 # The following block creates a user with name "public" with no authentication
141 # or encryption options.
143 # usmUserStatus.$(engine).$(read) = 5
144 # usmUserAuthProtocol.$(engine).$(read) = $(NoAuthProtocol)
145 # usmUserPrivProtocol.$(engine).$(read) = $(NoPrivProtocol)
146 # usmUserStatus.$(engine).$(read) = 1
150 # SNMPv3 View-based Access Control module
152 #begemotSnmpdModulePath."vacm" = "/usr/lib/snmp_vacm.so"
155 # Definition of view-based access control entries.
159 # Definition of a SNMPv1 group
160 # vacmSecurityToGroupStatus.$(securityModelSNMPv1).$(read) = 4
161 # vacmGroupName.$(securityModelSNMPv1).$(read) = $(read)
163 # Definition of SNMPv2 group
164 # vacmSecurityToGroupStatus.$(securityModelSNMPv2c).$(write) = 4
165 # vacmGroupName.$(securityModelSNMPv2c).$(write) = $(write)
167 # Definition of SNMPv3 group with users "bsnmp" and "public"
168 # vacmSecurityToGroupStatus.$(securityModelUSM).$(user1) = 4
169 # vacmGroupName.$(securityModelUSM).$(user1) = $(write)
170 # vacmSecurityToGroupStatus.$(securityModelUSM).$(read) = 4
171 # vacmGroupName.$(securityModelUSM).$(read) = $(write)
174 # The OID of the .iso.org.dod.internet subtree
176 # internetoid := 1.3.6.1
177 # internetoidlen := 4
180 # Definitions of two views
182 # vacmViewTreeFamilyStatus."internet".$(internetoidlen).$(internetoid) = 4
183 # vacmViewTreeFamilyStatus."restricted".$(internetoidlen).$(internetoid) = 4
190 # Read-only access for SNMPv1 users
192 # vacmAccessStatus.$(read)."".$(securityModelSNMPv1).$(noAuthNoPriv) = 4
193 # vacmAccessReadViewName.$(read)."".$(securityModelSNMPv1).$(noAuthNoPriv) = "internet"
196 # Read-write access for SNMPv2 users
198 # vacmAccessStatus.$(write)."".$(securityModelSNMPv2c).$(noAuthNoPriv) = 4
199 # vacmAccessReadViewName.$(write)."".$(securityModelSNMPv2c).$(noAuthNoPriv) = "internet"
200 # vacmAccessWriteViewName.$(write)."".$(securityModelSNMPv2c).$(noAuthNoPriv) = "internet"
203 # Read-write-notify access for SNMPv3 USM users with noAuthNoPriv
205 # vacmAccessStatus.$(write)."".3.$(noAuthNoPriv) = 4
206 # vacmAccessReadViewName.$(write)."".$(securityModelUSM).$(noAuthNoPriv) = "internet"
207 # vacmAccessWriteViewName.$(write)."".$(securityModelUSM).$(noAuthNoPriv) = "internet"
208 # vacmAccessNotifyViewName.$(write)."".$(securityModelUSM).$(noAuthNoPriv) = "internet"
211 #Read-write-notify access to restricted for SNMPv3 USM users with authPriv
213 # vacmAccessStatus.$(write)."".3.$(authPriv) = 4
214 # vacmAccessReadViewName.$(write)."".3.$(authPriv) = "restricted"
215 # vacmAccessWriteViewName.$(write)."".3.$(authPriv) = "restricted"
216 # vacmAccessNotifyViewName.$(write)."".3.$(authPriv) = "restricted"
219 # SNMPv3 Notification Targets
221 # begemotSnmpdModulePath."target" = "/usr/lib/snmp_target.so"
224 # Send notifications to target tag "test"
226 # snmpNotifyRowStatus.$(tag) = 4
227 # snmpNotifyTag.$(tag) = $(tag)
229 # tagremote := "testremote"
230 # snmpNotifyRowStatus.$(tagremote) = 4
231 # snmpNotifyTag.$(tagremote) = $(tagremote)
234 # Specify the target parameters for the notifications - send with the credentials
237 # snmpTargetParamsRowStatus.$(tag) = 5
238 # snmpTargetParamsMPModel.$(tag) = $(MPmodelSNMPv3)
239 # snmpTargetParamsSecurityModel.$(tag) = $(securityModelUSM)
240 # snmpTargetParamsSecurityName.$(tag) = $(user1)
241 # snmpTargetParamsSecurityLevel.$(tag) = $(authPriv)
242 # snmpTargetParamsRowStatus.$(tag) = 1
245 # Define the notifications' target address - port 162 on localhost
247 # snmpTargetAddrRowStatus.$(tag) = 5
248 # snmpTargetAddrTAddress.$(tag) = 0x7f:0x0:0x0:0x1:0x0:0xa2
249 # snmpTargetAddrTagList.$(tag) = "test notification"
250 # snmpTargetAddrParams.$(tag) = $(tag)
251 # snmpTargetAddrRowStatus.$(tag) = 1
254 # Define the notifications' target address - port 162 on 10.0.0.1
256 # snmpTargetAddrRowStatus.$(tagremote) = 5
257 # snmpTargetAddrTAddress.$(tagremote) = 0x0a:0x00:0x00:0x1:0x0:0xa2
258 # snmpTargetAddrTagList.$(tagremote) = $(tagremote)
259 # snmpTargetAddrParams.$(tagremote) = $(tag)
260 # snmpTargetAddrRowStatus.$(tagremote) = 1
265 begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
267 # Force a polling rate for the 64-bit interface counters in case
268 # the automatic computation is wrong (which may be the case if an interface
269 # announces the wrong bit rate via its MIB).
271 #begemotIfForcePoll = 2000
276 #begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
279 #begemotNgControlNodeName = "snmpd"
284 #begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.so"
289 #begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"
292 # Host resources module
293 # This requires the mibII module.
295 #begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
299 # This requires the mibII module.
301 #begemotSnmpdModulePath."bridge" = "/usr/lib/snmp_bridge.so"
305 # This requires the mibII module.
307 #begemotSnmpdModulePath."wlan" = "/usr/lib/snmp_wlan.so"