<?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 DHCP only on radio interfaces in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55032#M3584</link>
    <description>I need to deploy several pieces of AP7502 WING 5.9 with Mesh MCX when VC is DHCP server. Only VC is with ETH link.&lt;BR /&gt;
I need the DHCP responses &lt;B&gt;&lt;U&gt;only&lt;/U&gt;&lt;/B&gt; on the wireless side.&lt;BR /&gt;
Question:&lt;BR /&gt;
How can I block the DHCP from crossing the GE1?&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Jul 2017 19:08:00 GMT</pubDate>
    <dc:creator>Aviv_Kedem</dc:creator>
    <dc:date>2017-07-26T19:08:00Z</dc:date>
    <item>
      <title>DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55032#M3584</link>
      <description>I need to deploy several pieces of AP7502 WING 5.9 with Mesh MCX when VC is DHCP server. Only VC is with ETH link.&lt;BR /&gt;
I need the DHCP responses &lt;B&gt;&lt;U&gt;only&lt;/U&gt;&lt;/B&gt; on the wireless side.&lt;BR /&gt;
Question:&lt;BR /&gt;
How can I block the DHCP from crossing the GE1?&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55032#M3584</guid>
      <dc:creator>Aviv_Kedem</dc:creator>
      <dc:date>2017-07-26T19:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55033#M3585</link>
      <description>Hi Aviv,&lt;BR /&gt;
&lt;BR /&gt;
you assign DHCP policy per VLAN, not physical interface.&lt;BR /&gt;
&lt;BR /&gt;
So then you shall crate ACL blocking UDP/68 incoming on GE1 and that's it.&lt;BR /&gt;
Here example blocking DHCP Discover on GE1&lt;BR /&gt;
VX(config-ip-acl-NO-DHCP-FROM-GE)#show context &lt;B&gt;ip access-list NO-DHCP-FROM-GE&lt;/B&gt;  &lt;B&gt;deny udp any eq 68 any eq dhcps rule-precedence 5&lt;/B&gt;   VX(config-profile-default-ap7562-if-ge1)#show context  interface ge1   switchport mode trunk   switchport trunk native vlan 88   no switchport trunk native tagged   switchport trunk allowed vlan 88,99   &lt;B&gt;use ip-access-list in &lt;/B&gt;&lt;B&gt;NO-DHCP-FROM-GE  &lt;/B&gt;So in translation - incoming traffic will be examined by ACL &lt;I&gt;&lt;B&gt;NO-DHCP-FROM-GE &lt;/B&gt;&lt;/I&gt;and will deny packets matching source &lt;B&gt;UDP port 68&lt;/B&gt;.&lt;BR /&gt;
At the same time AP will still be able to request IP address from external DHCP server as ACL is mapped to &lt;I&gt;inbound &lt;/I&gt;direction only. &lt;BR /&gt;
&lt;BR /&gt;
You can definitely do it with different range - this is just en example.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55033#M3585</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55034#M3586</link>
      <description>But VC will be able to assign ip addresses to clients on other aps trough mcx? There is vlan1 only.</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55034#M3586</guid>
      <dc:creator>Aviv_Kedem</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55035#M3587</link>
      <description>Hi Aviv,&lt;BR /&gt;
&lt;BR /&gt;
MCX will bring DHCP Discover over wireless interface. &lt;BR /&gt;
This won't be passed over to GE1 (&lt;I&gt;inbound direction&lt;/I&gt;).&lt;BR /&gt;
&lt;BR /&gt;
Also, as shown the ACL is assigned to GE1 port, not a particular VLAN.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55035#M3587</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55036#M3588</link>
      <description>Many thanks!!!!</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55036#M3588</guid>
      <dc:creator>Aviv_Kedem</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55037#M3589</link>
      <description>Ondrej,&lt;BR /&gt;
&lt;BR /&gt;
Just I did not understand why we call it "&lt;I&gt;inbound direction" &lt;/I&gt;although it seems to be an filtering on &lt;B&gt;out direction&lt;/B&gt; in my opinion. Additionally we don't have the option to filter the out direction of GE. &lt;BR /&gt;
As it although filtering the DHCP on VLAN why still  it will forward DHCP Discover over wireless interface.&lt;BR /&gt;
Can I find some information about internal bridging interface processes   (radios, ge, bridge, svi, vlans) of the WING5 access points to  understand better how it works?&lt;BR /&gt;
Sorry, but I just try to understand the logic.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Aviv&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55037#M3589</guid>
      <dc:creator>Aviv_Kedem</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55038#M3590</link>
      <description>Hi Aviv,&lt;BR /&gt;
