
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I do a debug ip icmp send on my TA908E, I'm seeing these messages. What is causing this?
ICMP SEND: From (xxx.xxx.xxx.xxx) to (xxx.xxx.xxx.xxx) Type=3 Code=13 Length=44 Details:communication administratively prohibited
ICMP SEND: From (xxx.xxx.xxx.xxx) to (xxx.xxx.xxx.xxx) Type=3 Code=13 Length=44 Details:communication administratively prohibited
ICMP SEND: From (xxx.xxx.xxx.xxx) to (xxx.xxx.xxx.xxx) Type=3 Code=13 Length=44 Details:communication administratively prohibited
ICMP SEND: From (xxx.xxx.xxx.xxx) to (xxx.xxx.xxx.xxx) Type=3 Code=13 Length=44 Details:communication administratively prohibited
ICMP SEND: From (xxx.xxx.xxx.xxx) to (xxx.xxx.xxx.xxx) Type=3 Code=13 Length=44 Details:communication administratively prohibited
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Hello.
Thank you for your question.
Code 13 in the debug specifies that a router cannot forward a packet due to administrative filtering. It appears that an access-group could be blocking traffic. The icmp message is a generated in response to the blocked traffic.
Let me know if you would like me to take a look at your configuration. You will want to remove any information in your configuration which may be sensitive to your company's network.
Geoff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Hello.
Thank you for your question.
Code 13 in the debug specifies that a router cannot forward a packet due to administrative filtering. It appears that an access-group could be blocking traffic. The icmp message is a generated in response to the blocked traffic.
Let me know if you would like me to take a look at your configuration. You will want to remove any information in your configuration which may be sensitive to your company's network.
Geoff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Pings being sent out
I marked this question as "assumed answered," but please feel free to reply if you have further questions on this topic.
Thanks,
Geoff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Pings being sent out
Sorry for not getting back. Yes, this was the response from the Adtran letting me know there was an access list blocking the IP. Thank you for the answer.