<?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: Cisco ASA gratuitous ARP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685731#M12922</link>
    <description>Nice one, thanks.</description>
    <pubDate>Fri, 10 Aug 2018 12:47:58 GMT</pubDate>
    <dc:creator>lucas_kaczmarski</dc:creator>
    <dc:date>2018-08-10T12:47:58Z</dc:date>
    <item>
      <title>Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685706#M12911</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how to force Cisco ASA to send GARP for NATed IPs? I'm using proxy arp and the ARP entries on the upstream device do not refresh after I change failover MAC address. The only way to fix this is to clear ARP on the upstream device or wait till the timeout expires. I also tried failing over the ASAs, but that doesn't help either.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to force ASA to send out GARPs at all for nated IPs?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the upstream device&amp;nbsp;&lt;SPAN&gt;e0:5f:b9:7c:7d:33 is the new MAC address of the ASAs outside (failover) interface and that updated immediately, but the ones for proxy-arp remain unchanged at&amp;nbsp;e0:5f:b9:7c:7d:3c.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;root&amp;gt; show arp&lt;BR /&gt;MAC Address Address Name Interface Flags&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.10 55.55.55.10 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.11 55.55.55.11 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.13 55.55.55.13 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.14 55.55.55.14 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.16 55.55.55.16 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.21 55.55.55.21 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:3c 55.55.55.250 55.55.55.250 ge-0/0/0.0 none&lt;BR /&gt;e0:5f:b9:7c:7d:33 55.55.55.254 55.55.55.254 ge-0/0/0.0 none&lt;BR /&gt;Total entries: 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;root&amp;gt; ping 55.55.55.10&lt;BR /&gt;PING 55.55.55.10 (55.55.55.10): 56 data bytes&lt;BR /&gt;^C&lt;BR /&gt;--- 55.55.55.10 ping statistics ---&lt;BR /&gt;3 packets transmitted, 0 packets received, 100% packet loss&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Lucas&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685706#M12911</guid>
      <dc:creator>lucas_kaczmarski</dc:creator>
      <dc:date>2020-02-21T16:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685715#M12913</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GARP is the default behavior with NAT :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/116154-qanda-ASA-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/116154-qanda-ASA-00.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each interface is configured per default to post GARP (negation of noproxyarp).&lt;/P&gt;
&lt;P&gt;You can verify with : sh run all | i proxyarp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here an example :&lt;/P&gt;
&lt;P&gt;vpn/pri/act# sh run all | i proxyarp&lt;BR /&gt;no sysopt noproxyarp outside&lt;BR /&gt;no sysopt noproxyarp dmz&lt;BR /&gt;no sysopt noproxyarp management&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:14:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685715#M12913</guid>
      <dc:creator>Jerome BERTHIER</dc:creator>
      <dc:date>2018-08-10T12:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685718#M12915</link>
      <description>&lt;P&gt;The ASA responds to ARP for NATed IPs and that is correct and expected, but it seems that when I change the virtual MAC address of the ASA the GARP updates are not sent for NATed IPs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not the intial ARP request that is the problem (that I can achieve by clearing ARP cache on the upstream device), but the GARP update for the existing ARP entry which is not sent it seems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this expected behaviour? I pasted relevenat info in my original post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:33:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685718#M12915</guid>
      <dc:creator>lucas_kaczmarski</dc:creator>
      <dc:date>2018-08-10T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685724#M12918</link>
      <description>&lt;P&gt;Sorry I misunderstood your request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is documented :&lt;/P&gt;
&lt;P&gt;"If you do not configure virtual MAC addresses, you might need to clear the ARP tables on connected routers to restore traffic flow. The ASA does not send gratuitous ARPs for static NAT addresses when the MAC address changes, so connected routers do not learn of the MAC address change for these addresses."&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/ha_active_standby.html#wp1079460%0A" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/ha_active_standby.html#wp1079460%0A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to fix virtual mac adresses on failover node in order to keep only those of primary node :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/ha_active_standby.html#wp1097271%0A" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/ha_active_standby.html#wp1097271%0A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jérôme&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685724#M12918</guid>
      <dc:creator>Jerome BERTHIER</dc:creator>
      <dc:date>2018-08-10T12:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685731#M12922</link>
      <description>Nice one, thanks.</description>
      <pubDate>Fri, 10 Aug 2018 12:47:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/3685731#M12922</guid>
      <dc:creator>lucas_kaczmarski</dc:creator>
      <dc:date>2018-08-10T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/4035486#M1066960</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;You could force a Gratuitous ARP in ASA with the following debug command:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white;"&gt;debug menu ipaddrutl 6 &amp;lt;IP&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&lt;FONT size="3"&gt;Example:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&lt;FONT size="3"&gt;&lt;SPAN style="background: white;"&gt;#debug menu ipaddrutl 6 1.1.1.1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri" color="#222222"&gt;Gratuitous&lt;/FONT&gt;&lt;FONT style="color: #222222; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;ARP sent for 1.1.1.1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.75pt; color: #222222;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:22:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/4035486#M1066960</guid>
      <dc:creator>cesarami</dc:creator>
      <dc:date>2020-02-25T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA gratuitous ARP</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/4423361#M1081765</link>
      <description>&lt;P&gt;Stellar answer!&amp;nbsp; Worked for me on FTD code from CLI.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:14:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-gratuitous-arp/m-p/4423361#M1081765</guid>
      <dc:creator>markwaltersccie</dc:creator>
      <dc:date>2021-06-24T16:14:11Z</dc:date>
    </item>
  </channel>
</rss>

