networker050184 wrote: » My prefered way is always route-maps with prefix-lists for filtering whenever possible. Allows for the most flexibility.
james43026 wrote: » Hurricane, I also prefer to do my first layer of filtering in the redistribute command. But if you happen to have a need to prevent redistributed routes, or any routes for the matter from reaching a specific router, or OSPF area, or whatever it may be. You could then filter routes that are either being received or sent by a router, you can even filter based on interfaces with a distribution list. Lets say you have a subnet in your OSPF backbone that you want to have full connectivity from within your backbone, but you don't want this subnet communicating with any other areas, you could apply inbound distribution lists on all of the ABR's and their interfaces connected to the backbone, thus meeting your requirements. Same could be applied to an ASBR that is connected to lets say the backbone, and there are networks that you want to redistribute into your backbone, which has lets say area 1 and area 2 connected to it, lets say you want to these redistributed routes to flow into area 1, but not area 2, you could apply a distribution list inbound on the area 2 ABR inbound, thus preventing the area 2 ABR from ever learning about the routes.