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 interface

Displays information about IPv4 multicast-enabled interfaces.

show ip multicast interface[ interface ]

When used with no option, this command shows information for all IPv4 multicast-enabled interfaces.

interface
Mandatory. The type keyword and identifier of an interface. For detailed keywords and arguments that can be specified as interfaces, refer to Supported Dataplane Interfaces.

Operational mode

Use this command to show operational information for IPv4 multicast-enabled interfaces.

The following example shows how to display all IPv4 multicast interface information.

vyatta@vyatta:~$ show ip multicast

Interface Vif Owner TTL Local Remote Uptime
Idx Module Address Address
wlm0 0 PIM-SM 1 192.168.1.53 0.0.0.0 00:04:26
Register 1 1 192.168.1.53 0.0.0.0 00:04:26
wlm1 2 PIM-SM 1 192.168.10.53 0.0.0.0 00:04:25
vyatta@vyatta:~$

The following example shows how to display IPv4 multicast interface information for the wlm0 interface.

vyatta@vyatta:~$ show ip multicast interface wlm0

Interface Vif Owner TTL Local Remote Uptime
Idx Module Address Address
wlm0 0 PIM-SM 1 192.168.1.53 0.0.0.0 00:05:17
vyatta@vyatta:~$