How do you guys do else in JUNOS policy.. like what if I want 116.203.0/16
orlonger damping high and rest normal. How you are going to use it.
Damping: high
Damping: normal
policy-statement damp {
term 1 {
from {
route-filter 116.203.0.0/16 orlonger damping high;
}
}
Else normal
}