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.

interfaces dataplane <interface-name> ip rpf-check

Enables the policy for reverse-path filter.

set interfaces dataplane interface-name ip rpf-check { strict | loose | disable }
delete interfaces dataplane interface_name ip rpf-check [ strict | loose | disable ]
show interfaces dataplane interface_name ip rpf-check
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
strict
An ingress filter using a dynamic access list. According to RFC 3704.
loose
An ingress filter that checks for the presence of a source route. According to RFC 3704.
disable
No source validation.

Configuration mode


interfaces {
    dataplane interface-name {
        ip {
            rpf-check
                strict
                loose
                disable
        }
    }
}

Use this command to enable the policy for reverse-path filter.

Use the set form of this command to enable the policy for reverse-path filter.

Use the delete form of this command to delete the policy for reverse-path filter.

Use the show form of this command to display the policy for reverse-path filter.