Posted by: Pdfprep
Post Date: November 29, 2020
Click the Exhibit button.
— Exhibit —
[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;
}
}
— Exhibit C
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;
}
Answer: C
Leave a Reply