Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / snmp / snmpi.1c
CommitLineData
9319b3c3
C
1.TH SNMPI 1C "14 Sep 1989"
2.\" $Header: /f/osi/snmp/RCS/snmpi.1c,v 7.6 91/02/22 09:44:32 mrose Interim $
3.\"
4.\" Contributed by NYSERNet Inc. This work was partially supported by the
5.\" U.S. Defense Advanced Research Projects Agency and the Rome Air Development
6.\" Center of the U.S. Air Force Systems Command under contract number
7.\" F30602-88-C-0016.
8.\"
9.\"
10.\" $Log: snmpi.1c,v $
11.\" Revision 7.6 91/02/22 09:44:32 mrose
12.\" Interim 6.8
13.\"
14.\" Revision 7.5 90/10/18 11:34:09 mrose
15.\" psi
16.\"
17.\" Revision 7.4 90/08/29 15:04:14 mrose
18.\" doc
19.\"
20.\" Revision 7.3 90/05/13 15:55:57 mrose
21.\" update
22.\"
23.\" Revision 7.2 90/02/19 19:17:03 mrose
24.\" again
25.\"
26.\" Revision 7.1 90/01/11 18:34:41 mrose
27.\" real-sync
28.\"
29.\" Revision 7.0 89/11/23 22:23:29 mrose
30.\" Release 6.0
31.\"
32.SH NAME
33snmpi \- really minimal SNMP initiator
34.SH SYNOPSIS
35.in +.5i
36.ti -.5i
37.B snmpi
38\%[-a\0agent]
39\%[-c\0community]
40\%[-f\0file]
41\%[-p\0portno]
42\%[-d]
43\%[-v]
44\%[-w]
45.in -.5i
46.SH DESCRIPTION
47The \fIsnmpi\fR program is an extremely simple program,
48used to test \fIsnmpd\fR.
49Once \fIsnmpd\fR is started,
50to see if it's running,
51do:
52.sp
53.in +.5i
54.nf
55% snmpi dump
56.fi
57.in -.5i
58.sp
59This should generate voluminous output.
60.SH OPTIONS
61The `-a' switch sets the address of the SNMP agent.
62Either a hostname, an IP-address, or a transport address (using
63Kille's string syntax) may be used.
64The default is the localhost.
65Similarly,
66the `-p' switch sets the UDP port number that the agent resides on
67(if an IP-style address is given, obviously).
68The default is UDP port 161.
69.PP
70The `-c' switch sets the community name for the SNMP request.
71The default is public.
72.PP
73The `-d' switch enables debugging.
74This doesn't do anything yet.
75.PP
76The `-f' switch selects a file containing compiled MIB module definitions.
77The default is \fIobjects.defs\fR.
78.PP
79The `-w' switch enables watching.
80When SNMP messages are exchanged,
81they will be pretty-printed on the terminal if the user is watching.
82.PP
83The `-v' switch enables verbose interaction.
84This doesn't do anything yet.
85.SH FILES
86.nf
87.ta \w'\*(EDobjects.defs 'u
88\*(EDobjects.defs MIB definitions
89.re
90.fi
91.SH "NOTE WELL"
92The names of the objects in \fBobjects.defs\fR are case sensitive.
93This was necessary to improve the efficiency of the hashing algorithm
94used for object lookup.
95.SH "SEE ALSO"
96RFCs 1155, 1156, and 1157.
97.PP
98S.E.\0Kille,
99\fIA string encoding of Presentation Address\fR,
100Research Note RN/89/14,
101Department of Computer Science,
102University College London,
103(February, 1989).
104.SH AUTHOR
105Marshall T. Rose,
106Performance Systems International
107.PP
108This work was partially supported by the
109U.S. Defense Advanced Research Projects Agency and the Rome Air Development
110Center of the U.S. Air Force Systems Command under contract number
111F30602-88-C-0016.
112.PP
113Although this package is distributed with the ISODE,
114it is not an OSI program, per se.
115Inasmuch as the continued survival of the Internet hinges on all nodes
116becoming network manageable,
117this package was developed using the ISODE and is being freely
118distributed with releases of Berkeley UNIX.
119.PP
120It must be stressed that this package is not a complete network management
121system.
122In particular,
123whilst \fIsnmpd\fR provides a minimal agent functionality,
124there are no Network Operation Center (NOC) tools--\fIsnmpi\fR is a
125debugging aid only.