@Skynet_india hi, you can add multiple classifier and behavior in a traffic policy, for each combaination of the classifier and behavior, the traffic policy will check one by one, until match one of them or match nothing.
such as
traffic clas t1
if-match xx
traffic clas t2
if-match xx
traffc beha t1
xx
traffic beha t2
xx
traffic policy T
class t1 beha t1
class t2 beha t2
then apply traffic policy under the interface view, the traffic policy will check classifier t1 behavior t1 first, then classifier t2 behavior t2.