Hi, what are the differences between the two configurations and are they considered mutually exclusive:
flow record BB-FLOWRECORD
match ipv4 destination address
match ipv4 source address
match transport destination-port
match transport source-port
vs
flow record BB-FLOWRECORD
match connection client ipv4 address
match connection server ipv4 address
match connection client transport port
match connection server transport port
Thank you.