Q16
Single choice
-- 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?