Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show multicast rpf

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show multicast rpf
<inet | inet6>
<instance instance-name>
<logical-system (all |  logical-system-name)>
<prefix>
<summary>

Syntax (EX Series Switch and the QFX Series)

content_copy zoom_out_map
show multicast rpf
<inet | inet6>
<instance instance-name>
<prefix>
<summary>

Description

Display information about multicast reverse-path-forwarding (RPF) calculations.

Options

none

Display RPF calculation information for all supported address families.

inet | inet6

(Optional) Display the RPF calculation information for IPv4 or IPv6 family addresses, respectively.

instance instance-name

(Optional) Display information about multicast RPF calculations for a specific multicast instance.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

prefix

(Optional) Display the RPF calculation information for the specified prefix.

summary

(Optional) Display a summary of all multicast RPF information.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show multicast rpf command. Output fields are listed in the approximate order in which they appear.

Table 1: show multicast rpf Output Fields

Field Name

Field Description

Instance

Name of the routing instance. (Displayed when multicast is configured within a routing instance.)

Source prefix

Prefix and length of the source as it exists in the multicast forwarding table.

Protocol

How the route was learned.

Interface

Upstream RPF interface.

Note:

The displayed interface information does not apply to bidirectional PIM RP addresses. This is because the show multicast rpf command does not take into account equal-cost paths or the designated forwarder. For accurate upstream RPF interface information, always use the show pim join extensive command when bidirectional PIM is configured.

Neighbor

Upstream RPF neighbor.

Note:

The displayed neighbor information does not apply to bidirectional PIM. This is because the show multicast rpf command does not take into account equal-cost paths or the designated forwarder. For accurate upstream RPF neighbor information, always use the show pim join extensive command when bidirectional PIM is configured.

Sample Output

show multicast rpf

content_copy zoom_out_map
 user@host>  show multicast rpf 

Multicast RPF table: inet.0, 12 entries

0.0.0.0/0
    Protocol: Static
 
10.255.14.132/32
    Protocol: Direct
    Interface: lo0.0
    
10.255.245.91/32
    Protocol: IS-IS
    Interface: so-1/1/1.0
    Neighbor: 192.168.195.21

172.16.0.1/32
Inactive172.16.0.0/12
Protocol: Static
Interface: fxp0.0
Neighbor: 192.168.14.254

192.168.0.0/16
Protocol: Static
Interface: fxp0.0
Neighbor: 192.168.14.254

192.168.14.0/24
Protocol: Direct
Interface: fxp0.0

192.168.14.132/32
Protocol: Local

192.168.195.20/30
Protocol: Direct
Interface: so-1/1/1.0

192.168.195.22/32
Protocol: Local

192.168.195.36/30
Protocol: IS-IS
Interface: so-1/1/1.0
Neighbor: 192.168.195.21

show multicast rpf inet6

content_copy zoom_out_map
user@host>  show multicast rpf inet6 

Multicast RPF table: inet6.0, 12 entries

::10.255.14.132/128
    Protocol: Direct
    Interface: lo0.0

::10.255.245.91/128
Protocol: IS-IS
Interface: so-1/1/1.0
Neighbor: 2001:db8::2a0:a5ff:fe28:2e8c

::192.168.195.20/126
Protocol: Direct
Interface: so-1/1/1.0

::192.168.195.22/128
Protocol: Local

::192.168.195.36/126
Protocol: IS-IS
Interface: so-1/1/1.0
Neighbor: 2001:db8::2a0:a5ff:fe28:2e8c

::192.168.195.76/126
Protocol: Direct
Interface: fe-2/2/0.0

::192.168.195.77/128
Protocol: Local

2001:db8::/64
Protocol: Direct
Interface: so-1/1/1.0

2001:db8::290:69ff:fe0c:993a/128
Protocol: Local

2001:db8::2a0:a5ff:fe12:84f/128
Protocol: Direct
Interface: lo0.0

2001:db8::2/128
Protocol: PIM

2001:db8::d/128
Protocol: PIM

show multicast rpf prefix

content_copy zoom_out_map
user@host>  show multicast rpf 2001:db8::/16 

Multicast RPF table: inet6.0, 13 entries

2001:db8::2/128
    Protocol: PIM

2001:db8::d/128
    Protocol: PIM
    
...

show multicast rpf summary

content_copy zoom_out_map
user@host> show multicast rpf summary  

Multicast RPF table: inet.0, 16 entries
Multicast RPF table: inet6.0, 12 entries

Release Information

Command introduced before Junos OS Release 7.4.

inet6 and instance options introduced in Junos OS Release 10.0 for EX Series switches.

footer-navigation