home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show ip multicast mrinfo <host>

Displays information about IPv4 multicast neighbors.

show ip multicast mrinfo host [ source-addr | interface ]
host
The host that is being queried. The host is either a name (if DNS is being used on the network) or an IPv4 unicast address.
source-addr
Optional. The source address used in the mrinfo request. If omitted, the IPv4 address of the interface on which the request is sent is used.
interface
Optional. The source address used in the mrinfo request is the IPv4 address of the interface specified. If omitted, the IPv4 address of the interface on which the request is sent is used. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.

Operational mode

Use this command to show information about IPv4 multicast neighbors.

The following example shows how to display information about the IPv4 multicast neighbor mbone.phony.dom.net.

vyatta@vyatta:~$ show ip multicast mrinfo mbone.phony.dom.net
127.148.176.10 (mbone.phony.dom.net) [version 3.3]:
127.148.176.10 -> 0.0.0.0 (?) [1/1/querier]
127.148.176.10 -> 127.0.8.4 (mbone2.phony.dom.net) [1/45/tunnel]
127.148.176.10 -> 105.1.41.9 (momoney.com) [1/32/tunnel/down]
127.148.176.10 -> 143.192.152.119 (mbone.dipu.edu) [1/32/tunnel]
vyatta@vyatta:~$