<?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 Hello, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947655#M148124</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am a bit confused as to which interface your using for your internal side?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;All I see is below which is your external side? is there config missing?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface Ethernet0/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport access vlan 2&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 21:21:42 GMT</pubDate>
    <dc:creator>Matt Dunleavy</dc:creator>
    <dc:date>2017-01-03T21:21:42Z</dc:date>
    <item>
      <title>ASA 5505 not using default route</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947647#M148103</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I'm trying to configure an ASA 5505 (version 9.2(4)) for basic routing on the 192.168.x.y network.&lt;/P&gt;
&lt;P&gt;The connection to my ISP is a Cisco RV110W (giving me the 192.168.1.X network) which is running my network just fine, but now I want to add the 5505 on the inside of it. My intent it to connect the 5505 to the 1.X network and use 3.X for the stuff on the far side of the 5505.&lt;/P&gt;
&lt;P&gt;I've tried a large number of things, but my current config (shown below) is basically factory default with a few small modifications (I changed the basic IP addresses for vlan1 and vlan2, added PAT and a default route).&lt;/P&gt;
&lt;P&gt;I have a hub connected between the 110 and the 5505 for sniffing. When I try to reach the Internet from a PC on the 3.x network, I see the 5505 perform the ARP request for 1.1 but it never seems to use it, It will make the request, and get the answer, multiple times but it doesn't ever show up in a 'show switch mac-address-table' command, and, of course, traffic never passed through. To test traffic flow I'm trying to ping 4.2.2.2 and browse to google.com from the laptop on the 3.X network.&lt;/P&gt;
&lt;P&gt;I'm pretty sure I'm missing something very simply, but I can't figure it out (and I feel rather silly). Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;: Hardware: ASA5505, 256 MB RAM, CPU Geode 500 MHz&lt;BR /&gt;: Written by enable_15 at 20:13:46.169 UTC Mon Jan 2 2017&lt;BR /&gt;!&lt;BR /&gt;ASA Version 9.2(4) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.3.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.1.31 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.1.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.3.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;
&lt;P&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;!&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; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map &lt;BR /&gt; inspect ftp &lt;BR /&gt; inspect h323 h225 &lt;BR /&gt; inspect h323 ras &lt;BR /&gt; inspect rsh &lt;BR /&gt; inspect rtsp &lt;BR /&gt; inspect esmtp &lt;BR /&gt; inspect sqlnet &lt;BR /&gt; inspect skinny &lt;BR /&gt; inspect sunrpc &lt;BR /&gt; inspect xdmcp &lt;BR /&gt; inspect sip &lt;BR /&gt; inspect netbios &lt;BR /&gt; inspect tftp &lt;BR /&gt; inspect ip-options &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:0d2fe49621e6d561652b8a38fee6ad83&lt;BR /&gt;: end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947647#M148103</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2019-03-12T08:43:30Z</dc:date>
    </item>
    <item>
      <title>I think your config is</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947648#M148107</link>
      <description>&lt;P&gt;I think your config is correct.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can your notebook ping&amp;nbsp;&lt;SPAN&gt;192.168.3.1? &amp;nbsp;Are you sure your notebook is using&amp;nbsp;&lt;SPAN&gt;192.168.3.1 as its default gateway?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Does the notebook have a second NIC connected, such as to WiFi?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 22:17:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947648#M148107</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-01-02T22:17:44Z</dc:date>
    </item>
    <item>
      <title>Can the ASA ping the default</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947649#M148109</link>
      <description>&lt;P&gt;Can the ASA ping the default gateway at 192.168.1.1 from its outside interface? If this itself fails, no point looking at the laptop and 192.168.3.x before this is fixed. I would go hop by hop, first ping the 192.168.1.1 ip address from the ASA, better remove the hub in case that is causing an issue. If that works, see if the ASA is able to ping 4.2.2.2. Packet capture on the ASA is a good tool to look at packets coming in an out of the ASA.&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118097-configure-asa-00.html&lt;/P&gt;
&lt;P&gt;Once the ASA is able to ping DG and the 4.2.2.2, then the laptop should be fairly straightforward as your config looks ok on first glace.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 23:17:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947649#M148109</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-01-02T23:17:08Z</dc:date>
    </item>
    <item>
      <title>Yes, the laptop can</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947650#M148112</link>
      <description>&lt;P&gt;Yes, the laptop can successfully ping 3.1 and the 5505 can ping the laptop. And the laptop is using 3.1 as its default gateway. The Wifi interface I have turned off to avoid complications leaving only the 1 NIC active.&lt;/P&gt;
&lt;P&gt;Could some kind of licensing issue? I bought the 5505 off Ebay and it has a Base license on it running with a permanent activation key.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 14:19:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947650#M148112</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T14:19:16Z</dc:date>
    </item>
    <item>
      <title>No, the ASA can not ping the</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947651#M148113</link>
      <description>&lt;P&gt;No, the ASA can not ping the default gateway at 1.1. When I try, Wireshark shows me the ASA's ARP request for 1.1 and 1.1's ARP reply, but then the ASA just asks again and 1.1's MAC address never shows up in either 'show arp' nor 'show switch mac-address-table'. It's acting like the ASA just ignores the ARP reply of the default gateway and thus it can't pass any traffic to it.&lt;/P&gt;
