Network Security

Loose RPF vs Strict uRPF



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:

  1. Anti-spoofing configuration in Cisco routers and firewalls.
  2. Firewall packet inspection and decision making process
  3. Solaris Unix snoop command example.
  4. Check packet traffic without launching Checkpoint SmartView Tracker
  5. Cisco firewall error “No translation Group Found”


Discussion

No comments for “Loose RPF vs Strict uRPF”

Post a comment