show multicast rpf
Syntax
show multicast rpf <inet | inet6> <instance instance-name> <logical-system (all | logical-system-name)> <prefix> <summary>
Syntax (EX Series Switch and the QFX Series)
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.
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 |
Neighbor |
Upstream RPF neighbor. Note:
The displayed neighbor information does not apply to bidirectional
PIM. This is because the |
Sample Output
show multicast rpf
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
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
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
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.