&lt;BR /&gt;
let me show something then:&lt;BR /&gt;
VX(config-ip-acl-NO-ICMP)#show context&lt;BR /&gt;
ip access-list NO-ICMP&lt;BR /&gt;
 &lt;B&gt;deny icmp&lt;/B&gt; any any rule-precedence 5  VX(config-profile-default-ap7562-if-ge1)#show context&lt;BR /&gt;
 &lt;B&gt;interface ge1&lt;BR /&gt;
&lt;/B&gt;  switchport mode trunk&lt;BR /&gt;
  switchport trunk native vlan 88&lt;BR /&gt;
  no switchport trunk native tagged&lt;BR /&gt;
  switchport trunk allowed vlan 88,99&lt;BR /&gt;
  &lt;B&gt;use ip-access-list in NO-ICMP&lt;/B&gt; Then trying to ping this host from its adopting controller this is what I see as deny - the I means inbound direction&lt;BR /&gt;
AP#service pktcap on &lt;B&gt;deny &lt;/B&gt;filter not mint&lt;BR /&gt;
Capturing up to 50 packets. Use Ctrl-C to abort.&lt;BR /&gt;
1 9:24:54.304425 &lt;B&gt;I &lt;/B&gt;"&lt;B&gt;NO-ICMP&lt;/B&gt;:ip"/0 ICMP: 192.168.7.205 &amp;gt; 88.88.88.88 echo request, id 26268, seq 1, length 108, DF, DSCP 0&lt;BR /&gt;
2 9:24:55.305571 &lt;B&gt;I &lt;/B&gt;"&lt;B&gt;NO-ICMP&lt;/B&gt;:ip"/0 ICMP: 192.168.7.205 &amp;gt; 88.88.88.88 echo request, id 26268, seq 2, length 108, DF, DSCP 0&lt;BR /&gt;
3 9:24:56.305600 &lt;B&gt;I &lt;/B&gt;"&lt;B&gt;NO-ICMP&lt;/B&gt;:ip"/0 ICMP: 192.168.7.205 &amp;gt; 88.88.88.88 echo request, id 26268, seq 3, length 108, DF, DSCP 0&lt;BR /&gt;
4 9:24:57.305576 &lt;B&gt;I &lt;/B&gt;"&lt;B&gt;NO-ICMP&lt;/B&gt;:ip"/0 ICMP: 192.168.7.205 &amp;gt; 88.88.88.88 echo request, id 26268, seq 4, length 108, DF, DSCP 0&lt;BR /&gt;
5 9:24:58.305581 &lt;B&gt;I &lt;/B&gt;"&lt;B&gt;NO-ICMP&lt;/B&gt;:ip"/0 ICMP: 192.168.7.205 &amp;gt; 88.88.88.88 echo request, id 26268, seq 5, length 108, DF, DSCP 0However, FROM the AP you are able to ping controller as this is outbound request&lt;BR /&gt;
AP#ping 192.168.7.205&lt;BR /&gt;
PING 192.168.7.205 (192.168.7.205) 100(128) bytes of data.&lt;BR /&gt;
108 bytes from 192.168.7.205: icmp_seq=1 ttl=63 time=0.596 ms&lt;BR /&gt;
108 bytes from 192.168.7.205: icmp_seq=2 ttl=63 time=0.496 ms&lt;BR /&gt;
I am not sure about the system architecture but I consider interface "&lt;I&gt;bridge&lt;/I&gt;" as a bus between GEs, VLANs and RADIOs. However, you request was not to respond to DHCP discoveries incoming from wired side - this is done by dropping traffic with source port &lt;A href="https://www.ietf.org/rfc/rfc2131.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;U&lt;/A&gt;&lt;A href="https://www.ietf.org/rfc/rfc2131.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;DP 68&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Does it make sense?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Ondrej&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55038#M3590</guid>
      <dc:creator>Ondrej_Lepa</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP only on radio interfaces</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55039#M3591</link>
      <description>Hi Ondrej,&lt;BR /&gt;
Firstly, your rule with the addition of "allow all traffic precedence 100" working well.&lt;BR /&gt;
I understood why we filtering incoming traffic.&lt;BR /&gt;
DHCP server just don't receive the IP requests from the clients from the ETH side &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
This is genius!&lt;BR /&gt;
Thank you</description>
      <pubDate>Wed, 26 Jul 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/dhcp-only-on-radio-interfaces/m-p/55039#M3591</guid>
      <dc:creator>Aviv_Kedem</dc:creator>
      <dc:date>2017-07-26T19:25:00Z</dc:date>
    </item>
  </channel>
</rss>

