Anthony, Not an expert. Here are (2) out of many links on Policy-Based Routing (PBR) from Cisco's site: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml http://www.cisco.com/en/US/customer/products/ps6599/products_white_paper09186a00800a4409.shtml Regarding your questions, 1. Should I do the PDR on the core switch or on all the routers? Our vendor suggests us to apply the same PDR on the routers (to routing the replication traffic based on ip and tcp port to the new circuit). ->Yes, put PBR on both the core switch and on the routers at each site. You can create policies to route based on a number of different criteria. Reading through some of the above documentation might help you decide which is best. Your vendor's suggestion to use IP and TCP port could work fine. 2. Can PDR really do what we want that the replication traffic will not be redirected to others cirucits? -> Yes, PBR will redirect the traffic as you specify. 3. Can PDR differentiate the data traffic and the replication traffic on the same server and route to the corresponding cirucits? -> Yes, PBR would be able to "split" the traffic coming from the same server, with data traffic going to one circuit and replication traffic out to another. 4. If the new Metroethernet circuit goes down, the replication traffic will go to black hole, as the PBR next hop still shows up and PBR is still effective, but the path is actually down, is this true? -> Not sure what your intention is here. You can configure PBR to route after a failure whichever way you need. You can route it to a black hole, or you can configure a default interface that you can use when the primary circuit is down. hth, Dan
... View more