Route redistribution lets you share reachability information between different routing protocols—OSPF to EIGRP, EIGRP to BGP and so on. It is a powerful tool, but also a frequent source of network outages and exam traps. In CCNP ENARSI you are expected to understand the design behind redistribution, not just the commands.
Poorly planned redistribution can cause loops, suboptimal routing and black holes that are hard to troubleshoot. Safe designs use clear boundaries, filters and tags so that routes do not bounce endlessly between protocols.
Before configuring anything, decide which protocol plays the primary role and which is temporary, legacy or limited to certain domains. Ask yourself:
In many real designs, redistribution is performed in one direction only and at very specific points. This keeps domains independent and simplifies troubleshooting. Two-way redistribution is possible but must be controlled carefully to avoid loops.
Safe redistribution is never “redistribute everything and hope for the best”. Instead, you:
Tagging is a common ENARSI topic. When OSPF learns a route from EIGRP and then tries to send it back into EIGRP, tags allow you to detect and drop this loop. In the exam, watch for tasks mentioning “prevent routing loops between domains” or “use route tags appropriately”.
Routing protocols use different metrics. When you redistribute, you often need to set metrics explicitly, rather than relying on defaults:
On top of metrics, remember that administrative distance (AD) decides which protocol wins when two paths to the same destination exist. Be careful when modifying AD; it can cause a route from one protocol to silently override a better path from another.
In both the lab and the real world, never assume redistribution is working just because the command is present. Verify:
Use show ip route, show ip protocols and protocol-specific
verification commands. In an ENARSI exam scenario, a few carefully chosen show commands
are often enough to reveal misconfigurations in metrics, filters or tags.
Master complex routing scenarios with structured ENARSI question sets and lab tasks mapped to the official blueprint.
View ENARSI Exam Bank