— Exhibit —
policy-statement test_route_filter {
term 1 {
from {
route-filter 192.168.0.0/16 longer;
route-filter 192.168.1.0/24 longer {
metric 5;
accept;
}
route-filter 192.168.0.0/8 orlonger accept;
}
then {
metric 10;
accept;
}
}
term 2 {
then {
metric 20;
accept;
}
}
}
— Exhibit —
Refer to the Exhibit.
Given test route 192.168.1.0/24 and the configuration shown in the exhibit, what is the expected
result?
A.
accepted with metric of 5
B.
accepted with metric of 10
C.
accepted with metric of 20
D.
rejected
Explanation: