As of today, there is no available option to disable RPF at the interface level however there are other possibilities:
"asymetric routing enable" :
Configuring the vdom in asymetric mode (set asymroute enable) is one of them but also it also disables the packet state inspection which may not be wanted.
"strict-src-check disable" + adding a supernet route as "feasible patch"
A route with a larger prefix can be added pointing to interface where packet egresses. Since best match applies, the most specific route will be used to route packets. This "non-priority" route is added to provide a "feasible path". 'strict-src-check' should be set to 'disable'.
"strict-src-check disable" + adding the same route as the best matching one (same subnet, same prefix, same distance) but having a higher priority value than the best match one. This will force the route to be injected in the routing table as a second choice.
Note : the lower priority, the best . If not defined, priority is set to '0' per default
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
steef1982
Highly Voted 3 years, 8 months agoHelber
Highly Voted 3 years, 8 months agozequel
Most Recent 3 years, 3 months agoRatheeshRavindran
3 years, 3 months agofranger
3 years, 5 months agoAlagi
3 years, 7 months agoxMarc65
3 years, 7 months agoHdiaOwner
3 years, 8 months ago