nerdexam
Cisco

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.

Design Considerations

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)
  • A
    10% (3)
  • B
    3% (1)
  • C
    83% (25)
  • D
    3% (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.

AIt should be implemented at both ends of a GRE tunnel.

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.

BIt can limit the network scalability.

While PBR adds per-packet processing overhead on the router, its fundamental design concern is forwarding consistency during reconvergence, not network-wide scalability.

CIt can create microloops during network reconvergence.Correct

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.

DIt decreases failure detection time.

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

#policy-based routing#microloops#network reconvergence#design trade-offs

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice