<?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: x440G2 DHCP DNS option in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54753#M15670</link>
    <description>Slot-1 Stack.7 # sh dhcp-server VLAN "TX":&lt;BR /&gt;
    DHCP Address Range   : 10.21.192.15-&amp;gt;10.21.192.25&lt;BR /&gt;
    Netlogin Lease Timer : Not configured (Default = 10 seconds)&lt;BR /&gt;
    DHCP Lease Timer     : Not configured (Default = 7200 seconds)&lt;BR /&gt;
    Default Gateway      : 10.21.192.4&lt;BR /&gt;
    Primary DNS Server   : 10.10.10.135&lt;BR /&gt;
    Ports DHCP Enabled   : 1:1-20&lt;BR /&gt;
&lt;BR /&gt;
    ===========================================================================&lt;BR /&gt;
    IP                MAC                 State      Lease Time Left&lt;BR /&gt;
    ===========================================================================&lt;BR /&gt;
       10.21.192.15   2c:41:38:12:2b:e0   Assigned   0001:57:40&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Feb 2017 23:19:00 GMT</pubDate>
    <dc:creator>Thomas_Handber1</dc:creator>
    <dc:date>2017-02-20T23:19:00Z</dc:date>
    <item>
      <title>x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54748#M15665</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
I'm having a problem with the DHCP on a X440G2.&lt;BR /&gt;
&lt;BR /&gt;
I have a small site where I normally have used a x250e with out any problem.&lt;BR /&gt;
&lt;BR /&gt;
But now I have installed a X440G2, and my computers get the gateway as DNS server instead of what I have configured in dhcp-options dns-server primary.&lt;BR /&gt;
&lt;BR /&gt;
I have tried these 2 firmware&lt;BR /&gt;
21.1.1.4                                             &lt;BR /&gt;
22.1.1.5      &lt;BR /&gt;
But have the same problem on them both.&lt;BR /&gt;
&lt;BR /&gt;
Have anyone else had the same problem?&lt;BR /&gt;
&lt;BR /&gt;
Thomas</description>
      <pubDate>Mon, 20 Feb 2017 22:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54748#M15665</guid>
      <dc:creator>Thomas_Handber1</dc:creator>
      <dc:date>2017-02-20T22:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54749#M15666</link>
      <description>Hello Thomas,&lt;BR /&gt;
&lt;BR /&gt;
Can you provide us with your configuration? Is the x440g2 running on a patched version of these images?</description>
      <pubDate>Mon, 20 Feb 2017 22:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54749#M15666</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-02-20T22:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54750#M15667</link>
      <description>Hi Patrick&lt;BR /&gt;
&lt;BR /&gt;
21.1.1.4 is patch 4&lt;BR /&gt;
&lt;BR /&gt;
My conf&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1:1-28&lt;BR /&gt;
configure vr VR-Default add ports 1:1-28&lt;BR /&gt;
configure vlan default delete ports 1:1-28&lt;BR /&gt;
create vlan "AR"&lt;BR /&gt;
configure vlan AR tag 200&lt;BR /&gt;
create vlan "TX"&lt;BR /&gt;
configure vlan TX tag 2222&lt;BR /&gt;
configure vlan AR add ports 1:24 tagged  &lt;BR /&gt;
configure vlan TX add ports 1:1-20 untagged  &lt;BR /&gt;
configure vlan AR ipaddress 172.16.16.12 255.255.255.248&lt;BR /&gt;
enable ipforwarding vlan AR&lt;BR /&gt;
configure vlan TX ipaddress 10.21.192.4 255.255.252.0&lt;BR /&gt;
enable ipforwarding vlan TX&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure iproute add default 172.16.16.9&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netTools configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan TX dhcp-address-range 10.21.192.15 - 10.21.192.25&lt;BR /&gt;
configure vlan TX dhcp-options default-gateway 10.21.192.4&lt;BR /&gt;
configure vlan TX dhcp-options dns-server 10.10.10.135&lt;BR /&gt;
enable dhcp ports 1:1-20 vlan TX&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2017 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54750#M15667</guid>
      <dc:creator>Thomas_Handber1</dc:creator>
      <dc:date>2017-02-20T22:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54751#M15668</link>
      <description>For clarification, all the devices on ports 1:1-20 are receiving the 10.21.192.4 address as the default gateway and the dns server?&lt;BR /&gt;
