352-001 · Question #486
What is a design consideration of policy-based routing?
The correct answer is C. It can create microloops during network reconvergence.. Policy-based routing (PBR) is applied locally on individual routers and bypasses the normal routing table, which can cause inconsistent forwarding decisions across routers during reconvergence and produce microloops.
Question
What is a design consideration of policy-based routing?
Options
- AIt should be implemented at both ends of a GRE tunnel.
- BIt can limit the network scalability.
- CIt can create microloops during network reconvergence.
- DIt decreases failure detection time.
How the community answered
(30 responses)- A10% (3)
- B3% (1)
- C83% (25)
- D3% (1)
Why each option
Policy-based routing (PBR) is applied locally on individual routers and bypasses the normal routing table, which can cause inconsistent forwarding decisions across routers during reconvergence and produce microloops.
PBR is a unidirectional, inbound policy applied on a single interface and does not require symmetric or matching configuration at the remote end of a GRE tunnel.
While PBR adds per-packet processing overhead on the router, its fundamental design concern is forwarding consistency during reconvergence, not network-wide scalability.
PBR overrides destination-based routing on a per-router, per-interface basis without propagating its forwarding logic to neighboring routers; during a topology change and reconvergence, one router may still apply a PBR policy pointing traffic toward a next-hop that other routers are simultaneously rerouting away from, creating a transient microloop. This asymmetric forwarding behavior is a well-documented design risk of PBR deployments.
PBR has no mechanism for failure detection; faster failure detection is achieved through tools such as BFD or tuning IGP hello and dead timers.
Concept tested: Policy-based routing reconvergence and microloop risk
Source: https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/112228-pbr-00.html
Topics
Community Discussion
No community discussion yet for this question.