Click the Exhibit button.
Referring to the exhibit, which two statements are correct? (Choose two.)
A.
All traffic destined to the 172.25.11.0/24 subnet will be discarded.
B.
SSH traffic received from host IP 172.25.11.2 will be accepted.
C.
Any traffic not matched by one of the terms will be discarded.
D.
ICMP echo requests destined to 172.25.11.10 will be accepted.
why not A and D ?
Because if someone sends a ping to a host on the 172.25.11.0/24 network, it will match the first term of the filter, which states that it will accept icmp traffic. So technically A is incorrect because it wouldn’t discard *all* traffic destined to the 172.25.11.0/24 subnet.
Because ICMP traffic to 172.25.11.0/24 will be accepted. A is incorrect.
From term 1 you can see that ICMP-protocol is accepted. So not ALL ( this is the key word ) traffic to 172.25.11.0/24 is discarded.
Not All traffic destined to the 172.25.11.0/24 subnet will be discarded, ICMP traffic will be allowed. A is wrong answer
cause term1 is the first match for 172.25.11.0/24 icmp protocol
if you ping 172.25.11.0/24 the packet will be accept because the first term accept all icmp packets
Yes Why not A and D?