Given the following policy, what happens when the 1.1/17 route is evaluated?()<br /> [edit policy-options] policy-statement test<br /> { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; }<br /> then { metric 6; accept; }<p> Given the following policy, what happens when the 1.1/17 route is evaluated?()<br /> [edit policy-options] policy-statement test<br /> { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; }<br /> then { metric 6; accept; }</p>
A、A. The route does not match this policy.
B、B. The route is accepted.
C、C. The route is rejected.
D、D. The route is accepted with a metric of 6.