— Exhibit —
[edit policy-options]
user@router# show
policy-statement my-policy {
term 1 {
from {
route-filter 172.27.0.0/24 longer;
}
}
then reject;
}
— Exhibit —
Which statement is correct about the policy shown in the exhibit?
A.
All routes are accepted.
B.
All routes are rejected.
C.
A 172.27.0.0/24 route will be accepted.
D.
A 172.27.0.0/16 route will be accepted.