<?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: EXOS how to add dhcp security to many vlans? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85082#M20535</link>
    <description>&lt;P&gt;Yes. You either configure a trusted port or an DHCP-Server per VLAN.&lt;/P&gt;&lt;P&gt;Note that you also have to enable DHCP-snooping.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000080865" target="_blank" rel="nofollow noreferrer noopener"&gt;How To: How to configure DHCP Snooping on EXOS | Extreme Portal (force.com)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this is the right approach. Afaik you only need to configure the edge switches. (If you meant that all ports on the core are configured as trusted ports)&lt;/P&gt;&lt;P&gt;Can’t test it right know, but I would try&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure trusted-servers vlan Default delete server 10.1.1.1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or similar.&lt;/P&gt;&lt;P&gt;(That’s the Extreme roulette - you never know if its unconfigure, delete…&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 03:59:48 GMT</pubDate>
    <dc:creator>Stefan_K_</dc:creator>
    <dc:date>2021-03-19T03:59:48Z</dc:date>
    <item>
      <title>EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85080#M20533</link>
      <description>&lt;P&gt;I have a 5 stack 5520 switch with multiple vlans on it.&amp;nbsp; I’m trying to program in the trusted DHCP servers for the vlans.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the commands I’m pasting in&lt;/P&gt;&lt;P&gt;configure trusted-ports 1:57 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan Default add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VOICE add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL2 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL3 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL5 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL6 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL7 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL8 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan Default add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VOICE add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL2 add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL3 add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL5 add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL6 add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL7 add server 10.1.1.2 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL8 add server 10.1.1.2 trust-for dhcp-server&lt;/P&gt;&lt;P&gt;But after I get to the first 10.1.1.2 IP address above, i get this after the rest of the commands:&lt;/P&gt;&lt;P&gt;Error: No more than 8 trusted DHCP servers can be configured across all vlans.&lt;/P&gt;&lt;P&gt;Its only 2 DHCP servers.&amp;nbsp; 10.1.1.1 and 10.1.1.2 run the Windows Server DHCP clustering service, so I have to put both IP’s in for failover reasons.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I am initially trying to do is ensure no rouge dhcp servers can be put on the network.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The uplink port is 1:57 (parent of a lacp load sharing link 1:57,2:57,4:57,5:57 to each both X690 core stacks running mlag over those sharing ports).&lt;/P&gt;&lt;P&gt;The servers are all directly into the core switches, so I basically can trust anything on the core switches if that matters.&amp;nbsp; Nothing in the core switch is plugged into any employee accessible wall jack.&amp;nbsp; Thats only in the data room.&lt;/P&gt;&lt;P&gt;Is there another way about doing this?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:13:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85080#M20533</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T02:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85081#M20534</link>
      <description>&lt;P&gt;I may be overthinking it…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I just do this instead?&lt;/P&gt;&lt;P&gt;configure trusted-ports 1:57 trust-for dhcp-server&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like I said that is the parent port of an LACP sharing group of 4 ports to the core.&amp;nbsp; Everything on the core is trusted.&lt;/P&gt;&lt;P&gt;If thats the case how do I remove what the switch took so far:&lt;/P&gt;&lt;P&gt;sh configuration | i trusted&lt;BR /&gt;configure trusted-ports 1:57 trust-for dhcp-server&lt;BR /&gt;&lt;STRONG&gt;configure trusted-servers vlan Default add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL2 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL3 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL5 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL6 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL7 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VL8 add server 10.1.1.1 trust-for dhcp-server&lt;BR /&gt;configure trusted-servers vlan VOICE add server 10.1.1.1 trust-for dhcp-server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried unconfigure or delete, nothing in tab completion looks like it would do the trick?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:18:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85081#M20534</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T02:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85082#M20535</link>
      <description>&lt;P&gt;Yes. You either configure a trusted port or an DHCP-Server per VLAN.&lt;/P&gt;&lt;P&gt;Note that you also have to enable DHCP-snooping.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000080865" target="_blank" rel="nofollow noreferrer noopener"&gt;How To: How to configure DHCP Snooping on EXOS | Extreme Portal (force.com)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this is the right approach. Afaik you only need to configure the edge switches. (If you meant that all ports on the core are configured as trusted ports)&lt;/P&gt;&lt;P&gt;Can’t test it right know, but I would try&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure trusted-servers vlan Default delete server 10.1.1.1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or similar.&lt;/P&gt;&lt;P&gt;(That’s the Extreme roulette - you never know if its unconfigure, delete…&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 03:59:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85082#M20535</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-03-19T03:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85083#M20536</link>
      <description>&lt;P&gt;Thanks that worked to remove those trusted servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By everything on the core is trusted I mean there is no dhcp snooping going on at all.&amp;nbsp; The only thing on the core that has anything to do with dhcp is the bootprelay commands taking our vlans and pointing them to our dhcp servers.&lt;/P&gt;&lt;P&gt;Really what I mean about everything trusted at the core is nobody has access to plug anything in there.&amp;nbsp; Nothing on the core switch ports are patched to a patch panel where a regular person would have access.&amp;nbsp; To plug into the core they would need to break into the computer room, and that would set off security and also text us that the door was open.&lt;/P&gt;&lt;P&gt;I’ll play with this a bit more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 04:06:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85083#M20536</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T04:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85084#M20537</link>
      <description>&lt;P&gt;Ok so its been a day and I still don’t see any entries for voice or data (VL7) vlans on one of the test ports.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here’s the commands involved for test port 4:25&lt;/P&gt;&lt;P&gt;enable ip-security dhcp-snooping vlan VL7 port 4:25 violation-action drop-packet snmp-trap&lt;BR /&gt;enable ip-security dhcp-snooping vlan VOICE port 4:25 violation-action drop-packet snmp-trap&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and towards the uplink port on the switch&lt;/P&gt;&lt;P&gt;enable ip-security dhcp-snooping vlan Default port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan GUEST-INET port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan MDM-INET port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL2 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL3 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL5 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL6 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL7 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL8 port 1:57 violation-action none&lt;BR /&gt;enable ip-security dhcp-snooping vlan VOICE port 1:57 violation-action none&lt;BR /&gt;configure trusted-ports 1:57 trust-for dhcp-server&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(Pretty sure I only need it on the parent uplink port of this lag)&lt;/P&gt;&lt;P&gt;Load Sharing Monitor&lt;BR /&gt;Config &amp;nbsp; &amp;nbsp;Current Agg &amp;nbsp; &amp;nbsp; Min &amp;nbsp; &amp;nbsp;Ld Share &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ld Share &amp;nbsp;Agg Link &amp;nbsp;Link Up&lt;BR /&gt;Master &amp;nbsp; &amp;nbsp;Master &amp;nbsp;Control Active Algorithm Flags Group &amp;nbsp; &amp;nbsp; Mbr State Transitions&lt;BR /&gt;================================================================================&lt;BR /&gt;&amp;nbsp; 1:57 &amp;nbsp; 1:57 &amp;nbsp; &amp;nbsp; LACP &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp;L3_L4 &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; 1:57 &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; L3_L4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2:57 &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; L3_L4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4:57 &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; L3_L4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5:57 &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;================================================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh ip-security dhcp-snooping vlan VL7&lt;BR /&gt;DHCP Snooping enabled on ports: 4:25, 1:57&lt;BR /&gt;Trusted Ports: 1:57&lt;BR /&gt;Trusted DHCP Servers: None&lt;BR /&gt;Bindings Restoration &amp;nbsp; &amp;nbsp; : Enabled&lt;BR /&gt;Bindings Filename &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 1600md-access-c.xsf&lt;BR /&gt;Bindings File Location &amp;nbsp; :&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Primary Server &amp;nbsp;: 10.1.0.4, TFTP&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Secondary Server: None&lt;BR /&gt;Bindings Write Interval &amp;nbsp;: 30 minutes&lt;BR /&gt;Bindings last uploaded at: Fri Mar 19 09:28:57 2021&lt;/P&gt;&lt;P&gt;------------------------------------&lt;BR /&gt;Port &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Violation-action&lt;BR /&gt;------------------------------------&lt;BR /&gt;4:25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;drop-packet, snmp-trap&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh ip-security dhcp-snooping entries VL7&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;Vlan: VL7&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lease Time &amp;nbsp; &amp;nbsp;Server &amp;nbsp; &amp;nbsp;Client&lt;BR /&gt;IP Addr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAC Addr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(hh:mm:ss) &amp;nbsp; &amp;nbsp;Port &amp;nbsp; &amp;nbsp; &amp;nbsp;Port&lt;BR /&gt;------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------- &amp;nbsp; &amp;nbsp;------ &amp;nbsp; &amp;nbsp;------&lt;/P&gt;&lt;P&gt;Total number of entries : 0&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh ip-security dhcp-snooping entries VOICE&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;Vlan: VOICE&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lease Time &amp;nbsp; &amp;nbsp;Server &amp;nbsp; &amp;nbsp;Client&lt;BR /&gt;IP Addr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAC Addr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(hh:mm:ss) &amp;nbsp; &amp;nbsp;Port &amp;nbsp; &amp;nbsp; &amp;nbsp;Port&lt;BR /&gt;------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------- &amp;nbsp; &amp;nbsp;------ &amp;nbsp; &amp;nbsp;------&lt;/P&gt;&lt;P&gt;Total number of entries : 0&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 20:54:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85084#M20537</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T20:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85085#M20538</link>
      <description>&lt;P&gt;Nevermind, I did a disable port 4:25 and then an enable port 4:25&lt;/P&gt;&lt;P&gt;I then saw the voice entry.&amp;nbsp; Still didn’t see the PC in the VL7 entry so I ran cmd as admin and ran psexec -s \\computername ipconfig /renew and then i checked again and sure enough the entry showed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next step I want to do prior to migrating from our Cisco stack to this is test arp inspection.&amp;nbsp; On Cisco it works hand in hand with the dhcp-snooping.&amp;nbsp; I want to prevent arp poisoning.&amp;nbsp; Worked well after we implemented it on Cisco becuase one year a white hat hacker we paid did a pen test and arp spoofed and did a MITM and gave us screen shots and a run down of smb shares he was able to access.&amp;nbsp; We added the arp spoofing protection and then the next year when they came in to do a pen test, they got nothing.&amp;nbsp; We definately do not want to lose that functionality moving from Cisco to Extreme.&lt;/P&gt;&lt;P&gt;The last question I have besides tying this into rouge DHCP server protection, ARP inspection and protection is what about static assigned devices such as our printers, monitoring equipment, etc..&amp;nbsp; Just don’t apply these ip-security commands to those ports?&amp;nbsp; I guess thats the easy way.&amp;nbsp; That plus mac security will stop casual insiders from unplugging a printer and connecting in to do an arp spoof (plus they would have to know that we didn’t protect those ports in that way).&amp;nbsp; In the Cisco side there was an ip bindings command.&amp;nbsp; A real PITA but it was more secure.&amp;nbsp; In some areas where they like to play “Musical Chairs” we just trusted those ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 21:03:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85085#M20538</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T21:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85086#M20539</link>
      <description>&lt;P&gt;To add arp protection to the above example, is this all I would need?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;enable ip-security arp validation vlan VL7 ports 4:25 violation-action drop-packet snmp-trap&lt;BR /&gt;enable ip-security arp validation vlan VOICE ports 4:25 violation-action drop-packet snmp-trap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then they couldn’t arp spoof and do a MITM attack?&amp;nbsp; Are those commands effective enough?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 22:53:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85086#M20539</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-19T22:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85087#M20540</link>
      <description>&lt;P&gt;The more I’m diving into this the more confused I’m getting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I also need this?&lt;/P&gt;&lt;P&gt;enable ip-security arp learning learn-from-dhcp vlan VL7 ports 4:25&lt;BR /&gt;enable ip-security arp learning learn-from-dhcp vlan VOICE ports 1:1-48,2:1-48,3:1-48,4:1-48,5:1-48&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean is that what makes the connection between dhcp-snooping and arp? In the Cisco switches, you had to have dhcp-snooping on and running for a while then you could enable the arp protection.&amp;nbsp; But this is a new switch so I want to put it all on at once because as a device moves to it, it will do a dhcp request when its reconnected to the new port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to make sure of two things.&lt;/P&gt;&lt;OL type="1"&gt;&lt;LI&gt;no possibility for rouge dhcp servers&lt;/LI&gt;	&lt;LI&gt;no possibility for arp spoofing attacks&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In those two requirements, though 90% of the network is DHCP, the remaining are static IPs, so I need a solution for such.&lt;/P&gt;&lt;P&gt;What about this command:&lt;BR /&gt;enable ip-security arp gratuitous-protection &amp;lt;vlan name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What exactly is that doing?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 01:55:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85087#M20540</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-20T01:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85088#M20541</link>
      <description>&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just some food for thoughts regarding unwanted DHCPs, what if you implemented authentication-based or staticly applied Policy feature with zero trust/least privilege approach? All ports deny all, permit just what they need (e.g. Printer, AP, Phone, HR, CxO, Admins, Guests etc.), disable unused ports. Then they’d be only allowed to call DHCP server for IP assignment. If any policy on the DC side, a policy for DHCP server to permit DHCP Client as a destination port of course. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regarding MitM, I’m afraid some sophisticated approach is needed. Even pure IEEE 802.1X authentication might be exploited by MitM (a “pass through” device that allows the client to authenticate, then sends packets into the network with the same SMAC and SIP - that’s why VLAN separation + Policy with zero trust approach might be helpful for damage control - and Policy instead of ACL just because it’s much easier to deploy and maintain).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 22:51:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85088#M20541</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2021-03-22T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85089#M20542</link>
      <description>&lt;P&gt;I’d love to, I just don’t know how to even begin to configure or setup that without making a mistake and causing an outage or trouble tickets with end users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I can have dhcp trusted on ports facing that server, that works.&amp;nbsp; I can have arp validation on and that works for any device that uses DHCP to get an IP address, but I can’t use any arp validation on ports with static IP's like printers or special devices like UPS’s, PDU’s, etc…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have a printer with a static IP address of 10.2.2.145 in vlan VL2 on port 2:22.&lt;BR /&gt;If I have this command on:&lt;BR /&gt;enable ip-security dhcp-snooping vlan VL2 port 2:22 violation-action drop-packet snmp-trap&lt;BR /&gt;the printer is not reachable and the log is spammed with messages like this:&lt;BR /&gt;03/22/2021 14:08:51.64 &amp;lt;Warn:ipSecur.drpPkt&amp;gt; Slot-1: ARP violation occurred on port 2:22. Packet was dropped.&lt;BR /&gt;03/22/2021 14:08:51.64 &amp;lt;Warn:ipSecur.arpViol&amp;gt; Slot-1: An ARP violation was detected on vlan VL2 port 2:22 violating IP 10.2.2.145 violating MAC 00:26:AB:7B:42:66 violation type Invalid IP-MAC Binding&lt;BR /&gt;&lt;BR /&gt;The second I run:&lt;BR /&gt;Disable ip-security dhcp-snooping vlan VL2 port 2:22 violation-action drop-packet snmp-trap&lt;BR /&gt;The ping starts to respond.&lt;/P&gt;&lt;P&gt;I then tried an ip-security source-ip-lockdown command reccomended by gtac.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;While the continuous ping is running if I enter&lt;BR /&gt;enable ip-security source-ip-lockdown port 2:22&lt;BR /&gt;the ping immediately ceases until I run&lt;BR /&gt;disable ip-security source-ip-lockdown&lt;BR /&gt;&lt;BR /&gt;So I guess we can only do arp spoofing protection on ports where devices do DHCP?&lt;BR /&gt;&lt;BR /&gt;I recognize we could go entirely DHCP and use DHCP reservations for many things, but without redoing the entire network and re-IP'ing all printers or unique devices, whats the solution here?&amp;nbsp; Sure a dynamic policy via nac and netsight is the holy grail, but like I said I’m not even sure how to get started.&amp;nbsp; Do they have an online class I can take?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 01:51:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85089#M20542</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-03-23T01:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS how to add dhcp security to many vlans?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85090#M20543</link>
      <description>&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your goal is just to get rid of unwanted DHCP traffic, I’d recommend the approach I mentioned. I can arrange some online meeting to show and tell, as I’m just about to apply this approach in my small lab environment (aim to turn it into a reference design for my potential deployments if I had any lol). You can also take a class, ECS Extreme Control (or two topics within ECS Extreme Management Center) might be relevant, but before you spend any money take a look if that’s what you’re looking for.&lt;/P&gt;&lt;P&gt;If you aim to also get ARP validation, I didn’t play with it that much, perhaps static ARP entries could feed the process for statically addressed devices?&lt;/P&gt;&lt;P&gt;However, in the end MAC/IP pair can also be spoofed, then if you aim to prevent MitM, my predictions are you might need some professional tool of a kind (such as IPS systems), depending on the budget. In the meantime (or for just some damage control) I’d consider to deeply review all other security best practices for a network. I’m not an IT Security expert however… Interested to see more opinions in this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 02:35:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-add-dhcp-security-to-many-vlans/m-p/85090#M20543</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2021-03-23T02:35:39Z</dc:date>
    </item>
  </channel>
</rss>

