Deleted Added
full compact
bsnmpd.1 (150920) bsnmpd.1 (156066)
1.\"
2.\" Copyright (c) 2004-2005
3.\" Hartmut Brandt.
4.\" All rights reserved.
5.\" Copyright (c) 2001-2003
6.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
7.\" All rights reserved.
8.\"

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

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
1.\"
2.\" Copyright (c) 2004-2005
3.\" Hartmut Brandt.
4.\" All rights reserved.
5.\" Copyright (c) 2001-2003
6.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
7.\" All rights reserved.
8.\"

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

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" $Begemot: bsnmp/snmpd/bsnmpd.1,v 1.9 2005/10/04 08:46:54 brandt_h Exp $
32.\" $Begemot: bsnmp/snmpd/bsnmpd.1,v 1.12 2006/02/27 09:50:03 brandt_h Exp $
33.\"
33.\"
34.Dd October 4, 2005
35.Dt SNMPD 1
34.Dd February 27, 2006
35.Dt BSNMPD 1
36.Os
37.Sh NAME
38.Nm bsnmpd
39.Nd "simple and extensible SNMP daemon"
40.Sh SYNOPSIS
41.Nm
42.Op Fl dh
43.Op Fl c Ar file
44.Op Fl D Ar options
45.Op Fl I Ar paths
46.Op Fl l Ar prefix
47.Op Fl m Ar variable Ns Op = Ns Ar value
48.Op Fl p Ar file
49.Sh DESCRIPTION
50The
51.Nm
36.Os
37.Sh NAME
38.Nm bsnmpd
39.Nd "simple and extensible SNMP daemon"
40.Sh SYNOPSIS
41.Nm
42.Op Fl dh
43.Op Fl c Ar file
44.Op Fl D Ar options
45.Op Fl I Ar paths
46.Op Fl l Ar prefix
47.Op Fl m Ar variable Ns Op = Ns Ar value
48.Op Fl p Ar file
49.Sh DESCRIPTION
50The
51.Nm
52daemon servers the internet SNMP (Simple Network Management Protocol).
52daemon server the internet SNMP (Simple Network Management Protocol).
53It is intended to serve only the absolute basic MIBs and implement all other
54MIBs through loadable modules.
55In this way the
56.Nm
57can be used in unexpected ways.
58.Pp
59The options are as follows:
60.Bl -tag -width ".It Fl D Ar options"

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

253.It Pa /var/run/ Ns Ao Ar prefix Ac Ns \&.pid
254Default pid file.
255.It Pa /etc:/usr/etc/:/usr/local/etc
256This is the default search path for system include files.
257.It Pa @MIBSPATH@FOKUS-MIB.txt
258.It Pa @MIBSPATH@BEGEMOT-MIB.txt
259.It Pa @MIBSPATH@BEGEMOT-SNMPD.txt
260The definitions for the MIBs implemented in the daemon.
53It is intended to serve only the absolute basic MIBs and implement all other
54MIBs through loadable modules.
55In this way the
56.Nm
57can be used in unexpected ways.
58.Pp
59The options are as follows:
60.Bl -tag -width ".It Fl D Ar options"

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

253.It Pa /var/run/ Ns Ao Ar prefix Ac Ns \&.pid
254Default pid file.
255.It Pa /etc:/usr/etc/:/usr/local/etc
256This is the default search path for system include files.
257.It Pa @MIBSPATH@FOKUS-MIB.txt
258.It Pa @MIBSPATH@BEGEMOT-MIB.txt
259.It Pa @MIBSPATH@BEGEMOT-SNMPD.txt
260The definitions for the MIBs implemented in the daemon.
261.It Pa /etc/hosts.allow, /etc/hosts.deny
262Access controls that should be enforced by TCP wrappers should be defined here.
263Further details are described in
264.Xr hosts_access 5 .
261.El
262.Sh SEE ALSO
265.El
266.Sh SEE ALSO
263.Xr gensnmptree 1
267.Xr gensnmptree 1 ,
268.Xr hosts_access 5
264.Sh STANDARDS
265The
266.Nm
267conforms to the applicable IETF RFCs.
268.Sh AUTHORS
269.An Hartmut Brandt Aq harti@freebsd.org
270.Sh BUGS
271Sure.
269.Sh STANDARDS
270The
271.Nm
272conforms to the applicable IETF RFCs.
273.Sh AUTHORS
274.An Hartmut Brandt Aq harti@freebsd.org
275.Sh BUGS
276Sure.