[Contents] [Prev] [Next] [Index] [Report an Error]


show multicast rpf

Syntax

show multicast rpf <prefix> <brief | detail> <dns-name> <inet> <inet6> 
<instance-name> <summary> <logical-router logical-router-name>

Description

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

Options

none—Display the RPF calculation information for all supported address families.

brief—(Optional) Display brief information about the RPF calculations.

detail—(Optional) Display detailed information about the RPF calculations.

dns-name—(Optional) Display the RPF calculation information for the specified DNS hostname.

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

inet—(Optional) Display the RPF calculation information for IPv4 family addresses.

inet6—(Optional) Display the RPF calculation information for IPv6 family addresses.

instance-name—(Optional) Display all interfaces under the named routing instance.

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

logical-router logical-router-name—(Optional) Name of a particular logical router on which the command operates.

Sample Output    

Sample Output: show multicast rpf
Sample Output: show multicast rpf inet6
Sample Output: show multicast rpf prefix
Sample Output: show multicast rpf summary

Required Privilege Level

view

Options at a Glance

Table 17 summarizes information included in each of the show multicast rpf command options. In this table, output fields are listed in alphabetical order. In the Output Fields section, the output fields are listed in the order in which they are displayed.


Table 17: Show Multicast RPF Output Field Summary (Alphabetical Order)
Options
Field Description

Detail

Cloned from—Actual prefix on which the multicast forwarding table entry is based.

All

Instance—Name of the routing instance.

All

Protocol—How the route was learned.

All

RPF Interface—Upstream RPF interface.

All

RPF Neighbor—Upstream RPF neighbor.

All

Source prefix—Prefix and length of the source as it is in the multicast forwarding table.


Output Fields

Multicast RPF table—Name of the multicast reverse-path-forwarding table.

Instance—Name of the routing instance.

Source prefix—Source route.

Protocol—How the route was learned.

RPF interface—Upstream interface.

RPF neighbor—Upstream neighbor.

Cloned from—(Detail output only) Actual prefix on which the cache entry is based.

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

127.0.0.1/32
    Inactive

172.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

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

192.168.195.77/32
    Protocol: Local

Sample Output: 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: fe80::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: fe80::2a0:a5ff:fe28:2e8c

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

::192.168.195.77/128
    Protocol: Local

fe80::/64
    Protocol: Direct
    Interface: so-1/1/1.0

fe80::290:69ff:fe0c:993a/128
    Protocol: Local

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

ff02::2/128
    Protocol: PIM

ff02::d/128
    Protocol: PIM

Sample Output: show multicast rpf prefix

user@host> show multicast rpf ff02::/16 
Multicast RPF table: inet6.0, 13 entries

ff02::2/128
    Protocol: PIM

ff02::d/128
    Protocol: PIM
...

Sample Output: show multicast rpf summary

user@host> show multicast rpf summary 
Multicast RPF table: inet.0, 16 entries
Multicast RPF table: inet6.0, 12 entries

[Contents] [Prev] [Next] [Index] [Report an Error]