&lt;P&gt;But, I can ping the other laptop off of that hub (1.17), so I know that the outside interface (e0/0) of the ASA is working correctly with good cables, etc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:45:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947651#M148113</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T15:45:03Z</dc:date>
    </item>
    <item>
      <title>Try adding a "switchport mode</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947652#M148115</link>
      <description>&lt;P&gt;Try adding a "switchport mode access" to the "&lt;SPAN&gt;interface Ethernet0/0" interface. &amp;nbsp;Perhaps it is going into trunk mode.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947652#M148115</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-01-03T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Good thought, but it didn't</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947653#M148118</link>
      <description>&lt;P&gt;Good thought, but it didn't help.&lt;/P&gt;
&lt;P&gt;I can ping the laptop I have on the hub between the 5505 and the 110, but it keeps ignoring the ARP reply from the 110. I don't get it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:18:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947653#M148118</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T20:18:26Z</dc:date>
    </item>
    <item>
      <title>Perhaps try the ASA in a</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947654#M148121</link>
      <description>&lt;P&gt;Perhaps try the ASA in a different port on the hub. &amp;nbsp;There must be some reason why it is not getting the ARP reply.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:21:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947654#M148121</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-01-03T20:21:26Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947655#M148124</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am a bit confused as to which interface your using for your internal side?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;All I see is below which is your external side? is there config missing?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface Ethernet0/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switchport access vlan 2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:21:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947655#M148124</guid>
      <dc:creator>Matt Dunleavy</dc:creator>
      <dc:date>2017-01-03T21:21:42Z</dc:date>
    </item>
    <item>
      <title>Run a "debug arp" on the ASA</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947656#M148127</link>
      <description>&lt;P&gt;Run a "debug arp" on the ASA to see what the ASA does. One more thought that I had was with subnet masks. Is the gateway also set to 192.168.1.1/24. I am thinking if the ASA thinks that this a non-connected subnet, it might drop the ARP (default since 9.0.1) . You might need to add the following command to allow the traffic through.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;B class="cBold"&gt;arp permit non-connected&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Another question: Is the laptop having 1.17 able to ping the default gateway?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947656#M148127</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-01-03T21:41:53Z</dc:date>
    </item>
    <item>
      <title>Vlan 2 (e0/0) is the outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947657#M148129</link>
      <description>&lt;P&gt;Vlan 2 (e0/0) is the outside interface, which I'm having trouble with.&lt;/P&gt;
&lt;P&gt;Vlan 1 (e0/1 - e0/7) is the inside interface with the 3.X subnet on it.&lt;/P&gt;
&lt;P&gt;The ASA's ports are put into Vlan 1 by default, so the config only lists the changes from the default.&lt;/P&gt;
&lt;P&gt;When I do a 'show switch vlan' it lists e0/0 in vlan 2 (outside) and the rest in vlan 1 (inside).&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:47:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947657#M148129</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T21:47:34Z</dc:date>
    </item>
    <item>
      <title>Maybe its getting confused as</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947658#M148138</link>
      <description>&lt;P&gt;Maybe its getting confused as to which interface to route traffic through, what about creating a new vlan instead of the default and assigning it to 1 port and then seeing how it goes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:47:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947658#M148138</guid>
      <dc:creator>Matt Dunleavy</dc:creator>
      <dc:date>2017-01-03T22:47:50Z</dc:date>
    </item>
    <item>
      <title>The 'arp permit-nonconnected'</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947659#M148140</link>
      <description>&lt;P&gt;The 'arp permit-nonconnected' has no effect.&lt;/P&gt;
