IPI-UNICAST-RPF
Configure enable route lookup
Use this attribute to enable uRPF globally on the system
This command is supported when following feature are enabled Unicast Reverse Path Forwarding feature
Attribute Name: enable-route-lookup
Attribute Type: empty
Netconf edit-config payload
<unicast-rpf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-unicast-rpf">
<global>
<config>
</enable-route-lookup><!-- operation="delete"-->
</config>
</global>
</unicast-rpf>
Command Syntax
ip urpf enable
Configure source reachability mode
Use this attribute to enable uRPF for an interface with specified reachability mode
Attribute Name: source-reachability-mode
Attribute Type: enum (any|rx|any allow-default)
Netconf edit-config payload
<unicast-rpf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-unicast-rpf">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<source-reachability-mode>any</source-reachability-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</unicast-rpf>
Command Syntax
ip verify unicast source reachable-via (any|rx|any allow-default)
Last modified date: 07-14-2023