xref: /openbsd/usr.sbin/dvmrpctl/dvmrpctl.8 (revision eb781c07)
1.\"	$OpenBSD: dvmrpctl.8,v 1.2 2007/02/28 00:12:58 david Exp $
2.\"
3.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd March 21, 2006
18.Dt DVMRPCTL 8
19.Os
20.Sh NAME
21.Nm dvmrpctl
22.Nd control the Distance Vector Multicast Routing Protocol daemon
23.Sh SYNOPSIS
24.Nm
25.Ar command
26.Op Ar arguments ...
27.Sh DESCRIPTION
28The
29.Nm
30program controls the
31.Xr dvmrpd 8
32daemon.
33.Pp
34The following commands are available:
35.Bl -tag -width Ds
36.It Cm show igmp
37Show IGMP status for all interfaces.
38.It Cm show interfaces Op Ar interface
39Show details for all interfaces or the specified
40.Ar interface .
41.It Cm show mfc Op Cm detail
42Show the Multicast Forwarding Cache.
43.Cm detail
44can be specified for additional detail.
45.It Cm show neighbor Op Cm detail
46Show neighbors.
47.Cm detail
48can be specified for additional detail.
49.It Cm show rib Op Cm detail
50Show the Routing Information Base.
51.Cm detail
52can be specified for additional detail.
53.It Cm show summary
54Show summary information.
55.El
56.Sh FILES
57.Bl -tag -width "/var/run/dvmrpd.sockXX" -compact
58.It /var/run/dvmrpd.sock
59Unix-domain socket used for communication with
60.Xr dvmrpd 8 .
61.El
62.Sh SEE ALSO
63.Xr dvmrpd.conf 5 ,
64.Xr dvmrpd 8
65.Sh HISTORY
66The
67.Nm
68program first appeared in
69.Ox 4.0 .
70