<?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: DHCP Client IP Address Loss on Stack Failover in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45680#M11444</link>
    <description>Does the same behavior happen when you simply unplug or disable port 1:48 on SW2? are you continuously pinging the DHCP address and it goes completely down or are you simply trying to connect to the address from the other switch, using telnet?</description>
    <pubDate>Tue, 20 Oct 2015 22:23:00 GMT</pubDate>
    <dc:creator>Patrick_Voss</dc:creator>
    <dc:date>2015-10-20T22:23:00Z</dc:date>
    <item>
      <title>DHCP Client IP Address Loss on Stack Failover</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45679#M11443</link>
      <description>I have a configuration where I have a set of two stacked X440-48t switches (4 physical switches, 2 sets of 2-stacks). SW1 and SW2&lt;BR /&gt;
&lt;BR /&gt;
I have a DHCP server connected to SW1 port 1:1&lt;BR /&gt;
&lt;BR /&gt;
SW1 port 1:48 &amp;lt;-&amp;gt; SW2 port 1:48&lt;BR /&gt;
SW1 port 2:48 &amp;lt;-&amp;gt; SW2 port 2:48 &lt;BR /&gt;
&lt;BR /&gt;
Here's the relevant configuration:&lt;BR /&gt;
&lt;BR /&gt;
Firmware: 15.6.1.4 on both switches&lt;BR /&gt;
stpd disabled on both switches&lt;BR /&gt;
&lt;BR /&gt;
SW1:&lt;BR /&gt;
enable mac-lockdown-timeout ports 1:48&lt;BR /&gt;
configure mac-lockdown-timeout ports 1:48 aging-time 60&lt;BR /&gt;
enable sharing 1:48 grouping 1:48, 2:48 algorithm address-based L2&lt;BR /&gt;
enable dhcp vlan Default&lt;BR /&gt;
&lt;BR /&gt;
SW2:&lt;BR /&gt;
enable mac-lockdown-timeout ports 1:48&lt;BR /&gt;
configure mac-lockdown-timeout ports 1:48 aging-time 60&lt;BR /&gt;
enable sharing 1:48 grouping 1:48, 2:48 algorithm address-based L2&lt;BR /&gt;
enable dhcp vlan Default&lt;BR /&gt;
&lt;BR /&gt;
So the problem happens when I kill the power to the stacking master on SW2 - when I kill the power, the DHCP server can no longer reach SW2. I have a console open to both switches for SW2, I can issue a 'disable dhcp vlan default' and 'enable dhcp vlan default' on the new master switch (the one that remained powered on) and I can then reach the switch again.&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if there's a way to automate this without having to console into the failed over switch and forcing a new DHCP request from the master switch.&lt;BR /&gt;
&lt;BR /&gt;
Any help is appreciated! &lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45679#M11443</guid>
      <dc:creator>Karl_Witthuhn</dc:creator>
      <dc:date>2015-10-20T22:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Client IP Address Loss on Stack Failover</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45680#M11444</link>
      <description>Does the same behavior happen when you simply unplug or disable port 1:48 on SW2? are you continuously pinging the DHCP address and it goes completely down or are you simply trying to connect to the address from the other switch, using telnet?</description>
      <pubDate>Tue, 20 Oct 2015 22:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45680#M11444</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2015-10-20T22:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Client IP Address Loss on Stack Failover</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45681#M11445</link>
      <description>Yeah - both SW1 and SW2 are a pair of stacked X440 switches (2 X440's in each stack)&lt;BR /&gt;
&lt;BR /&gt;
The DHCP server is connected to SW1 port 1:1 &lt;BR /&gt;
&lt;BR /&gt;
There's a static port-channel between SW1 &amp;lt;-&amp;gt; SW2 (ports 1:48 &amp;amp; 2:48 on both switches) &lt;BR /&gt;
&lt;BR /&gt;
Both switches have a DHCP entry on the DHCP server using the stack mac-address (02:04:XX:XX:XX:XX instead of the individual switch mac-address of 00:04:XX:XX:XX:XX) because when the switches are stacked and DHCP is enabled, it will use the stacked mac-address instead of individual mac-address. &lt;BR /&gt;
&lt;BR /&gt;
I can have a continuous ping from the DHCP server -&amp;gt; SW2 and as soon as I kill the master switch on SW2 (ports 1:X), the ping is lost to SW2 and will never return unless I console into SW2 (ports 2:X) and disable -&amp;gt; enable DHCP on vlan default.&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to connect to SW2 via telnet from the DHCP server after a partial stack failure, so I need the IP address to remain reachable without console access if at all possible.&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if there's a special script or method to automatically run a series of commands upon a stack failure. That way I could script it out so that if a switch became a master switch in a stack, it could run 'disable dhcp vlan default' and then 'enable dhcp vlan default' since that seems to fix my problem via console.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45681#M11445</guid>
      <dc:creator>Karl_Witthuhn</dc:creator>
      <dc:date>2015-10-20T22:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP Client IP Address Loss on Stack Failover</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45682#M11446</link>
      <description>Hi Karl,&lt;BR /&gt;
&lt;BR /&gt;
I don't believe this is normal behavior.  I would reach out to GTAC and open a case. If the proper entitlement is added to this device we may be able to attempt a replication and look for a proper fix.</description>
      <pubDate>Tue, 20 Oct 2015 23:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-client-ip-address-loss-on-stack-failover/m-p/45682#M11446</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2015-10-20T23:52:00Z</dc:date>
    </item>
  </channel>
</rss>

