<?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: arp entry on virtual router in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226477#M65197</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Well I found out the new guy left some important vlans off a switch and that was the issue, I had asked him this stuff before but he assured me it was all correct on his side. So I guess added the arp and IP information to the the interface sorry not the virtual router fixed the issue. Our internatl communication between people is greatly lacking here and contributes to our issues. Thanks bpry great response&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 16:29:01 GMT</pubDate>
    <dc:creator>jdprovine</dc:creator>
    <dc:date>2018-08-08T16:29:01Z</dc:date>
    <item>
      <title>arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226408#M65183</link>
      <description>&lt;P&gt;We experienced a loss of routing of two virtual server and their arp to IP information had to be added to a virtual router to get it to route. Any ideas how this could occur?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:01:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226408#M65183</guid>
      <dc:creator>jdprovine</dc:creator>
      <dc:date>2018-08-08T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226433#M65188</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/18719"&gt;@jdprovine&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Certain servers/services require static ARP entires to maintain their entry in the ARP cache, however the use of static ARP is declining. In my experiance load-balancers, application delivery controllers, and generally anything that uses a lot of VIP entries are canidates for this sort of configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;As for how it happened; the ARP cache&amp;nbsp;cleared the mapping for those two servers. Creating a static mapping simply creates a static ARP table entry so that whatever IP you entered will&amp;nbsp;&lt;EM&gt;always&lt;/EM&gt; map to that MAC address.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:32:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226433#M65188</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-08-08T13:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226435#M65190</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is rule out the PA as what is causing the issue. I would say by adding it to a virtual router on the PA is just doing routing that another part of the network should be doing and the PA is not the cause&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:35:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226435#M65190</guid>
      <dc:creator>jdprovine</dc:creator>
      <dc:date>2018-08-08T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226436#M65191</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/18719"&gt;@jdprovine&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Just to verify; when you say you added it into the VR, you really mean interface configuration right? The VR doesn't hold the static ARP entries, this would be something you configure on the interface configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for what actually caused the issue it could have been the PA, but it really wouldn't have been the PAs fault if you weren't told it needed a static ARP entry. Usually if you are configuring a static ARP entry on the firewall, it would also be configured on your core switches. Everything needs to have the same ARP entry otherwise things will break.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So on my network for example we need a static ARP entry for our OWA VIP, without it our users can't access OWA. So lets say that VIP has a MAC address of 00:11:22:33:44:55 and it maps to 10.191.1.111; that means I have a static ARP entry on my Core switches along with the interface on the PA so that the traffic can actually route correctly. If I take the static ARP off either my Cores or the PA I can't route to that VIP anymore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now as to your particular issue I'd say that this is more likely the following options:&lt;/P&gt;&lt;P&gt;1) Interface/Routing changes were made on the PA and this static ARP entry wasn't entered for some reason. This is the fault of the PA, but likely due to not knowing it needed the ARP entry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) If that isn't the case then this is a new setup or they changed the setup in some way. Fully the fault of the server/service admin for not knowing that a static ARP entry was going to be required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's really your only two options that&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; take place. If a service was working with a dynamic ARP entry and no change has taken place then you wouldn't have run into the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:45:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226436#M65191</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-08-08T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226477#M65197</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Well I found out the new guy left some important vlans off a switch and that was the issue, I had asked him this stuff before but he assured me it was all correct on his side. So I guess added the arp and IP information to the the interface sorry not the virtual router fixed the issue. Our internatl communication between people is greatly lacking here and contributes to our issues. Thanks bpry great response&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:29:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226477#M65197</guid>
      <dc:creator>jdprovine</dc:creator>
      <dc:date>2018-08-08T16:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226478#M65198</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So by map do you give it a path to where it needs to go?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:30:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226478#M65198</guid>
      <dc:creator>jdprovine</dc:creator>
      <dc:date>2018-08-08T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226480#M65199</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/18719"&gt;@jdprovine&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Internal Comms is something that we've been trying to work on here, but we're pretty siloed as far as who handles what aspects. Always fun when someone else causes issues &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:31:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226480#M65199</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-08-08T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: arp entry on virtual router</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226493#M65200</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On top of it try to be the fairer sex in the IT department, its always an up hill battle&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:33:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/arp-entry-on-virtual-router/m-p/226493#M65200</guid>
      <dc:creator>jdprovine</dc:creator>
      <dc:date>2018-08-08T16:33:11Z</dc:date>
    </item>
  </channel>
</rss>

