[edit policy-options]
user@router# show
policy-statement load-balance {
from {
route-filter 10.243.0.0/24 exact;
route-filter 10.224.1.0/24 exact;
}
then {
load-balance per-packet;
}
}
Click the Exhibit button.
You have been asked to configure per-packet load balancing.
Referring to the exhibit, which configuration correctly applies the load-balancing policy?
A.
[edit routing-options]
user@router# show
forwarding-options {
export load-balance;
}
B.
[edit routing-options]
user@router# show
static {
export load-balance;
}
C.
[edit routing-options]
user@router# show
forwarding-table {
export load-balance;
}
D.
[edit routing-options]
user@router# show
routing-table {
export load-balance;
}
Explanation:
http://www.juniper.net/documentation/en_US/junos12.1/topics/usage-guidelines/policy-configuring-per-packet-load-balancing.html