<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASA 5540 connectivity testing? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581250#M594690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see in the captures. The ASA is sending out arp but, there is no response.&amp;nbsp; Layer 2 to layer 3 mapping is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a switch that you can throw inbetween the two?&lt;/P&gt;&lt;P&gt;How about debug ip arp on the router. Does it see the packets from the ASA? Does it response back?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 14:12:10 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2011-01-10T14:12:10Z</dc:date>
    <item>
      <title>ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581245#M594666</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a total n00b at ASA so please give me a hand &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ASA 5540-AIP40-K9 ....so it has the standard built-in 4 GE ports + a SSM-40 module.&lt;/P&gt;&lt;P&gt;So I basicaly just got it out of the box, updated the software and made some minor config changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I connected one port (GE 0/0) to a cisco 7600 which is our edge router.&lt;/P&gt;&lt;P&gt;And connected another port (GE 0/3) to another router (cisco 3560-X)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I can't do any pings...neither from the ASA to the other routers, nor from the routers to the ASA.&lt;/P&gt;&lt;P&gt;And I can't even see any mac addresses on the connected interfaces. Even though the interfaces report being UP.&lt;/P&gt;&lt;P&gt;Is there anything "special" I have to do other than just assign IP addresses / names and security level ...in order to be able to do a ping?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;TABLE border="3" cellpadding="3" cellspacing="0" style="; width: 100%; border: 3px solid #000000"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color:#6690BC;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Config&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ASA Version 8.3(2)&lt;BR /&gt;!&lt;BR /&gt;hostname FireStorm&lt;BR /&gt;domain-name my-network.net&lt;BR /&gt;enable password 8Rg2YjIyt6RRLU64 encrypted&lt;BR /&gt;passwd 2KFznbJIdI.2FYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 172.30.123.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt; description *** Link to Gi0/24 on Poseidon ***&lt;BR /&gt; speed 1000&lt;BR /&gt; duplex full&lt;BR /&gt; nameif inside-Poseidon&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 10.123.20.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif Management&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.255.0.99 255.255.252.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name my-network.net&lt;BR /&gt;access-list global_access extended permit icmp any any echo log disable&lt;BR /&gt;access-list global_access extended permit icmp any any echo-reply log disable&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside-Poseidon 1500&lt;BR /&gt;mtu Management 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-634.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;access-group global_access global&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 172.30.123.1 1&lt;BR /&gt;route Management 194.169.191.128 255.255.255.192 10.155.0.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 Management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 Management&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;ssh version 2&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ntp server 10.255.0.100 source Management prefer&lt;BR /&gt;webvpn&lt;BR /&gt;username jay password LELpNV7kA8WhSZSo encrypted&lt;BR /&gt;username root password wLW5bzeVjjFAsW5L encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home&lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email &lt;A href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:f7ee8a99f50eeff6354219f39e179a60&lt;BR /&gt;: end&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The other routers have IPs: 172.30.123.1 and 10.123.20.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:32:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581245#M594666</guid>
      <dc:creator>d.draghici</dc:creator>
      <dc:date>2019-03-11T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581246#M594670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the interfaces on the ASA show up up?&lt;/P&gt;&lt;P&gt;sh int g0/0&lt;/P&gt;&lt;P&gt;sh int g0/3&lt;/P&gt;&lt;P&gt;ping the interface itself you get a response?&lt;/P&gt;&lt;P&gt;ping the router interface - you should be a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh arp - should show router's mac address to ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable logging and see what the logs show.&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging buffered 7&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;sh logg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;collect captures on the interfaces and see what might be going on.&lt;/P&gt;&lt;P&gt;cap capin int inside-Poseidon&lt;/P&gt;&lt;P&gt;cap capout int outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh cap capin det&lt;/P&gt;&lt;P&gt;sh cap capout det&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 13:07:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581246#M594670</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-10T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581247#M594681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, a minor point. I noticed that one interface is hard set to 1G and the other has no speed set.&lt;/P&gt;&lt;P&gt;Do the speeds of the interfaces set on the router and switch match what is on your firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the configuration of the interfaces on the router and switch that connect to the firewall?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 13:34:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581247#M594681</guid>
      <dc:creator>sean_evershed</dc:creator>
      <dc:date>2011-01-10T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581248#M594683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the ASA and router connected via a switch or did you use a crossover cable for testing? If it is crossover then you can set the speed to be the same manually on both interfaces.&lt;/P&gt;&lt;P&gt;If you are using a switch, then for gig interfaces, we recommend setting the interface speed and duplex to auto auto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 13:43:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581248#M594683</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-10T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581249#M594687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So yeah, as I said the interfaces do show as being UP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface GigabitEthernet0/0 "outside", is up, line protocol is up&lt;BR /&gt;Interface GigabitEthernet0/3 "inside-Poseidon", is up, line protocol is up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I ping its own interfaces, which are 172.30.123.2 and 10.123.20.1 it replies.&lt;/P&gt;&lt;P&gt;If I ping the directly connected interfaces of the other routers ( 172.30.123.1 and 10.123.20.2 ) they do NOT reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show arp on ASA does NOT show the mac address of the other routers (just some other devices seen on the management interface), and the same on the routers....the mac of the ASA does not show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I setup logging as you said. but it doesn't seem to show anything interesting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" style="; width: 100%; border: 1px solid #000000"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color:#6690BC;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;sh logg&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;%ASA-5-111008: User 'enable_15' executed the 'ping 10.123.20.2' command.&lt;BR /&gt;%ASA-5-111010: User 'enable_15', running 'CLI' from IP 194.169.191.185, executed 'ping 10.123.20.2'&lt;BR /&gt;%ASA-7-609001: Built local-host Management:10.255.2.1&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 10.255.2.1/0 gaddr 10.255.0.99/0 laddr 10.255.0.99/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 10.255.2.1/0 gaddr 10.255.0.99/0 laddr 10.255.0.99/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host Management:10.255.2.1 duration 0:00:00&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to Management:255.255.255.255/67&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to Management:255.255.255.255/67&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to Management:255.255.255.255/67&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" style="; width: 100%; border: 1px solid #000000"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color:#6690BC;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;sh cap capin det &amp;amp; sh cap capout det&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;15 packets captured&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 13:42:37.473959 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 13:42:38.540819 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 13:42:39.540713 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 13:42:43.540301 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 5: 13:42:48.539782 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 6: 13:42:53.539278 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 7: 13:42:58.538759 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 8: 13:43:03.538256 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 9: 13:43:08.537737 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 10: 13:43:13.537234 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 11: 13:43:18.536715 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 12: 13:43:23.536196 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 13: 13:43:28.535693 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 14: 13:43:33.535174 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;BR /&gt;&amp;nbsp; 15: 13:43:38.534655 0023.044b.4817 ffff.ffff.ffff 0x0806 42: arp who-has 10.123.20.2 tell 10.123.20.1&lt;/P&gt;&lt;P&gt;4 packets captured&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 13:45:59.546968 0023.044b.4814 ffff.ffff.ffff 0x0806 42: arp who-has 172.30.123.1 tell 172.30.123.2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 13:46:01.519977 0023.044b.4814 ffff.ffff.ffff 0x0806 42: arp who-has 172.30.123.1 tell 172.30.123.2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 13:46:02.519885 0023.044b.4814 ffff.ffff.ffff 0x0806 42: arp who-has 172.30.123.1 tell 172.30.123.2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 13:46:06.519473 0023.044b.4814 ffff.ffff.ffff 0x0806 42: arp who-has 172.30.123.1 tell 172.30.123.2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also set the speed and duplex to auto on the GE 0/3 interface but doesn't help with anything. I remember when i first set it up I had a hard time getting the interfaces to go UP and that's why I tried setting speed explicit.....but after a while the interfaces just got up by themselves anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cabling is done using CAT6 straight patches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration on the other devices to which the ASA is connected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" style="; width: 100%; border: 1px solid #000000"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color:#6690BC;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;other routers:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Cisco 7606:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/48&lt;BR /&gt; description *** Link to FireStorm Gi0/0 (Cisco ASA)***&lt;BR /&gt; ip address 172.30.123.1 255.255.255.0&lt;/P&gt;&lt;P&gt;GigabitEthernet1/48 is up, line protocol is up (connected)&lt;BR /&gt;&amp;nbsp; Hardware is C6k 1000Mb 802.3, address is 0018.7416.7380 (bia 0018.7416.7380)&lt;BR /&gt;&amp;nbsp; Description: *** Link to FireStorm Gi0/0 (Cisco ASA)***&lt;BR /&gt;&amp;nbsp; Internet address is 172.30.123.1/24&lt;BR /&gt;&amp;nbsp; MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 1/255, rxload 1/255&lt;BR /&gt;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;BR /&gt;&amp;nbsp; Keepalive set (10 sec)&lt;BR /&gt;&amp;nbsp; Full-duplex, 1000Mb/s&lt;BR /&gt;&amp;nbsp; input flow-control is off, output flow-control is off&lt;BR /&gt;&amp;nbsp; Clock mode is auto&lt;BR /&gt;&amp;nbsp; ARP type: ARPA, ARP Timeout 04:00:00&lt;BR /&gt;&amp;nbsp; Last input 00:06:06, output 00:00:54, output hang never&lt;BR /&gt;&amp;nbsp; Last clearing of "show interface" counters never&lt;BR /&gt;&amp;nbsp; Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;BR /&gt;&amp;nbsp; Queueing strategy: fifo&lt;BR /&gt;&amp;nbsp; Output queue: 0/40 (size/max)&lt;BR /&gt;&amp;nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec&lt;BR /&gt;&amp;nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec&lt;BR /&gt;&amp;nbsp; L2 Switched: ucast: 0 pkt, 0 bytes - mcast: 120 pkt, 7680 bytes&lt;BR /&gt;&amp;nbsp; L3 in Switched: ucast: 0 pkt, 0 bytes - mcast: 0 pkt, 0 bytes mcast&lt;BR /&gt;&amp;nbsp; L3 out Switched: ucast: 0 pkt, 0 bytes mcast: 0 pkt, 0 bytes&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 130 packets input, 8400 bytes, 0 no buffer&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received 120 broadcasts (0 IP multicasts)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 runts, 0 giants, 0 throttles&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 watchdog, 0 multicast, 0 pause input&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input packets with dribble condition detected&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 37487 packets output, 15629319 bytes, 0 underruns&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output errors, 0 collisions, 2 interface resets&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 babbles, 0 late collision, 0 deferred&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 lost carrier, 0 no carrier, 0 pause output&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output buffer failures, 0 output buffers swapped out&lt;/P&gt;&lt;P&gt;=================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco 3560-X:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/24&lt;BR /&gt; description *** Link to Gi0/3 on FireStorm ***&lt;BR /&gt; no switchport&lt;BR /&gt; ip address 10.123.20.2 255.255.255.0&lt;/P&gt;&lt;P&gt;GigabitEthernet0/24 is up, line protocol is up (connected)&lt;BR /&gt;&amp;nbsp; Hardware is Gigabit Ethernet, address is fcfb.fb07.9441 (bia fcfb.fb07.9441)&lt;BR /&gt;&amp;nbsp; Description: *** Link to Gi0/3 on FireStorm ***&lt;BR /&gt;&amp;nbsp; Internet address is 10.123.20.2/24&lt;BR /&gt;&amp;nbsp; MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 1/255, rxload 1/255&lt;BR /&gt;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;BR /&gt;&amp;nbsp; Keepalive set (10 sec)&lt;BR /&gt;&amp;nbsp; Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX&lt;BR /&gt;&amp;nbsp; input flow-control is off, output flow-control is unsupported&lt;BR /&gt;&amp;nbsp; ARP type: ARPA, ARP Timeout 04:00:00&lt;BR /&gt;&amp;nbsp; Last input 00:13:54, output 00:00:10, output hang never&lt;BR /&gt;&amp;nbsp; Last clearing of "show interface" counters never&lt;BR /&gt;&amp;nbsp; Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;BR /&gt;&amp;nbsp; Queueing strategy: fifo&lt;BR /&gt;&amp;nbsp; Output queue: 0/40 (size/max)&lt;BR /&gt;&amp;nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec&lt;BR /&gt;&amp;nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45 packets input, 2880 bytes, 0 no buffer&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received 45 broadcasts (0 IP multicasts)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 runts, 0 giants, 0 throttles&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 watchdog, 0 multicast, 0 pause input&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input packets with dribble condition detected&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 86353 packets output, 10327630 bytes, 0 underruns&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output errors, 0 collisions, 0 interface resets&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 babbles, 0 late collision, 0 deferred&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 lost carrier, 0 no carrier, 0 PAUSE output&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output buffer failures, 0 output buffers swapped out&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:02:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581249#M594687</guid>
      <dc:creator>d.draghici</dc:creator>
      <dc:date>2011-01-10T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581250#M594690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see in the captures. The ASA is sending out arp but, there is no response.&amp;nbsp; Layer 2 to layer 3 mapping is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a switch that you can throw inbetween the two?&lt;/P&gt;&lt;P&gt;How about debug ip arp on the router. Does it see the packets from the ASA? Does it response back?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:12:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581250#M594690</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-10T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581251#M594693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for the process of elimination can you issue the following commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run interface GigabitEthernet1/48 on the 7206 and sh run interface GigabitEthernet0/24 on the 3560.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:35:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581251#M594693</guid>
      <dc:creator>sean_evershed</dc:creator>
      <dc:date>2011-01-10T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581252#M594695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put a non-managed L2 10/100 switch between the ASA and the c7600 but still nothing works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled arp debuging on the c7600 but nothing is seen coming from ASA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; : ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; sans-serif&amp;quot;: ; mso-ascii-theme-font: minor-latin; color: #000000; font-size: 11pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: Calibri; mso-fareast-theme-font: minor-latin; , &amp;quot;: ; mso-fareast-font-family: Calibri; Calibri&amp;quot;: ; mso-bidi-theme-font: minor-bidi; "&gt;sean_evershed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; : ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; sans-serif&amp;quot;: ; mso-ascii-theme-font: minor-latin; color: #000000; font-size: 11pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: Calibri; mso-fareast-theme-font: minor-latin; , &amp;quot;: ; mso-fareast-font-family: Calibri; Calibri&amp;quot;: ; mso-bidi-theme-font: minor-bidi; "&gt;I already did a show interfaces of both...I posted them just before&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:38:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581252#M594695</guid>
      <dc:creator>d.draghici</dc:creator>
      <dc:date>2011-01-10T14:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581253#M594699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting....where are these packets from the ASA going? So two interfaces on the ASA are doing the same thing? Is this correct?&lt;/P&gt;&lt;P&gt;How about other interfaces?&lt;/P&gt;&lt;P&gt;If you configure another interface and hook up a laptop directly to that port does that work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry you are going through all this with an ASA out of the box. We will get to the bottom of it soon.&lt;/P&gt;&lt;P&gt;Have you changed the ethernet cables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:50:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581253#M594699</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-10T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581254#M594700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for persevering so much in helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to connect a laptop directly to the ASA when I noticed....the cables were mixed up!!!!&amp;nbsp; *** gigant facepalm *** &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was used to the ports being numbered from left to right on most equipment, but it seems they are backwards on the ASA and I didn't notice that because it is mounted somewhere to the bottom of the rack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course I reversed the cables and everything works just fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since I'm just at the begining with my ASA experience you`ll probably see me again on the forum &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 18:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581254#M594700</guid>
      <dc:creator>d.draghici</dc:creator>
      <dc:date>2011-01-10T18:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 connectivity testing?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581255#M594703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to ask if the cables were connected to the correct port.&amp;nbsp; Didn't want to ask such d**b questions so, didn't &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luckily you spotted it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 18:24:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-connectivity-testing/m-p/1581255#M594703</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-10T18:24:54Z</dc:date>
    </item>
  </channel>
</rss>

