PrepAway - Latest Free Exam Questions & Answers

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

Referring to the exhibit,  which type of classifier is being used in this CoS configuration?

[edit fireall family inet filter COS-CLASSIFIER]
user@router# show
term MANAGER {
    form {
        soruce-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;
    }
}

 

A.
behavior aggregate

B.
policer

C.
multifield

D.
forward policy

One Comment on “which type of classifier is being used in this CoS configuration?


Leave a Reply