home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show ip rpf <source>

Displays Reverse Path Forwarding (RPF) information for a specific IPv4 multicast source address.

show ip rpf source
source
An IPv4 multicast source address.

Operational mode

Use this command to display the RPF information for a specific IPv4 multicast source address.

The following example shows how to display RPF information for the source address 172.18.92.1.

vyatta@vyatta:~$ show ip rpf 172.18.92.1
RPF Information for 172.18.92.1
    RPF interface: dp0p1p1
    RPF neighbor: 172.18.93.100
    RPF prefix length: 24
    RPF distance: 1
    RPF mteric: 1
vyatta@vyatta:~$