I struck this in a Boson Ex Sim Max ROUTE exam this morning and I'm sure based on the diagram that route tagging could be a correct answer. See attached question and diagram.
The explanation states that prefix based filtering must be used because that's the only way the domains could be backed up. So essentially if Router A's link to OSPF AS 1 goes down it would need to accept the redistributed route from Router B and start routing traffic through B.
If I'm tagging all routes from AS 1 as they are redistributed into AS 2 on both routers then when Router A redistributes to router B, Router B won't redistribute those routes back into AS 1. Good.
Then if Router A loses it's link to AS 1 and therefore a route to 10.1.0.0/16 it will still receive 10.1.0.0/16 redistributed from Router B. Isn't that essentially "Backing up the other domain" ?
The question links to this page on Cisco's site:
OSPF Redistribution Among Different OSPF Processes [IP Routing] - Cisco Systems
It states "However, because the prefixes are denied from the routing table, the domains can not back up each other."
I don't understand why they can't back up each other - do you ?