&lt;P&gt;Yes, the 110 has it's network interface configured as 192.168.1.1/24.&lt;/P&gt;
&lt;P&gt;The debug arp gave this:&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# debug arp&lt;BR /&gt;debug arp enabled at level 1&lt;BR /&gt;ciscoasa(config)# ping 4.2.2.2&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;arp-req: generating request for 192.168.1.1 at interface outside&lt;BR /&gt;arp-send: arp request built from 192.168.1.31 0026.99d4.5ec4 for 192.168.1.1 at 363830&lt;BR /&gt;arp-send: arp request built from 192.168.1.31 0026.99d4.5ec4 for 192.168.1.1 at 365810&lt;BR /&gt;?arp-req: generating request for 192.168.1.1 at interface outside&lt;BR /&gt;arp-req: request for 192.168.1.1 still pending&lt;BR /&gt;arp-send: arp request built from 192.168.1.31 0026.99d4.5ec4 for 192.168.1.1 at 366810&lt;BR /&gt;?arp-req: generating request for 192.168.1.1 at interface outside&lt;BR /&gt;arp-req: request for 192.168.1.1 still pending&lt;BR /&gt;?arp-req: generating request for 192.168.1.1 at interface outside&lt;BR /&gt;arp-req: request for 192.168.1.1 still pending&lt;BR /&gt;arp-send: arp request built from 192.168.1.31 0026.99d4.5ec4 for 192.168.1.1 at 370810&lt;BR /&gt;?arp-req: generating request for 192.168.1.1 at interface outside&lt;BR /&gt;arp-req: request for 192.168.1.1 still pending&lt;BR /&gt;?&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;ciscoasa(config)# no arp-send: arp request built from 192.168.1.31 0026.99d4.5ec4 for 192.168.1.1 at 375810&lt;BR /&gt;debug arp&lt;BR /&gt;debug arp disabled.&lt;BR /&gt;ciscoasa(config)#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At the same time, Wireshark recorded:&lt;/P&gt;
&lt;P&gt;1 0.000000 CiscoInc_d4:5e:c4 Broadcast ARP 60 Who has 192.168.1.1? Tell 192.168.1.31&lt;BR /&gt;2 0.001068 CiscoInc_50:29:ff CiscoInc_d4:5e:c4 ARP 56 192.168.1.1 is at b8:62:1f:50:29:ff&lt;/P&gt;
&lt;P&gt;4 1.970810 CiscoInc_d4:5e:c4 Broadcast ARP 60 Who has 192.168.1.1? Tell 192.168.1.31&lt;BR /&gt;5 1.975441 CiscoInc_50:29:ff CiscoInc_d4:5e:c4 ARP 56 192.168.1.1 is at b8:62:1f:50:29:ff&lt;BR /&gt;6 2.970770 CiscoInc_d4:5e:c4 Broadcast ARP 60 Who has 192.168.1.1? Tell 192.168.1.31&lt;BR /&gt;7 2.975416 CiscoInc_50:29:ff CiscoInc_d4:5e:c4 ARP 56 192.168.1.1 is at b8:62:1f:50:29:ff&lt;BR /&gt;8 6.970658 CiscoInc_d4:5e:c4 Broadcast ARP 60 Who has 192.168.1.1? Tell 192.168.1.31&lt;BR /&gt;9 6.974900 CiscoInc_50:29:ff CiscoInc_d4:5e:c4 ARP 56 192.168.1.1 is at b8:62:1f:50:29:ff&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So it appears that the ASA is discarding the ARP responses from 1.1. But why?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:00:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947659#M148140</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T23:00:57Z</dc:date>
    </item>
    <item>
      <title>I just set the default route</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947660#M148144</link>
      <description>&lt;P&gt;I just set the default route to be the laptop on the 1.x subnet, and the 5505 went out and got its MAC address just fine. So I used that same IP address on the 110 and again the 5505 would not accept the ARP reply.&lt;/P&gt;
&lt;P&gt;Could this problem have something to do with the next hop being a Cisco RV110W? Will and ASA not talk with a lesser piece of Cisco equipment??? (I'm grasping at straws here)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:51:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947660#M148144</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-03T23:51:24Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947661#M148146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What's the status of the interface when it's connected to the RV110W?&lt;/P&gt;
&lt;P&gt;Can you configure an ARP-type capture on the ASA?&lt;/P&gt;
&lt;P&gt;ASA# capture ARP ethernet-type arp interface outside&lt;/P&gt;
&lt;P&gt;ASA# show capture ARP&lt;/P&gt;
&lt;P&gt;If you assign the MAC address statically on the ASA are you able to ping the router?&lt;/P&gt;
&lt;P&gt;ASA(config)# arp outside 192.168.1.1 b8:62:1f:50:29:ff&lt;/P&gt;
&lt;P&gt;Just as a test, have you tried changing the subnet on the router and the ASA to something different, say 192.168.2.0/24?&lt;/P&gt;
&lt;P&gt;__ __&lt;/P&gt;
&lt;P&gt;Pablo&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947661#M148146</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2017-01-04T00:45:10Z</dc:date>
    </item>
    <item>
      <title>It could be that the ASA</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947662#M148149</link>
      <description>&lt;P&gt;It could be that the ASA never received the ARP response. The Wireshark you have is on the hub. Catch arp traffic using arp type packet capture on the outside interface of the ASA.&lt;/P&gt;
&lt;P&gt;Is the PC connected to the hub able to ping 192.168.1.1? If yes, try swapping ports between the ASA and the PC.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 03:26:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947662#M148149</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-01-04T03:26:59Z</dc:date>
    </item>
    <item>
      <title>Thanks everybody for your</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947663#M148151</link>
      <description>&lt;P&gt;Thanks everybody for your input.&lt;/P&gt;
&lt;P&gt;I did try switching ports, to no avail.&lt;/P&gt;
&lt;P&gt;Last night I changed the external interface to use DHCP and that fixed things. It didn't like the static IP address for some reason. It wasn't in the DHCP pool of the 110, so I don't understand why, but it is up and passing traffic now.&lt;/P&gt;
&lt;P&gt;Again, thanks to everybody for your help with this.&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 13:20:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-not-using-default-route/m-p/2947663#M148151</guid>
      <dc:creator>dapasono</dc:creator>
      <dc:date>2017-01-05T13:20:48Z</dc:date>
    </item>
  </channel>
</rss>

