Deleted Added
full compact
snmpd.config (165419) snmpd.config (165685)
1# $FreeBSD: head/etc/snmpd.config 165419 2006-12-20 22:10:34Z syrinx $
1# $FreeBSD: head/etc/snmpd.config 165685 2006-12-31 11:19:48Z maxim $
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9location := "Room 200"
10contact := "sysmeister@example.com"
11system := 1 # FreeBSD
12traphost := localhost
13trapport := 162
14
15# Change this!
16read := "public"
2#
3# Example configuration file for bsnmpd(1).
4#
5
6#
7# Set some common variables
8#
9location := "Room 200"
10contact := "sysmeister@example.com"
11system := 1 # FreeBSD
12traphost := localhost
13trapport := 162
14
15# Change this!
16read := "public"
17# Uncomment line 42 that sets the community string to enable write access.
17# Uncomment begemotSnmpdCommunityString.0.2 below that sets the community
18# string to enable write access.
18write := "geheim"
19trap := "mytrap"
20
21#
22# Configuration
23#
24%snmpd
25begemotSnmpdDebugDumpPdus = 2

--- 71 unchanged lines hidden ---
19write := "geheim"
20trap := "mytrap"
21
22#
23# Configuration
24#
25%snmpd
26begemotSnmpdDebugDumpPdus = 2

--- 71 unchanged lines hidden ---