The concept when implementing Loose or strict uRPF (Reverse Path Forwarding) is simple, before forwarding the packet to the destination the router will check to see if the routing table has a route back to the source, if not then the packet is dropped.
In strict uRPF if the interface of the source address is not the same interface as indicated in the route table then the packet is dropped. This is the recommended setting to prevent DOS attacks however the risk is that asymmetrically routed packets will get dropped.
In loose uRPF as long as the router has a route to the source the packet is allowed through in any interface, it is not recommended to use loose RPF because if the router has a default route it means no packets will be dropped.
Related posts:
Discussion
No comments for “Loose RPF vs Strict uRPF”
Post a comment