xref: /openbsd-src/usr.sbin/mopd/mopprobe/mopprobe.1 (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.\"	$OpenBSD: mopprobe.1,v 1.15 2014/09/08 01:27:55 schwarze Exp $
2.\"
3.\" Copyright (c) 1996 Mats O Jansson.  All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" @(#) $OpenBSD: mopprobe.1,v 1.15 2014/09/08 01:27:55 schwarze Exp $
26.\"
27.Dd $Mdocdate: September 8 2014 $
28.Dt MOPPROBE 1
29.Os
30.Sh NAME
31.Nm mopprobe
32.Nd MOP Probe Utility
33.Sh SYNOPSIS
34.Nm mopprobe
35.Op Fl 3 | 4
36.Op Fl aov
37.Ar interface
38.Sh DESCRIPTION
39.Nm
40prints the Ethernet address and nodename of DECserver 100/200/250/300 on the
41Ethernet connected to
42.Ar interface
43or all known interfaces if
44.Fl a
45is given.
46If
47.Fl o
48inhibits all messages but the first from a node.
49With
50.Fl v
51all MOP/RC SID messages will be shown (e.g., machines running DECnet).
52.Pp
53The options are as follows:
54.Bl -tag -width Ds
55.It Fl 3
56Ignore MOP V3 messages (Ethernet II).
57.It Fl 4
58Ignore MOP V4 messages (Ethernet 802.3).
59.It Fl a
60Listen on all the Ethernets attached to the system.
61If
62.Fl a
63is omitted, an interface must be specified.
64.It Fl o
65Print a node just once.
66.It Fl v
67Show all nodes sending MOP/RC SID messages.
68.El
69.Sh SEE ALSO
70.Xr mopa.out 1 ,
71.Xr mopchk 1 ,
72.Xr moptrace 1 ,
73.Xr mopd 8
74.Sh AUTHORS
75.An Mats O Jansson Aq Mt moj@stacken.kth.se
76