snmpd.config (f3afd27f5f54f6aed337e14213e64f2d7f142728) snmpd.config (04d1781439aa9bf5c34c0eee606a3909f3503fe4)
1#
2# Copyright (c) 2001-2003
3# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4# All rights reserved.
5#
6# Author: Harti Brandt <harti@freebsd.org>
7#
8# Redistribution and use in source and binary forms, with or without

--- 58 unchanged lines hidden (view full) ---

67# strings are readable on the wire!
68#
69begemotSnmpdCommunityString.0.1 = $(read)
70# begemotSnmpdCommunityString.0.2 = $(write)
71# begemotSnmpdCommunityString.0.3 = "otherPublic"
72begemotSnmpdCommunityDisable = 1
73
74# open standard SNMP ports
1#
2# Copyright (c) 2001-2003
3# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4# All rights reserved.
5#
6# Author: Harti Brandt <harti@freebsd.org>
7#
8# Redistribution and use in source and binary forms, with or without

--- 58 unchanged lines hidden (view full) ---

67# strings are readable on the wire!
68#
69begemotSnmpdCommunityString.0.1 = $(read)
70# begemotSnmpdCommunityString.0.2 = $(write)
71# begemotSnmpdCommunityString.0.3 = "otherPublic"
72begemotSnmpdCommunityDisable = 1
73
74# open standard SNMP ports
75begemotSnmpdPortStatus.[$(host)].161 = 1
76begemotSnmpdPortStatus.127.0.0.1.161 = 1
75# begemotSnmpdPortStatus.[$(host)].161 = 1
76# begemotSnmpdPortStatus.127.0.0.1.161 = 1
77
77
78# UDP over IPv4: 127.0.0.1:161
79begemotSnmpdTransInetStatus.1.4.127.0.0.1.161.1 = 4
80
81# UDP over IPv6: ::1:161
82begemotSnmpdTransInetStatus.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.161.1 = 4
83
84# Use domain name and IPv6 link-local address with scope zone id as address
85# begemotSnmpdTransInetStatus.16."localhost".161.1 = 4
86# begemotSnmpdTransInetStatus.16."fe80::1%em0".161.1 = 4
87
78# open a unix domain socket
79begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
80begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
81
82# send traps to the traphost
83begemotTrapSinkStatus.[$(traphost)].$(trapport) = 4
84begemotTrapSinkVersion.[$(traphost)].$(trapport) = 2
85begemotTrapSinkComm.[$(traphost)].$(trapport) = $(trap)

--- 19 unchanged lines hidden ---
88# open a unix domain socket
89begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
90begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
91
92# send traps to the traphost
93begemotTrapSinkStatus.[$(traphost)].$(trapport) = 4
94begemotTrapSinkVersion.[$(traphost)].$(trapport) = 2
95begemotTrapSinkComm.[$(traphost)].$(trapport) = $(trap)

--- 19 unchanged lines hidden ---