reverse path forwarding

1.6.b Reverse Path Forwarding Check

When a router receives a multicast packet, RPF will check the routing table and check which interface it would use if it were to send traffic back to the multicast sender. If the interface matches the interface that the multicast packet was just received on, then the packet is accepted, otherwise it is dropped.

Sidebar