&lt;BR /&gt;
Also, for 21.1.1.4 there are two patches as of now 1-2 and 1-5. Are either of these showing when you do a "show switch"?</description>
      <pubDate>Mon, 20 Feb 2017 23:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54751#M15668</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-02-20T23:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54752#M15669</link>
      <description>Sorry i'm using the 1-5 patch&lt;BR /&gt;
Primary ver:      21.1.1.4                                                               &lt;BR /&gt;
patch1-5&lt;BR /&gt;
Secondary ver:    22.1.1.5                                             &lt;BR /&gt;
&lt;BR /&gt;
I have tried different ports with same result &lt;BR /&gt;
    Physical Address. . . . . . . . . : 2C-41-38-12-2B-E0   &lt;BR /&gt;
   DHCP Enabled. . . . . . . . . . . : Yes&lt;BR /&gt;
   Autoconfiguration Enabled . . . . : Yes&lt;BR /&gt;
   IPv4 Address. . . . . . . . . . . : 10.21.192.15(Preferred)&lt;BR /&gt;
   Subnet Mask . . . . . . . . . . . : 255.255.252.0&lt;BR /&gt;
   Lease Obtained. . . . . . . . . . : 20. februar 2017 17:09:09&lt;BR /&gt;
   Lease Expires . . . . . . . . . . : 20. februar 2017 19:09:09&lt;BR /&gt;
   Default Gateway . . . . . . . . . : 10.21.192.4&lt;BR /&gt;
   DHCP Server . . . . . . . . . . . : 10.21.192.4&lt;BR /&gt;
   DNS Servers . . . . . . . . . . . : 10.21.192.4&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54752#M15669</guid>
      <dc:creator>Thomas_Handber1</dc:creator>
      <dc:date>2017-02-20T23:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54753#M15670</link>
      <description>Slot-1 Stack.7 # sh dhcp-server VLAN "TX":&lt;BR /&gt;
    DHCP Address Range   : 10.21.192.15-&amp;gt;10.21.192.25&lt;BR /&gt;
    Netlogin Lease Timer : Not configured (Default = 10 seconds)&lt;BR /&gt;
    DHCP Lease Timer     : Not configured (Default = 7200 seconds)&lt;BR /&gt;
    Default Gateway      : 10.21.192.4&lt;BR /&gt;
    Primary DNS Server   : 10.10.10.135&lt;BR /&gt;
    Ports DHCP Enabled   : 1:1-20&lt;BR /&gt;
&lt;BR /&gt;
    ===========================================================================&lt;BR /&gt;
    IP                MAC                 State      Lease Time Left&lt;BR /&gt;
    ===========================================================================&lt;BR /&gt;
       10.21.192.15   2c:41:38:12:2b:e0   Assigned   0001:57:40&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54753#M15670</guid>
      <dc:creator>Thomas_Handber1</dc:creator>
      <dc:date>2017-02-20T23:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54754#M15671</link>
      <description>Talked to support and the problem is fixed with image 21.1.3.7 &lt;BR /&gt;
And should also be fixed in 22.2 when that is being released.</description>
      <pubDate>Tue, 21 Feb 2017 16:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54754#M15671</guid>
      <dc:creator>Thomas_Handber1</dc:creator>
      <dc:date>2017-02-21T16:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: x440G2 DHCP DNS option</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54755#M15672</link>
      <description>Dear Thomas, we had similar issues on a x460G2, this is the config that finally worked for us;&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-address-range 10.10.10.2 - 10.10.10.254&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-lease-timer 3600&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-options default-gateway 10.10.10.1&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-options dns-server 8.8.8.8&lt;BR /&gt;
&lt;BR /&gt;
enable dhcp ports portNumbers vlan vlanName&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-option code 15 string "internal.domain.com"&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-option code 119 string "internal.domain.com internal02.domain.com internal03.domain.com"&lt;BR /&gt;
&lt;BR /&gt;
# alternative in HEX for code 15&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlanName dhcp-option code 15 hex 69:6e:74:65:72:6e:61:6c:2e:64:6f:6d:61:69:6e:2e:63:6f:6d&lt;BR /&gt;
&lt;BR /&gt;
And yes we did have code 15 in string and in hex before it finally worked&lt;BR /&gt;
&lt;BR /&gt;
Hope this gives some guidance.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Johann</description>
      <pubDate>Tue, 21 Feb 2017 17:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x440g2-dhcp-dns-option/m-p/54755#M15672</guid>
      <dc:creator>Johann_Smith</dc:creator>
      <dc:date>2017-02-21T17:10:00Z</dc:date>
    </item>
  </channel>
</rss>

