312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 113


What does ICMP Type 3/Code 13 mean?

Show Answer
Correct Answer: B

ICMP Type 3, Code 13 means the packet was administratively blocked. This error indicates that the packet was restricted due to administrative policies such as firewall rules or access control lists (ACLs).

Discussion

3 comments
Sign in to comment
ElbOption: B
May 7, 2024

B> https://www.sharetechnote.com/html/IP_Network_ICMP.html#DestinationUnreacheable_Code13

DumasOption: B
Jun 17, 2024

B. Administratively Blocked

aqeel1506Option: B
Jul 17, 2024

The correct answer is B. Administratively Blocked. ICMP Type 3, Code 13 is a specific error message that indicates that the packet was blocked due to administrative policies, such as firewall rules or access control lists (ACLs). This message is often used to indicate that the destination host or network is not allowed to receive traffic from the source host or network. Here's a brief overview of the other options: A. Host Unreachable (ICMP Type 3, Code 1) indicates that the destination host is not reachable, often due to a routing issue or a non-existent host. C. Port Unreachable (ICMP Type 3, Code 3) indicates that the destination port is not open or listening on the destination host. D. Protocol Unreachable (ICMP Type 3, Code 2) indicates that the destination host does not support the protocol used in the packet (e.g., TCP, UDP, etc.). ICMP error messages like these help network administrators diagnose and troubleshoot connectivity issues.