Refer to the Exhibit.
— Exhibit –routing-options {
router-id 10.10.1.2;
}
policy-options {
policy-statement loadbalance {
term 1 {
from {
route-filter 100.100.0.0/16 exact;
}
then {
load-balance per-packet;
}
}
}
}
— Exhibit –Referring to the exhibit, you have configured a load balancing policy and the router has an equal
cost path for traffic to 10.100.0.0/16.
What must you do to complete the load balancing configuration?
A.
Apply the policy as an export policy under the [edit forwarding-options] hierarchy.
B.
Apply the policy as an import policy under the [edit forwarding-options] hierarchy.
C.
Apply the policy as an export policy under the [edit routing-options forwarding-table] hierarchy.
D.
Apply the policy as an import policy under the [edit routing-options forwarding-table] hierarchy.