<?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 ARP Validation Question in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47085#M12049</link>
    <description>I am attempting to configure dhcp-snooping with arp validation on a lab X450e-24p.  DHCP snooping seems to work fine, I configure a trusted port (24) where the DHCP server is reached off of.&lt;BR /&gt;
&lt;BR /&gt;
When I configure arp validation, I begin to get errors related to the default gateway of the network.&lt;BR /&gt;
&lt;BR /&gt;
An ARP violation was detected on vlan &lt;VLAN&gt; port 24 violating IP &lt;I&gt; violating MAC &lt;MAC&gt; violation type Invalid IP-MAC Binding&lt;BR /&gt;
&lt;BR /&gt;
I'm presuming this is because the gateway does not DHCP so a binding is never learned.  Is the solution to this to create a static entry with this command:&lt;BR /&gt;
&lt;BR /&gt;
"configure ip-security dhcp-bindings add"&lt;BR /&gt;
Am I thinking of this correctly, is there any other technique?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;&lt;/MAC&gt;&lt;/I&gt;&lt;/VLAN&gt;</description>
    <pubDate>Fri, 13 Jul 2018 23:51:00 GMT</pubDate>
    <dc:creator>B_</dc:creator>
    <dc:date>2018-07-13T23:51:00Z</dc:date>
    <item>
      <title>ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47085#M12049</link>
      <description>I am attempting to configure dhcp-snooping with arp validation on a lab X450e-24p.  DHCP snooping seems to work fine, I configure a trusted port (24) where the DHCP server is reached off of.&lt;BR /&gt;
&lt;BR /&gt;
When I configure arp validation, I begin to get errors related to the default gateway of the network.&lt;BR /&gt;
&lt;BR /&gt;
An ARP violation was detected on vlan &lt;VLAN&gt; port 24 violating IP &lt;I&gt; violating MAC &lt;MAC&gt; violation type Invalid IP-MAC Binding&lt;BR /&gt;
&lt;BR /&gt;
I'm presuming this is because the gateway does not DHCP so a binding is never learned.  Is the solution to this to create a static entry with this command:&lt;BR /&gt;
&lt;BR /&gt;
"configure ip-security dhcp-bindings add"&lt;BR /&gt;
Am I thinking of this correctly, is there any other technique?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;&lt;/MAC&gt;&lt;/I&gt;&lt;/VLAN&gt;</description>
      <pubDate>Fri, 13 Jul 2018 23:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47085#M12049</guid>
      <dc:creator>B_</dc:creator>
      <dc:date>2018-07-13T23:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47086#M12050</link>
      <description>From the documentation: If  configured for DHCP snooping, the switch snoops DHCP packets on the indicated ports  and builds a DHCP bindings database of IP address and MAC address &lt;U&gt;bindings from  the received packets&lt;/U&gt;.&lt;BR /&gt;
&lt;BR /&gt;
I think is may be that a trusted dhcp server is not set in the configuration. The switch or router ne to trust a server or a port that responds to the dhcp requests.&lt;BR /&gt;
&lt;BR /&gt;
Example: &lt;I&gt;configure trusted-servers vlan120 add  server ip_address trust-for dhcp-server&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Could please show us the &lt;I&gt;ip-security dhcp-snooping configuration &lt;/I&gt;so that we can have more info to t-shoot the issue?&lt;BR /&gt;
&lt;BR /&gt;
Thank you! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47086#M12050</guid>
      <dc:creator>Leviodjos</dc:creator>
      <dc:date>2018-07-16T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47087#M12051</link>
      <description>Here is the DHCP snooping config:&lt;BR /&gt;
&lt;BR /&gt;
enable ip-security dhcp-snooping vlan V1001 port all violation-action drop-packet&lt;BR /&gt;
configure trusted-ports 24 trust-for dhcp-server&lt;BR /&gt;
&lt;BR /&gt;
Here is the arp validation config:&lt;BR /&gt;
&lt;BR /&gt;
enable ip-security arp validation "V1001" ports all violation-action drop-packet&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 21:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47087#M12051</guid>
      <dc:creator>B_</dc:creator>
      <dc:date>2018-07-16T21:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47088#M12052</link>
      <description>I think that it is not a good idea to set arp vialadation on the uplink (port 24). My thought is that the uplink will bind the first MAC-IP add and the other will be seen as a violation. Since there are many MAC passing through ( sh fdb port 24), the switch sees it as violations and will block the port.&lt;BR /&gt;
&lt;BR /&gt;
The arp validation should be on the edge (user) side of the siwtch. The witch will learn the MAC from the edge ports and will bind it with the IP add, then save it in arp table. So any other MAC entry will be a violation.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2018 00:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47088#M12052</guid>
      <dc:creator>Leviodjos</dc:creator>
      <dc:date>2018-07-17T00:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47089#M12053</link>
      <description>Thanks for the reply, I did some reading and noticed other vendors have a 'arp validation trust port' config, so I think you're right, the thing to do is to not configure arp validation on the uplink port.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47089#M12053</guid>
      <dc:creator>B_</dc:creator>
      <dc:date>2018-07-18T21:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: ARP Validation Question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47090#M12054</link>
      <description>&lt;P&gt;I hate bringing up an old topic but if you have some devices that are static IP, lets say Printers for example, would you just not configure it on those switchports?&amp;nbsp; Obv if pc’s and phones DHCP that makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah in the Cisco world there was ip arp-inspection trust command.&amp;nbsp; Here it sounds like you just dont configure it.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 04:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/arp-validation-question/m-p/47090#M12054</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-02-11T04:49:00Z</dc:date>
    </item>
  </channel>
</rss>

