Based on the configuration, which two of the following statements are true? (Choose two.)
policy-map police 1
class bulk-ftp
police cir percent 20 pir percent 40
conform-action set-dscp-transmit af11
exceed-action set-dscp-transmit 0
violate-action drop
A.
This configuration will use a single token bucket.
B.
This configuration will drop all exceeding traffic.
C.
This is a dual-rate, class-based policing example.
D.
This is a percentage-based policing example.
E.
This is a multi-action, class-based policing example.
Explanation:
The presence of both cir (Bc) and pir (Be) in the command make it a dual-rate policer. So C is a valid answer.
The use of "percentage" makes D a valid answer.
Since all the "action" statements are on separate lines, it makes it multi-action policing. However, there is only one actual action being performed for each one. So B could be valid, and could not be valid.The question states to choose two answers.