Which of the following fw monitor commands only captures traffic between IP addresses 192.168.11.1 and 10.10.10.1?
A.
fw monitor -e “accept src=192.168.11.1 or dst=192.168.11.1 or src=10.10.10.1 or dst=10.10.10.1;”
B.
fw monitor -e “accept src=192.168.11.11 or dst=192.168.11.1;src=10.10.10.1 or dst=10.10.10.1;”
C.
fw monitor -e “accept (src=192.168.11.1 and dst=10.10.10.1) or (src=10.10.10.1 and dst=192.168.11.1);”
D.
fw monitor -e “accept src=192.168.11.1 and dst=192.168.11.1;src=10.10.10.1 and dst=10.10.10.1;”
E.
fw monitor -e “accept src=192.168.11.1 or dst=192.168.11.1 and src=10.10.10.1 or dst=10.10.10.1;”