-
Notifications
You must be signed in to change notification settings - Fork 0
/
bihourly.8
73 lines (73 loc) · 1.56 KB
/
bihourly.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH BIHOURLY 8
.SH NAME
bihourly \- track ethernet/ip address pairs
.SH SYNOPSIS
.na
bihourly
.SH "DESCRIPTION"
.B bihourly
is a script that automates the operation of
.B arpsnmp(8)
by executing
.B arpfetch(8)
on a series of hostnames and then
sending the results to
.B arpsnmp(8)
for analysis.
.LP
The result is a report of the current pairings
between ip addresses and the corresponding ethernet address
of the network hardware as reported by
.B snmpwalk(8).
Activity
is logged and noted changes are reported by email.
.LP
In its working directory
.B bihourly
expects a file named
.IR list
which contains a space separated list of hostnames to be queried
and a file named
.IR cname
which holds the SNMP community name by which to query these hosts.
.LP
Contrary to the name,
.B bihourly
does not run twice every hour. It
runs once each time it is invoked. For repeated operation
.B bihourly
must be invoked on a periodic basis by a program like
.B cron(1).
.SH FILES
.na
.nh
.nf
/var/lib/arpwatch - default working directory
list - file containing names of hosts to query
cname - file containing the SNMP community name by which to query
.ad
.hy
.fi
.SH "SEE ALSO"
.na
.nh
.BR arpsnmp (8),
.BR arpfetch(8),
.BR snmpwalk (8),
.BR cron (8)
.ad
.hy
.SH BUGS
Please send bug reports to [email protected].
.SH AUTHORS
Craig Leres of the
Lawrence Berkeley National Laboratory Network Research Group,
University of California, Berkeley, CA.
.LP
The current version is available via anonymous ftp:
.LP
.RS
.I ftp://ftp.ee.lbl.gov/arpwatch.tar.gz
.RE
.LP
This manual page was contributed by Hugo Graumann.