<?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: Moving VLAN Interface from one X660 core to another in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/moving-vlan-interface-from-one-x660-core-to-another/m-p/98147#M22174</link>
    <description>&lt;P&gt;Both the first and second scenarios you describe seem like they should have worked to me. Can you give a little more information about specifically what was not working? For example, were you able to reach other devices within the VLAN? What about between VLANs that live on X440 where the config changes have been occurring?&lt;/P&gt;&lt;P&gt;The one thing I would suggest checking is any routes needed on the firewall. I'm not sure if one needs to be updated or not, but I would make sure there is a route for the networks in question pointing in the correct direction.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 20:57:23 GMT</pubDate>
    <dc:creator>BrandonC</dc:creator>
    <dc:date>2023-11-27T20:57:23Z</dc:date>
    <item>
      <title>Moving VLAN Interface from one X660 core to another</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/moving-vlan-interface-from-one-x660-core-to-another/m-p/97871#M22145</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So I've currently got inherited a large Extreme network across multiple sites made up of x440-g2 edge switching with X660 core switches.&lt;/P&gt;&lt;P&gt;I need to remove one of the X660 switches to utilise it elsewhere. It's currently under not much use. Connected to the X660 in question is just one X440 edge stack. What I would like to do is remove the X660 where the X440 stack connects to and connect the X440 stack directly to our main X660 core in our main server room (which is where the current X660 is connected to).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current setup.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Secondary Site where&amp;nbsp;I want to remove the X660&lt;/STRONG&gt; -&amp;nbsp;&lt;BR /&gt;X660 IP 10.1.1.3 - Connected back to main site through private fibre. &amp;nbsp;There's 3 VLANs with interfaces on this X660 which are used solely on this site.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;configure vlan VLAN-Data ipaddress 10.10.10.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Data&lt;BR /&gt;configure vlan VLAN-Voice ipaddress 10.10.20.1 255.255.254.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Voice&lt;BR /&gt;configure vlan VLAN-Security ipaddress 10.10.30.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Security&lt;BR /&gt;&lt;BR /&gt;enable iproute sharing vr VR-Default&lt;BR /&gt;configure iproute add default 10.1.1.2 (Main Site X660 IP)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;configure bootprelay add &lt;EM&gt;DHCPServerIP&lt;/EM&gt; vr VR-Default&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Data&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Voice&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Security&lt;/P&gt;&lt;P&gt;X440 Stack IP 10.1.1.31&lt;/P&gt;&lt;P&gt;All VLANs are tagged on the links between the X440 and the X660 - all working without issue.&lt;/P&gt;&lt;P&gt;I've updated the default route to now be the X660 core at our main site.&amp;nbsp;&lt;/P&gt;&lt;P&gt;configure iproute add default 10.1.1.2 (Main Site X660 IP)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Main Site&lt;/STRONG&gt; -&amp;nbsp;&lt;BR /&gt;X660 IP 10.1.1.2 - connected to all various sites / servers / local stacks through own private fibre. Most VLAN interfaces reside on this for the majority of sites as we only have a small number of other sites with X660s connected up to this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Route - The default route on this X660 is to our firewall IP. There's an additional route on here that includes the IP ranges of the Secondary Site pointing the route to the IP address of the Secondary Site X660 IP.&lt;/P&gt;&lt;P&gt;configure iproute add default &lt;EM&gt;firewallIP&lt;BR /&gt;&lt;/EM&gt;configure iproute add 10.10.0.0 255.255.0.0 10.1.1.3 (Secondary Site X660 IP)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup Continued&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So the uplink from the Secondary Site X660 was removed and placed into the X440 stack. The X440 stack instantly came online without issue and now directly connects to the Main Site X660. VLANs that reside (with interfaces) and are tagged through on the Main Site X660 work without issue. The issue lies with the VLANs that resided on the X660 at the Secondary Site - Now obviously the first thing is that they no longer have an interface address.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I've tried.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Attempt -&amp;nbsp;&lt;/STRONG&gt;I thought I could just easily add the interface(s) that existed on the Secondary Site X660 to the X440 stack, ensure bootprelay is configured (Note - At this point the Secondary Site X660 was no longer live on the network and nothing connected to it)&amp;nbsp;and update the route on the Main Site.&lt;/P&gt;&lt;P&gt;from&lt;BR /&gt;configure iproute add 10.10.0.0 255.255.0.0 10.1.1.3&lt;BR /&gt;to&lt;BR /&gt;configure iproute add 10.10.0.0. 255.255.0.0 10.1.1.31 (Secondary Site X440 IP)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Secondary Site X440&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;configure vlan VLAN-Data ipaddress 10.10.10.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Data&lt;BR /&gt;configure vlan VLAN-Voice ipaddress 10.10.20.1 255.255.254.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Voice&lt;BR /&gt;configure vlan VLAN-Security ipaddress 10.10.30.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Security&lt;/P&gt;&lt;P&gt;configure bootprelay add &lt;EM&gt;DHCPServerIP&lt;/EM&gt; vr VR-Default&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Data&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Voice&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Security&lt;BR /&gt;&lt;BR /&gt;This didn't seem to work and I had no network connectivity from the VLANs in question.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Second Attempt -&amp;nbsp;&lt;/STRONG&gt;I undid what I did, I then thought I would use the main X660 core for the main interfaces for the VLANs and ensure they're tagged through the links.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Data&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Voice&lt;BR /&gt;enable bootprelay ipv4 vlan VLAN-Security&lt;BR /&gt;&lt;BR /&gt;configure vlan VLAN-Data ipaddress 10.10.10.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Data&lt;BR /&gt;configure vlan VLAN-Voice ipaddress 10.10.20.1 255.255.254.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Voice&lt;BR /&gt;configure vlan VLAN-Security ipaddress 10.10.30.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan VLAN-Security&lt;BR /&gt;&lt;BR /&gt;Remove the route for the IP ranges that were on the Secondary Site X660 so they now should just use the default route&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;configure iproute delete 10.10.0.0 255.255.0.0 10.1.1.3&lt;/P&gt;&lt;P&gt;Tag VLANs on the link ports of the X440 &amp;amp; X660&lt;BR /&gt;&lt;BR /&gt;Still nothing on the VLANs in question - Tried to static my IP on the range just in case there was a DHCP issue somewhere but still no connectivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at a loss now. If it wasn't for a number of cameras on VLAN-Security using static addresses I'd have removed them all together and just passed through some already in use VLANs from the Main Site X660.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the long post and if it sounds over complicated. Any help would be appreciated - I'm sure I've missed some basic config out that may help with this but if you let me know anything else I need to provide I'll post it up.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 22:40:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/moving-vlan-interface-from-one-x660-core-to-another/m-p/97871#M22145</guid>
      <dc:creator>E13AD</dc:creator>
      <dc:date>2023-11-08T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Moving VLAN Interface from one X660 core to another</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/moving-vlan-interface-from-one-x660-core-to-another/m-p/98147#M22174</link>
      <description>&lt;P&gt;Both the first and second scenarios you describe seem like they should have worked to me. Can you give a little more information about specifically what was not working? For example, were you able to reach other devices within the VLAN? What about between VLANs that live on X440 where the config changes have been occurring?&lt;/P&gt;&lt;P&gt;The one thing I would suggest checking is any routes needed on the firewall. I'm not sure if one needs to be updated or not, but I would make sure there is a route for the networks in question pointing in the correct direction.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 20:57:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/moving-vlan-interface-from-one-x660-core-to-another/m-p/98147#M22174</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2023-11-27T20:57:23Z</dc:date>
    </item>
  </channel>
</rss>

