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 enable default route check
Use this attribute to enable default route to match when checking source IP address
This command is supported when following feature are enabled Unicast Reverse Path Forwarding feature
Attribute Name: enable-default-route-check
Attribute Type: empty
Netconf edit-config payload
<unicast-rpf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-unicast-rpf">
<global>
<config>
</enable-default-route-check><!-- operation="delete"-->
</config>
</global>
</unicast-rpf>
Command Syntax
ip urpf allow-default
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)
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)
Last modified date: 08/22/2023