forked from hugosantos/mrd6
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMRD6shQuickRef.txt
70 lines (47 loc) · 2.27 KB
/
MRD6shQuickRef.txt
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
mrd6sh is a tool that along with builtin telnet support allow one to
interactively configure and obtain information from MRD6. The
following consists of a brief list of the most important commands.
Please note that most commands may be called by the least common
command prefix, for instance, 'sho gr' may be used instead of 'show
group'.
$ mrd6sh show group [<groupaddr>]
Display all group information, including possible MLD and PIM
information related to a particular group. A group address may be
supplied to obtain information about a single group only.
$ mrd6sh show group <groupaddr> detail
Outputs extra information related to group interfaces, in MLD's case
it outputs the full Multicast Filter, Source timers and particular
listener interest.
$ mrd6sh show mfa counters
Displays per-group and per-source state 60 second average forwarding
statistics.
$ mrd6sh show interface [<name> [extended]]
Displays all interface information, including PIM info such as known
neighbours and MLD information (Querier, etc). An interface name may
be supplied to obtain information about that interface only. If the
parameter 'extended' is used for a particular interface, also outputs
extra PIM information such as neighbour upstream Join/Prune info.
$ mrd6sh show mrib
Outputs the current contents of the Multicast Routing Information
base.
$ mrd6sh show rpf <address>
Matches MRIB prefix information (possibly including output interface
and nexthop address) for the supplied address. This command can be
used to check what information is MRD6 using to route towards a
particular source.
$ mrd6sh log attach default \"mrd.log\" all
Changes mrd.log's log level to All. Use this whenever you find odd
behaviour as it triggers the logging of all signaling information,
state changes, etc. You should use your log file name instead of
mrd.log if you use a different one.
$ mrd6sh show version
Important information that should be supplied while reporting bugs :-)
--
In case you are using the BGP module, the following command is also of
interest.
$ mrd6sh show bgp
Outputs current BGP neighbour state, including filter match
statistics, current BGP state machine state, uptime, etc.
$ mrd6sh show translator
Displays the current state and configuration of the IPv4 to IPv6 multicast
translator module.