-- Exhibit --
[edit policy-options policy-statement my-policy]
user@router# show
term reject {
then reject;
}
term match {
from {
protocolbgp;
route-filter 10.10.10.0/24 exact;
}
}
-- Exhibit --
Referring to the exhibit, you must move the match term above the reject term.
Which command would accomplish this task?
D