Mrinfo is a multicast routing information utility for GNU/Linux, similar to the
implementation provided on Cisco IOS.
Feel free to contact me for bug fixes or feature requests.
#Example output
./mrinfo 192.168.2.4
192.168.2.4 [Version 12.4] [Capabilities PM]:
192.168.2.4 -> 192.168.2.2 [1/0/Querier]
192.168.2.4 -> 192.168.2.3 [1/0/Querier]
192.168.13.3 -> 192.168.13.1 [1/0/Querier]
#Usage
- Simple probe.
- ./mrinfo
- With 5 seconds timeout
- ./mrinfo -t 5
- Show help
- ./mrinfo -h
#Build:
$ make
Dependencies: libpcap (Responses capturing.)