Juniper Exam Questions

which type of classifier is being used in this CoS configuration?

— Exhibit —

[edit firewall family inet filter COS-CLASSIFIER]
user@router# show
term MANAGER {
from {
source-address {
192.168.200.0/25;
}
destination-address {
100.100.100.1/32;
}
}
then {
forwarding-class expedited-forwarding;
accept;
}
}
term ALL-OTHER-TRAFFIC {
then accept;
}
[edit interfaces ge-0/0/1]
user@router# show
unit 0 {
family inet {
filter {
input COS-CLASSIFIER;
}

address 192.168.200.1/24;
}
}
— Exhibit –Referring to the exhibit, which type of classifier is being used in this CoS configuration?

A.
behavior aggregate

B.
policer

C.
multifield

D.
forwarding policy

Explanation: