-
Notifications
You must be signed in to change notification settings - Fork 0
/
mcfirst.1
70 lines (69 loc) · 1.47 KB
/
mcfirst.1
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
.\" Copyright (C) 2006 Stig Venaas <[email protected]>
.TH mcfirst "1" "User Manuals"
.SH NAME
mcfirst \- check if you can receive IPv4/IPv6 multicast
.SH SYNOPSIS
.B mcfirst
[
.B \-46vr
] [
.B \-I
.I interface
] [
.B \-c
.I count
] [
.B \-t
.I time
] [
.I source
]
.I group
.I port
.SH DESCRIPTION
.B mcfirst
can be used to check whether one can receive multicast packets from a host. The host may send any type of
multicast packets, any application, IPv4 or IPv6, ASM or SSM.
.B mcfirst
joins the specified (source) and group, and listens to the specified port.
.B mcfirst will by default exit when the first packet is received, and print how long it waited.
.SH OPTIONS
The options are as follows.
.TP
.B \-4
Force IPv4
.TP
.B \-6
Force IPv6
.TP
.B \-v
Print version
.TP
.B \-r
Print rate information only
.TP
\fB-I\fR \fIinterface\fR
Interface to join on
.TP
\fB-c\fR \fIcount\fR
Stop after receiving
.I count
packets. Default is 1 unless time limit is specified
.TP
\fB-t\fR \fItime\fR
Exit after
.I time
seconds. Default is to exit after the first packet. If both
.I count
and
.I time
are specified, mcfirst will exit as soon as one of them is satisfied.
.SH SEE ALSO
ssmping(1) a tool for checking whether can receive SSM.
.TP
dbeacon(1) a distributed beacon multicast implementation.
.SH BUGS
Please report them to Stig Venaas <[email protected]>, the author of this tool.
.SH HISTORY
\fBmcfirst\fR was developed by Stig Venaas during the
early days of the m6bone, the IPv6 multicast backbone.