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 ?
0
3
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.
1
0
Because ICMP traffic to 172.25.11.0/24 will be accepted. A is incorrect.
2
0
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.
2
0
Not All traffic destined to the 172.25.11.0/24 subnet will be discarded, ICMP traffic will be allowed. A is wrong answer
1
0
cause term1 is the first match for 172.25.11.0/24 icmp protocol
1
0
if you ping 172.25.11.0/24 the packet will be accept because the first term accept all icmp packets
0
0
Yes Why not A and D?
0
0
A is incorrect: We can’t say that “All traffic destined to the 172.25.11.0/24 subnet will be discarded” while icmp traffic is allowed in the first term. C is correct because of default discard statement in the end of any firewall filter.
0
0