Configuring RPF override
Configure Reverse Path Forward (RPF) override to allow the override of the normal RPF lookup mechanism, indicating to the router that it may accept multicast traffic on an interface other than the one that would normally be selected by the RPF lookup mechanism.
RFP checking ensures that multicast traffic received arrived on the expected router interface before it is considered for further processing. If the RPF check fails for a multicast packet, the packet is discarded.
Prerequisites
You must be in the PIM configuration context, as indicated by the
switch(config-pim)#
prompt for IPv4 or the
switch(config-pim6)#
prompt for IPv6.
Procedure
Add, edit, or delete RPF overrides using the following command.
rpf-override
<SRC-ADDR/SRC-MASK>
<RPF-ADDR>
For IPv4 configurations:
switch(config)# router pim switch(config-pim)# rpf-override 40.0.0.4/24 30.0.0.4
For IPv6 configurations:
switch(config)# router pim6 switch(config-pim6)# rpf-override 2001::01/128 2002::02