nerdexam
Juniper

JN0-105 · Question #29

Referring to the exhibit, which two statements are correct? (Choose two.) policy-options { policy-statement Load-Balance-Policy { term Load- Balance { then { load-balance per-flow; accept; } } } }…

The correct answer is A. The policy enables equal cost load balancing in the forwarding table. D. The policy enables flow-based load balancing. The load-balance per-flow statement in the Junos OS policy-options configuration enables flow- based load balancing in the forwarding table. This means that the traffic is distributed across multiple paths based on flows, where a flow is typically identified by attributes such…

Routing Policy and Firewall Filters

Question

Referring to the exhibit, which two statements are correct? (Choose two.) policy-options { policy-statement Load-Balance-Policy { term Load- Balance { then { load-balance per-flow; accept; } } } } routing-options { router-id 192.168.100.11; autonomous-system 65201; forwarding-table { export Load-Balance-Policy;

Options

  • AThe policy enables equal cost load balancing in the forwarding table.
  • BThe policy must be applied under the protocols hierarchy.
  • CThe policy enables per-packet load balancing.
  • DThe policy enables flow-based load balancing.

How the community answered

(53 responses)
  • A
    72% (38)
  • B
    21% (11)
  • C
    8% (4)

Explanation

The load-balance per-flow statement in the Junos OS policy-options configuration enables flow- based load balancing in the forwarding table. This means that the traffic is distributed across multiple paths based on flows, where a flow is typically identified by attributes such as source and destination IP addresses, and possibly layer 4 information like TCP/UDP ports. This allows for more granular and efficient utilization of available paths, avoiding overloading a single path. The policy does not enable per-packet load balancing, which would send individual packets of the same flow over different paths, potentially causing out-of-order delivery issues. The policy's placement in the forwarding-table export suggests it's intended to influence forwarding behavior, not just routing protocol decisions, and does not necessarily have to be applied under the protocols hierarchy.

Topics

#load balancing#per-flow#routing policy#forwarding table

Community Discussion

No community discussion yet for this question.

Full JN0-105 Practice