show ip pim rpf-override source

Syntax

show ip pim rpf-override source <IP-ADDR> 
     [all-vrfs | vrf <VRF-NAME>] [vsx-peer]

Description

Shows the RPF override configuration for the specified source. Optionally, you can specify display information by VRF. If no options are specified, it shows information for the default VRF.

Command context

Operator (>) or Manager (#)

Parameters

source <IP-ADDR>

Specifies the RPF source address for which RPF override is configured. Format: A.B.C.D

all-vrfs

Optional. Shows PIM RPF override information for all VRFs.

vrf <VRF-NAME>

Optional. Shows PIM RPF override information for a particular VRF. If the <VRF-NAME> is not specified, it shows information for the default VRF.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Examples

Showing PIM RPF override source:

switch# show ip pim rpf-override source 10.0.0.2

VRF                 : default
Static RPF Override
Multicast Source RPF IP Address
-------------------- ------------------
10.0.0.2             1.1.1.1
Showing PIM RPF override source for all VRFs:
switch# show ip pim rpf-override source 10.0.0.2 all-vrfs

VRF                 : default
Static RPF Override
Multicast Source RPF IP Address
-------------------- ------------------
10.0.0.2             1.1.1.1

VRF                 : green
Static RPF Override
Multicast Source RPF IP Address
-------------------- ------------------
10.0.0.2             1.1.1.1