<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cisco ASA and ICMP Configurations</title>
	<atom:link href="http://jklogic.net/cisco-asa-and-icmp-configurations/feed/" rel="self" type="application/rss+xml" />
	<link>http://jklogic.net/cisco-asa-and-icmp-configurations/</link>
	<description>logical reality</description>
	<lastBuildDate>Wed, 16 May 2012 12:14:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diadora</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-137799</link>
		<dc:creator>Diadora</dc:creator>
		<pubDate>Wed, 16 May 2012 12:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-137799</guid>
		<description>&lt;strong&gt;read more...&lt;/strong&gt;

[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]...</description>
		<content:encoded><![CDATA[<p><strong>read more&#8230;</strong></p>
<p>[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe2</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-124151</link>
		<dc:creator>joe2</dc:creator>
		<pubDate>Tue, 03 Apr 2012 15:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-124151</guid>
		<description>How do I configure (ACL/NAT) to ping from the ASA (ver 8.4) to outside/internet, inside, and dmz? Not thru the ASA but to originate ping from the ASA. Thanks!</description>
		<content:encoded><![CDATA[<p>How do I configure (ACL/NAT) to ping from the ASA (ver 8.4) to outside/internet, inside, and dmz? Not thru the ASA but to originate ping from the ASA. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev Nandal</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-100251</link>
		<dc:creator>Sanjeev Nandal</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-100251</guid>
		<description>Hi James,

It can be my ignorance, but in Solution:1 you&#039;ve created an ACL on Outside interface in incoming direction i.e. flow direction from Outside to Inside and then you&#039;re saying if we want to ping from Inside/DMZ to Outside. Do you think it is correct?

Regards,

Sanjeev</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>It can be my ignorance, but in Solution:1 you&#8217;ve created an ACL on Outside interface in incoming direction i.e. flow direction from Outside to Inside and then you&#8217;re saying if we want to ping from Inside/DMZ to Outside. Do you think it is correct?</p>
<p>Regards,</p>
<p>Sanjeev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: снизить пинг</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-99602</link>
		<dc:creator>снизить пинг</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-99602</guid>
		<description>&lt;strong&gt;снизить пинг...&lt;/strong&gt;

[...]Cisco ASA and ICMP Configurations at  jklogic.net[...]...</description>
		<content:encoded><![CDATA[<p><strong>снизить пинг&#8230;</strong></p>
<p>[...]Cisco ASA and ICMP Configurations at  jklogic.net[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-72159</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-72159</guid>
		<description>HI Everyone out there.

I just finished trying to configure my ASA5520 v7..

But my problem is: from the inside how do i allow ping to the dmz?
On the otherside, the Servers on dmz dont have internet access.
So can anyone have a closer look at my bellow sh run and figure out why are my servers on dmz dont have internet? and how do i allow ping to the dmz since from the inside network i cant access the dmz by pingin the 172.16.16.80 for the www and 172.16.16.25 for the smtp mail server

here is the sh run

ciscoasa(config)# sh run
: Saved
:
ASA Version 7.0(8)
!
hostname ciscoasa
domain-name parlamento.ao
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
dns-guard
!
interface GigabitEthernet0/0
 description Link to Gateway
 nameif outside
 security-level 0
 ip address 41.223.156.109 255.255.255.248
!
interface GigabitEthernet0/1
 description Link to Local Lan
 nameif inside
 security-level 100
 ip address 10.1.4.1 255.255.252.0
!
interface GigabitEthernet0/2
 description Link to dmz
 nameif dmz
 security-level 50
 ip address 172.16.16.1 255.255.255.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
!
ftp mode passive
access-list outside_in extended permit tcp any host 41.223.156.106 eq smtp
access-list outside_in extended permit tcp any host 41.223.156.107 eq www
access-list dmz_int extended permit tcp host 172.16.16.25 any eq smtp
access-list dmz_int extended permit tcp host 172.16.16.80 any eq www
access-list outside_int extended permit tcp any host 41.223.156.106 eq smtp
access-list outside_int extended permit icmp any any
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any
access-list OUT-TO-DMZ extended permit icmp any any log
access-list OUT-TO-DMZ extended deny ip any any
access-list inside extended permit tcp any any eq pop3
access-list inside extended permit tcp any any eq smtp
access-list inside extended permit tcp any any eq ssh
access-list inside extended permit tcp any any eq https
access-list inside extended permit udp any any eq domain
access-list inside extended permit tcp any any eq domain
access-list inside extended permit tcp any any eq www
access-list inside extended permit ip any any
access-list inside extended permit icmp any any
access-list dmz extended permit ip any any
access-list dmz extended permit icmp any any
access-list DMZ_IN extended permit icmp any any echo
access-list 101 extended permit icmp any any echo-reply
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.252.0
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
mtu dmz 1500
no failover
asdm image disk0:/asdm-508.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 1 10.1.4.0 255.255.252.0
static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0
static (dmz,outside) 41.223.156.106 172.16.16.25 netmask 255.255.255.255
static (dmz,outside) 41.223.156.107 172.16.16.80 netmask 255.255.255.255
access-group dmz_int in interface dmz
access-group inside in interface inside

route outside 0.0.0.0 0.0.0.0 41.223.156.108 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15
aaa authentication ssh console LOCAL
http server enable
http 10.1.4.100 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh 10.1.4.100 255.255.255.255 inside
ssh timeout 10
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect icmp
!
service-policy global_policy global
Cryptochecksum:48ba8cf4e31f2940e44293256d84ce38
: end




I thank everyone in advance indeed


BD</description>
		<content:encoded><![CDATA[<p>HI Everyone out there.</p>
<p>I just finished trying to configure my ASA5520 v7..</p>
<p>But my problem is: from the inside how do i allow ping to the dmz?<br />
On the otherside, the Servers on dmz dont have internet access.<br />
So can anyone have a closer look at my bellow sh run and figure out why are my servers on dmz dont have internet? and how do i allow ping to the dmz since from the inside network i cant access the dmz by pingin the 172.16.16.80 for the www and 172.16.16.25 for the smtp mail server</p>
<p>here is the sh run</p>
<p>ciscoasa(config)# sh run<br />
: Saved<br />
:<br />
ASA Version 7.0(8)<br />
!<br />
hostname ciscoasa<br />
domain-name parlamento.ao<br />
enable password 8Ry2YjIyt7RRXU24 encrypted<br />
passwd 2KFQnbNIdI.2KYOU encrypted<br />
names<br />
dns-guard<br />
!<br />
interface GigabitEthernet0/0<br />
 description Link to Gateway<br />
 nameif outside<br />
 security-level 0<br />
 ip address 41.223.156.109 255.255.255.248<br />
!<br />
interface GigabitEthernet0/1<br />
 description Link to Local Lan<br />
 nameif inside<br />
 security-level 100<br />
 ip address 10.1.4.1 255.255.252.0<br />
!<br />
interface GigabitEthernet0/2<br />
 description Link to dmz<br />
 nameif dmz<br />
 security-level 50<br />
 ip address 172.16.16.1 255.255.255.0<br />
!<br />
interface GigabitEthernet0/3<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Management0/0<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
ftp mode passive<br />
access-list outside_in extended permit tcp any host 41.223.156.106 eq smtp<br />
access-list outside_in extended permit tcp any host 41.223.156.107 eq www<br />
access-list dmz_int extended permit tcp host 172.16.16.25 any eq smtp<br />
access-list dmz_int extended permit tcp host 172.16.16.80 any eq www<br />
access-list outside_int extended permit tcp any host 41.223.156.106 eq smtp<br />
access-list outside_int extended permit icmp any any<br />
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any<br />
access-list OUT-TO-DMZ extended permit icmp any any log<br />
access-list OUT-TO-DMZ extended deny ip any any<br />
access-list inside extended permit tcp any any eq pop3<br />
access-list inside extended permit tcp any any eq smtp<br />
access-list inside extended permit tcp any any eq ssh<br />
access-list inside extended permit tcp any any eq https<br />
access-list inside extended permit udp any any eq domain<br />
access-list inside extended permit tcp any any eq domain<br />
access-list inside extended permit tcp any any eq www<br />
access-list inside extended permit ip any any<br />
access-list inside extended permit icmp any any<br />
access-list dmz extended permit ip any any<br />
access-list dmz extended permit icmp any any<br />
access-list DMZ_IN extended permit icmp any any echo<br />
access-list 101 extended permit icmp any any echo-reply<br />
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.252.0<br />
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.255.0<br />
pager lines 24<br />
mtu outside 1500<br />
mtu inside 1500<br />
mtu dmz 1500<br />
no failover<br />
asdm image disk0:/asdm-508.bin<br />
no asdm history enable<br />
arp timeout 14400<br />
global (outside) 1 interface<br />
global (dmz) 1 interface<br />
nat (inside) 1 10.1.4.0 255.255.252.0<br />
static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0<br />
static (dmz,outside) 41.223.156.106 172.16.16.25 netmask 255.255.255.255<br />
static (dmz,outside) 41.223.156.107 172.16.16.80 netmask 255.255.255.255<br />
access-group dmz_int in interface dmz<br />
access-group inside in interface inside</p>
<p>route outside 0.0.0.0 0.0.0.0 41.223.156.108 1<br />
timeout xlate 3:00:00<br />
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02<br />
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00<br />
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00<br />
timeout uauth 0:05:00 absolute<br />
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15<br />
aaa authentication ssh console LOCAL<br />
http server enable<br />
http 10.1.4.100 255.255.255.255 inside<br />
no snmp-server location<br />
no snmp-server contact<br />
snmp-server enable traps snmp authentication linkup linkdown coldstart<br />
crypto ipsec security-association lifetime seconds 28800<br />
crypto ipsec security-association lifetime kilobytes 4608000<br />
telnet timeout 5<br />
ssh 10.1.4.100 255.255.255.255 inside<br />
ssh timeout 10<br />
console timeout 0<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns maximum-length 512<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect netbios<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect skinny<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect sunrpc<br />
  inspect tftp<br />
  inspect sip<br />
  inspect xdmcp<br />
  inspect icmp<br />
!<br />
service-policy global_policy global<br />
Cryptochecksum:48ba8cf4e31f2940e44293256d84ce38<br />
: end</p>
<p>I thank everyone in advance indeed</p>
<p>BD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-67501</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 20 Sep 2011 12:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-67501</guid>
		<description>JD,

It looks like the issue is that you are configured to perform NAT on the packets originating from the LAN destined to the DMZ.

static (inside,dmz) 10.1.0.0 10.1.16.0 netmask 255.255.252.0

I would remove the static command above.

I don&#039;t think NAT is needed here so I would create a rule to not perform NAT then these two networks communicate.

access-list InsideNoNAT_ACL permit ip 10.1.4.1 255.255.252.0 172.16.16.1 255.255.255.0

nat (inside) 0 access-list InsideNoNAT_ACL

Hopefully that will take care of the problem for you.

James</description>
		<content:encoded><![CDATA[<p>JD,</p>
<p>It looks like the issue is that you are configured to perform NAT on the packets originating from the LAN destined to the DMZ.</p>
<p>static (inside,dmz) 10.1.0.0 10.1.16.0 netmask 255.255.252.0</p>
<p>I would remove the static command above.</p>
<p>I don&#8217;t think NAT is needed here so I would create a rule to not perform NAT then these two networks communicate.</p>
<p>access-list InsideNoNAT_ACL permit ip 10.1.4.1 255.255.252.0 172.16.16.1 255.255.255.0</p>
<p>nat (inside) 0 access-list InsideNoNAT_ACL</p>
<p>Hopefully that will take care of the problem for you.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Decimo</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-66500</link>
		<dc:creator>Jorge Decimo</dc:creator>
		<pubDate>Sat, 17 Sep 2011 00:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-66500</guid>
		<description>Well im having some serious issue here.

My internal PCs cannot communicate to the DMZ to access the www plus the mail server-
Im a bit new to the game and therefore im n not tchat good at all..   please help

bellow is my ASA sh run



ASA Version 7.0(8)
!
hostname ASA2
domain-name parlamento.ao

names
dns-guard
!
interface GigabitEthernet0/0
 description &quot;Link-To-GW-Router&quot;
 nameif outside
 security-level 0
 ip address 41.223.156.109 255.255.255.248
!
interface GigabitEthernet0/1
 description Link To Local Lan
 nameif inside
 security-level 100
 ip address 10.1.4.1 255.255.252.0
!
interface GigabitEthernet0/2
 description &quot;Link-To-DMZ&quot;
 nameif dmz
 security-level 50
 ip address 172.16.16.1 255.255.255.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
!
ftp mode passive
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any
access-list OUT-TO-DMZ extended permit tcp any host 41.223.156.107 eq smtp
access-list OUT-TO-DMZ extended permit tcp any host 41.223.156.106 eq www
access-list OUT-TO-DMZ extended permit icmp any any log
access-list OUT-TO-DMZ extended deny ip any any
access-list inside extended permit tcp any any eq pop3
access-list inside extended permit tcp any any eq smtp
access-list inside extended permit tcp any any eq ssh
access-list inside extended permit tcp any any eq telnet
access-list inside extended permit tcp any any eq https
access-list inside extended permit udp any any eq domain
access-list inside extended permit tcp any any eq domain
access-list inside extended permit tcp any any eq www
access-list inside extended permit ip any any
access-list inside extended permit icmp any any
access-list dmz extended permit ip any any
access-list dmz extended permit icmp any any
access-list DMZ_IN extended permit icmp any any echo
access-list 101 extended permit icmp any any echo-reply
access-list 101 extended permit icmp any any source-quench
access-list 101 extended permit icmp any any unreachable
access-list 101 extended permit icmp any any time-exceeded
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.25
2.0
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.25
5.0
pager lines 24
mtu outside 1500
mtu inside 1500
mtu dmz 1500
no failover
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 10.1.4.0 255.255.252.0
static (dmz,outside) tcp 41.223.156.106 www 172.16.16.80 www netmask 255.255.255
.255
static (dmz,outside) tcp 41.223.156.107 smtp 172.16.16.25 smtp netmask 255.255.2
55.255
static (inside,dmz) 10.1.0.0 10.1.16.0 netmask 255.255.252.0
access-group OUT-TO-DMZ in interface outside
access-group inside in interface inside
access-group dmz in interface dmz
route outside 0.0.0.0 0.0.0.0 41.223.156.108 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect icmp
!
service-policy global_policy global
Cryptochecksum:30d296dea4f5ffc1dd4560e075d47076
: end


Thanx alot for time and cooperation in advanced


JD</description>
		<content:encoded><![CDATA[<p>Well im having some serious issue here.</p>
<p>My internal PCs cannot communicate to the DMZ to access the www plus the mail server-<br />
Im a bit new to the game and therefore im n not tchat good at all..   please help</p>
<p>bellow is my ASA sh run</p>
<p>ASA Version 7.0(8)<br />
!<br />
hostname ASA2<br />
domain-name parlamento.ao</p>
<p>names<br />
dns-guard<br />
!<br />
interface GigabitEthernet0/0<br />
 description &#8220;Link-To-GW-Router&#8221;<br />
 nameif outside<br />
 security-level 0<br />
 ip address 41.223.156.109 255.255.255.248<br />
!<br />
interface GigabitEthernet0/1<br />
 description Link To Local Lan<br />
 nameif inside<br />
 security-level 100<br />
 ip address 10.1.4.1 255.255.252.0<br />
!<br />
interface GigabitEthernet0/2<br />
 description &#8220;Link-To-DMZ&#8221;<br />
 nameif dmz<br />
 security-level 50<br />
 ip address 172.16.16.1 255.255.255.0<br />
!<br />
interface GigabitEthernet0/3<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Management0/0<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
ftp mode passive<br />
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any<br />
access-list OUT-TO-DMZ extended permit tcp any host 41.223.156.107 eq smtp<br />
access-list OUT-TO-DMZ extended permit tcp any host 41.223.156.106 eq www<br />
access-list OUT-TO-DMZ extended permit icmp any any log<br />
access-list OUT-TO-DMZ extended deny ip any any<br />
access-list inside extended permit tcp any any eq pop3<br />
access-list inside extended permit tcp any any eq smtp<br />
access-list inside extended permit tcp any any eq ssh<br />
access-list inside extended permit tcp any any eq telnet<br />
access-list inside extended permit tcp any any eq https<br />
access-list inside extended permit udp any any eq domain<br />
access-list inside extended permit tcp any any eq domain<br />
access-list inside extended permit tcp any any eq www<br />
access-list inside extended permit ip any any<br />
access-list inside extended permit icmp any any<br />
access-list dmz extended permit ip any any<br />
access-list dmz extended permit icmp any any<br />
access-list DMZ_IN extended permit icmp any any echo<br />
access-list 101 extended permit icmp any any echo-reply<br />
access-list 101 extended permit icmp any any source-quench<br />
access-list 101 extended permit icmp any any unreachable<br />
access-list 101 extended permit icmp any any time-exceeded<br />
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.25<br />
2.0<br />
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.25<br />
5.0<br />
pager lines 24<br />
mtu outside 1500<br />
mtu inside 1500<br />
mtu dmz 1500<br />
no failover<br />
no asdm history enable<br />
arp timeout 14400<br />
global (outside) 1 interface<br />
nat (inside) 1 10.1.4.0 255.255.252.0<br />
static (dmz,outside) tcp 41.223.156.106 www 172.16.16.80 www netmask 255.255.255<br />
.255<br />
static (dmz,outside) tcp 41.223.156.107 smtp 172.16.16.25 smtp netmask 255.255.2<br />
55.255<br />
static (inside,dmz) 10.1.0.0 10.1.16.0 netmask 255.255.252.0<br />
access-group OUT-TO-DMZ in interface outside<br />
access-group inside in interface inside<br />
access-group dmz in interface dmz<br />
route outside 0.0.0.0 0.0.0.0 41.223.156.108 1<br />
timeout xlate 3:00:00<br />
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02<br />
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00<br />
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00<br />
timeout uauth 0:05:00 absolute<br />
no snmp-server location<br />
no snmp-server contact<br />
snmp-server enable traps snmp authentication linkup linkdown coldstart<br />
crypto ipsec security-association lifetime seconds 28800<br />
crypto ipsec security-association lifetime kilobytes 4608000<br />
telnet timeout 5<br />
ssh timeout 5<br />
console timeout 0<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns maximum-length 512<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect netbios<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect skinny<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect sunrpc<br />
  inspect tftp<br />
  inspect sip<br />
  inspect xdmcp<br />
  inspect icmp<br />
!<br />
service-policy global_policy global<br />
Cryptochecksum:30d296dea4f5ffc1dd4560e075d47076<br />
: end</p>
<p>Thanx alot for time and cooperation in advanced</p>
<p>JD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tanlc</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-49885</link>
		<dc:creator>tanlc</dc:creator>
		<pubDate>Wed, 06 Jul 2011 05:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-49885</guid>
		<description>Hi James,

I have similar problem where I can&#039;t ping a dest host (192.168.152.246) behind OUTSIDE interface from a source host (192.168.158.20) sitting behind MGMT interface. I will be thankful if you could help...

Extracts from my configuration as follows:

! ---- Begin ----
ASA Version 8.3(1) 
!
    :
    :
interface Ethernet0/0
 nameif OUTSIDE
 security-level 0
 ip address 192.168.152.248 255.255.255.0 
!
interface Management0/0
 nameif MGMT
 security-level 99
 ip address 192.168.158.248 255.255.255.0 
 management-only
!
boot system disk0:/asa831-k8.bin
ftp mode passive
!
  :
access-list OUTSIDE-IN extended permit ip 192.168.152.0 255.255.255.0 192.168.158.0 255.255.255.0 
access-list OUTSIDE-IN extended permit icmp any any echo-reply 
access-list OUTSIDE-IN extended permit icmp any any time-exceeded 
access-list OUTSIDE-IN extended permit icmp any any echo 
access-list OUTSIDE-IN extended permit icmp any interface OUTSIDE 
  :
  :
  :
icmp unreachable rate-limit 1 burst-size 1
icmp permit 192.168.152.0 255.255.255.0 OUTSIDE
icmp permit 192.168.158.0 255.255.255.0 MGMT
  :
  :
access-group OUTSIDE_IN in interface OUTSIDE
  :
  :
! ----- END ----

Any wrong with above configuration? Or missing any setting? Do I need a static NAT? If so, is the following statement correct?

ciscoasa(config)# object network mgmt_static
ciscoasa(config-network-object)# host 192.168.158.20
ciscoasa(config-network-object)# nat (MGMT,OUTSIDE) static 192.168.152.250


Thanks in advance

tanlc</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I have similar problem where I can&#8217;t ping a dest host (192.168.152.246) behind OUTSIDE interface from a source host (192.168.158.20) sitting behind MGMT interface. I will be thankful if you could help&#8230;</p>
<p>Extracts from my configuration as follows:</p>
<p>! &#8212;- Begin &#8212;-<br />
ASA Version 8.3(1)<br />
!<br />
    :<br />
    :<br />
interface Ethernet0/0<br />
 nameif OUTSIDE<br />
 security-level 0<br />
 ip address 192.168.152.248 255.255.255.0<br />
!<br />
interface Management0/0<br />
 nameif MGMT<br />
 security-level 99<br />
 ip address 192.168.158.248 255.255.255.0<br />
 management-only<br />
!<br />
boot system disk0:/asa831-k8.bin<br />
ftp mode passive<br />
!<br />
  :<br />
access-list OUTSIDE-IN extended permit ip 192.168.152.0 255.255.255.0 192.168.158.0 255.255.255.0<br />
access-list OUTSIDE-IN extended permit icmp any any echo-reply<br />
access-list OUTSIDE-IN extended permit icmp any any time-exceeded<br />
access-list OUTSIDE-IN extended permit icmp any any echo<br />
access-list OUTSIDE-IN extended permit icmp any interface OUTSIDE<br />
  :<br />
  :<br />
  :<br />
icmp unreachable rate-limit 1 burst-size 1<br />
icmp permit 192.168.152.0 255.255.255.0 OUTSIDE<br />
icmp permit 192.168.158.0 255.255.255.0 MGMT<br />
  :<br />
  :<br />
access-group OUTSIDE_IN in interface OUTSIDE<br />
  :<br />
  :<br />
! &#8212;&#8211; END &#8212;-</p>
<p>Any wrong with above configuration? Or missing any setting? Do I need a static NAT? If so, is the following statement correct?</p>
<p>ciscoasa(config)# object network mgmt_static<br />
ciscoasa(config-network-object)# host 192.168.158.20<br />
ciscoasa(config-network-object)# nat (MGMT,OUTSIDE) static 192.168.152.250</p>
<p>Thanks in advance</p>
<p>tanlc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern B</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-49828</link>
		<dc:creator>Vern B</dc:creator>
		<pubDate>Tue, 05 Jul 2011 20:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-49828</guid>
		<description>Hey James,

Hopefully you can help. 

- I&#039;d like to test PING, TRACEROUTE and TELNET connectivity through the FW from one side to the other.

      I wanted to know if the default behavior of the ASA 5550 rev 8.3.1 has changed to allow icmp across the box so that I can test connectivity using ICMP from the INSIDE interface to the OUTSIDE interface. When I issue a Packet-Tracer command the final line shows ACTION: Allow, but, I do not get !!!!! replies, I only see ..... . My Globa Policy allow icmp to be inspected, I have an access-list on the outside interface. What am I missing? 

Thanks for your help in advance.

Vern B</description>
		<content:encoded><![CDATA[<p>Hey James,</p>
<p>Hopefully you can help. </p>
<p>- I&#8217;d like to test PING, TRACEROUTE and TELNET connectivity through the FW from one side to the other.</p>
<p>      I wanted to know if the default behavior of the ASA 5550 rev 8.3.1 has changed to allow icmp across the box so that I can test connectivity using ICMP from the INSIDE interface to the OUTSIDE interface. When I issue a Packet-Tracer command the final line shows ACTION: Allow, but, I do not get !!!!! replies, I only see &#8230;.. . My Globa Policy allow icmp to be inspected, I have an access-list on the outside interface. What am I missing? </p>
<p>Thanks for your help in advance.</p>
<p>Vern B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://jklogic.net/cisco-asa-and-icmp-configurations/comment-page-2/#comment-5781</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 11 Jan 2011 02:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/cisco-asa-and-icmp-configurations/#comment-5781</guid>
		<description>Hi All,

So to make it clear. On an ASA you can&#039;t ping the outside interface from a host sitting behind the inside interface.

inspect icmp won&#039;t help.

Did I get it right?

Cheers,
Daniel</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>So to make it clear. On an ASA you can&#8217;t ping the outside interface from a host sitting behind the inside interface.</p>
<p>inspect icmp won&#8217;t help.</p>
<p>Did I get it right?</p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

