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 mroute

Displays the IPv4 multicast routing table.

show ip mroute [ group group [ source source ] ] [ dense | sparse | count | summary ]

When used with no option, this command displays information for the complete IPv4 multicast routing table.

group group
Shows IPv4 multicast routes for the specified multicast group. The format is an IPv4 multicast address.
source source
Used in source-specific multicast. Shows multicast routes for the specified IPv4 multicast source. The format is an IPv4 multicast address.
dense
Shows dense-mode IPv4 multicast routes.
sparse
Shows sparse-mode IPv4 multicast routes.
count
Shows IPv4 multicast-route and packet-count information.
summary
Shows abbreviated IPv4 multicast route information.

Operational mode

Use this command to display the IPv4 multicast routing table.

The following example shows how to display an IPv4 multicast routing table.

vyatta@vyatta:~$ show ip mroute

IP Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
Timers: Uptime/Stat Expiry
Interface State: Interface (TTL)
(10.10.1.52, 224.0.1.3), uptime 00:00:31, stat expires 00:02:59
Owner PIM-SM, Flags: TF
Incoming interface: wm0
Outgoing interface list:
wm1 (1)
vyatta@vyatta:~$

The following example shows how to display routes for multicast group 224.0.1.3 and source 10.10.1.52.

vyatta@vyatta:~$ show ip mroute group 224.0.1.3 source 10.10.1.52
IP Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
Timers: Uptime/Stat Expiry
Interface State: Interface (TTL)
(10.10.1.52, 224.0.1.3), uptime 00:03:24, stat expires 00:01:28
Owner PIM-SM, Flags: TF
Incoming interface: wm0
Outgoing interface list:
wm1 (1)vyatta@vyatta:~$

The following example shows how to display packet counts for multicast routes.

vyatta@vyatta:~$ show ip mroute count

IP Multicast Statistics
Total 1 routes using 132 bytes memory
Route limit/Route threshold: 2147483647/2147483647
Total NOCACHE/WRONGVIF/WHOLEPKT recv from fwd: 1/0/0
Total NOCACHE/WRONGVIF/WHOLEPKT sent to clients: 1/0/0
Immediate/Timed stat updates sent to clients: 0/0
Reg ACK recv/Reg NACK recv/Reg pkt sent: 0/0/0
Next stats poll: 00:01:10
Forwarding Counts: Pkt count/Byte count, Other Counts: Wrong If pkts
Fwd msg counts: WRONGVIF/WHOLEPKT recv
Client msg counts: WRONGVIF/WHOLEPKT/Imm Stat/Timed Stat sent
Reg pkt counts: Reg ACK recv/Reg NACK recv/Reg pkt sent
(10.10.1.52, 224.0.1.3), Forwarding: 2/19456, Other: 0
Fwd msg: 0/0, Client msg: 0/0/0/0, Reg: 0/0/0
vyatta@vyatta:~$

The following example shows how to display a summary of the multicast routing table.

vyatta@vyatta:~$show ip mroute summary

IP Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
Timers: Uptime/Stat Expiry
Interface State: Interface (TTL)
(10.10.1.52, 224.0.1.3), 00:01:32/00:03:20, PIM-SM, Flags: TF
vyatta@vyatta:~$