<?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: how to connect extreme switch to a another switch in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13069#M473</link>
    <description>1) using pen and paper sketch your requirement, it is convention to have the default gateways as .1 or .254 &lt;BR /&gt;
2) if you have a vmware server and it has different networks internaly you will need to have a tagged link running to your server ( this can carry multiple subnets on the same link ) I cannot help with this. look at vswitches and tagging&lt;BR /&gt;
&lt;BR /&gt;
save # save config so you get back to where you where by rebooting &lt;BR /&gt;
&lt;BR /&gt;
create vlan v20 tag 20&lt;BR /&gt;
create vlan v30 tag 30 &lt;BR /&gt;
configure vlan v20 ipaddress &lt;A href="http://email.getsatisfaction.com/wf/click?upn=Gf15zKkQ5xF-2FJchx2RlboJwkHTDwDeynVGnXsMl8lyTb76HliyR9gps12sAywJxol5-2FTK3TkgemxPtfm1W3ek-2FRXNyVXYPE15GVDpK579ECqnmySM41d5jRmcMVFCLDadMEMxdYIOhkQVD4gf4-2BzwIbAlq8sRFLTUucK-2FkVzFpc6rWc216sGfiyRohFz2GC-2FTJzHKwR4KSC7WjqVsp3alX6As-2Fx-2BUwoAsGYCpfltmLEbY1MiyupzsQSa8BEyuASh2Z4UDp6IjXkb6Sgp3svzzQ-3D-3D_AIMRe0EZFYpFUxp-2Fpzz7EtEa0jIZf-2BhRC6-2FYPRZmx2-2F86MhRDDqPFyeEP0-2FgYYseUTEAFpYVjTqa8KRLm0iON44dATLndEnaw174eHtxRIeGrKSbfCJi3dgmqLjGOWMNZnBEYmAeqrAhaAQ6NdcPh7gbBEv-2FzEq7ioFtUT3QK8CixMQBnTelxLrpkrIoG-2BKyAn-2F9zZCpIHcB7vjQo1HfBeRvLOcxNi6QJVGZv7FijYqU0xAlK83pRbOAV8Rakm55" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;192.168.20.254/24&lt;BR /&gt;
configure vlan v30 ipaddress &lt;A href="http://email.getsatisfaction.com/wf/click?upn=Gf15zKkQ5xF-2FJchx2RlboJwkHTDwDeynVGnXsMl8lyTb76HliyR9gps12sAywJxol5-2FTK3TkgemxPtfm1W3ek-2FRXNyVXYPE15GVDpK579ECqnmySM41d5jRmcMVFCLDadMEMxdYIOhkQVD4gf4-2BzwIbAlq8sRFLTUucK-2FkVzFpc6rWc216sGfiyRohFz2GC-2FTJzHKwR4KSC7WjqVsp3alX6As-2Fx-2BUwoAsGYCpfltmLEbY1MiyupzsQSa8BEyuASh2Z4UDp6IjXkb6Sgp3svzzQ-3D-3D_AIMRe0EZFYpFUxp-2Fpzz7EtEa0jIZf-2BhRC6-2FYPRZmx2-2F86MhRDDqPFyeEP0-2FgYYseUTEAFpYVjTqa8KRLm0iON44dATLndEnaw174eHtxRIeGrKSbfCJi3dgmqLjGOWMNZnBEYmAeqrAhaAQ6NdcPh7gbBEv-2FzEq7ioFtUT3QK8CixMQBnTelxLrpkrIoG-2BKyAn-2F9zZCpIHcB7vjQo1HfBeRvLOcxNi6QJVGZv7FijYqU0xAlK83pRbOAV8Rakm55" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;192.168.30.254/24&lt;BR /&gt;
enable ipforwarding v20&lt;BR /&gt;
enable ipforwarding v30&lt;BR /&gt;
&lt;BR /&gt;
config default delete ports all&lt;BR /&gt;
config vlan v20 add port all untagged&lt;BR /&gt;
config vlan v30 add port 10 tagged # port 10 to vmware server&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add default  192.168.20.2&lt;BR /&gt;
&lt;BR /&gt;
--------------&lt;BR /&gt;
you home router will need to route to&lt;BR /&gt;
192.168.30.0/24 next hop 192.168.20.254&lt;BR /&gt;
&lt;BR /&gt;
this config probably has typos &lt;BR /&gt;
&lt;BR /&gt;
many home routers  ( netgear and the type ) don't support multiple internal networks &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Oct 2016 12:00:00 GMT</pubDate>
    <dc:creator>simon_bingham</dc:creator>
    <dc:date>2016-10-07T12:00:00Z</dc:date>
    <item>
      <title>how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13068#M472</link>
      <description>What I am trying to do I am not sure if it is even possible, I am trying to setup a testing lab in my house to have 2 vm host running server 2012 on to different subnets     so this is how I want to set this up if possible and please tell me if it is not      Coming from my modem plugged into pfsense firewall running 192.168.20.2 on the lan side  From the firewall plugs into my Extreme switch x250e switch all untagged ports from here to my vm host  my server 2012 r2 is setup as a domain controller, DHCP, and DNS on 192.168.20.1/24 this is all working fine ,  The problem is I have another switch that is a Dell power connect that is running another vm  host   On this server 2012 r2 is setup as Domain Controller, DHCP, and DNS running ip range 192.168.30.1/24    Is there a way to connect the Extreme switch to the Dell switch to pass traffic back and fourth on both subnets so I can access any other servers or clients on either subnet and Have internet running on both subnets running with 1 modem and firewall     Any help would be great</description>
      <pubDate>Fri, 07 Oct 2016 09:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13068#M472</guid>
      <dc:creator>Adam_longtin</dc:creator>
      <dc:date>2016-10-07T09:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13069#M473</link>
      <description>1) using pen and paper sketch your requirement, it is convention to have the default gateways as .1 or .254 &lt;BR /&gt;
2) if you have a vmware server and it has different networks internaly you will need to have a tagged link running to your server ( this can carry multiple subnets on the same link ) I cannot help with this. look at vswitches and tagging&lt;BR /&gt;
&lt;BR /&gt;
save # save config so you get back to where you where by rebooting &lt;BR /&gt;
&lt;BR /&gt;
create vlan v20 tag 20&lt;BR /&gt;
create vlan v30 tag 30 &lt;BR /&gt;
configure vlan v20 ipaddress &lt;A href="http://email.getsatisfaction.com/wf/click?upn=Gf15zKkQ5xF-2FJchx2RlboJwkHTDwDeynVGnXsMl8lyTb76HliyR9gps12sAywJxol5-2FTK3TkgemxPtfm1W3ek-2FRXNyVXYPE15GVDpK579ECqnmySM41d5jRmcMVFCLDadMEMxdYIOhkQVD4gf4-2BzwIbAlq8sRFLTUucK-2FkVzFpc6rWc216sGfiyRohFz2GC-2FTJzHKwR4KSC7WjqVsp3alX6As-2Fx-2BUwoAsGYCpfltmLEbY1MiyupzsQSa8BEyuASh2Z4UDp6IjXkb6Sgp3svzzQ-3D-3D_AIMRe0EZFYpFUxp-2Fpzz7EtEa0jIZf-2BhRC6-2FYPRZmx2-2F86MhRDDqPFyeEP0-2FgYYseUTEAFpYVjTqa8KRLm0iON44dATLndEnaw174eHtxRIeGrKSbfCJi3dgmqLjGOWMNZnBEYmAeqrAhaAQ6NdcPh7gbBEv-2FzEq7ioFtUT3QK8CixMQBnTelxLrpkrIoG-2BKyAn-2F9zZCpIHcB7vjQo1HfBeRvLOcxNi6QJVGZv7FijYqU0xAlK83pRbOAV8Rakm55" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;192.168.20.254/24&lt;BR /&gt;
configure vlan v30 ipaddress &lt;A href="http://email.getsatisfaction.com/wf/click?upn=Gf15zKkQ5xF-2FJchx2RlboJwkHTDwDeynVGnXsMl8lyTb76HliyR9gps12sAywJxol5-2FTK3TkgemxPtfm1W3ek-2FRXNyVXYPE15GVDpK579ECqnmySM41d5jRmcMVFCLDadMEMxdYIOhkQVD4gf4-2BzwIbAlq8sRFLTUucK-2FkVzFpc6rWc216sGfiyRohFz2GC-2FTJzHKwR4KSC7WjqVsp3alX6As-2Fx-2BUwoAsGYCpfltmLEbY1MiyupzsQSa8BEyuASh2Z4UDp6IjXkb6Sgp3svzzQ-3D-3D_AIMRe0EZFYpFUxp-2Fpzz7EtEa0jIZf-2BhRC6-2FYPRZmx2-2F86MhRDDqPFyeEP0-2FgYYseUTEAFpYVjTqa8KRLm0iON44dATLndEnaw174eHtxRIeGrKSbfCJi3dgmqLjGOWMNZnBEYmAeqrAhaAQ6NdcPh7gbBEv-2FzEq7ioFtUT3QK8CixMQBnTelxLrpkrIoG-2BKyAn-2F9zZCpIHcB7vjQo1HfBeRvLOcxNi6QJVGZv7FijYqU0xAlK83pRbOAV8Rakm55" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;B&gt;&lt;/B&gt;&lt;/A&gt;192.168.30.254/24&lt;BR /&gt;
enable ipforwarding v20&lt;BR /&gt;
enable ipforwarding v30&lt;BR /&gt;
&lt;BR /&gt;
config default delete ports all&lt;BR /&gt;
config vlan v20 add port all untagged&lt;BR /&gt;
config vlan v30 add port 10 tagged # port 10 to vmware server&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add default  192.168.20.2&lt;BR /&gt;
&lt;BR /&gt;
--------------&lt;BR /&gt;
you home router will need to route to&lt;BR /&gt;
192.168.30.0/24 next hop 192.168.20.254&lt;BR /&gt;
&lt;BR /&gt;
this config probably has typos &lt;BR /&gt;
&lt;BR /&gt;
many home routers  ( netgear and the type ) don't support multiple internal networks &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Oct 2016 12:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13069#M473</guid>
      <dc:creator>simon_bingham</dc:creator>
      <dc:date>2016-10-07T12:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13070#M474</link>
      <description>I believe the best approach is described by Simon = you will have two subnets, each subnet does have own vlan. You need to route the traffic between those subnets. Summit can do routing for you or your firewall can do it. If you have both subnets on both servers then You will need to configure vlans on both switches.    If you have one subnet per server then you will need only secondary IP address on the interface.    The drawing would help here.</description>
      <pubDate>Fri, 07 Oct 2016 13:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13070#M474</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2016-10-07T13:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13071#M475</link>
      <description>here is a very simple  sketch of what i have and trying to setup&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8cebc855a30d40c9bc4de662fa1a9fec_RackMultipart20161007-88359-1gfoj6y-network_setup_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4735i6E246782361D56F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="8cebc855a30d40c9bc4de662fa1a9fec_RackMultipart20161007-88359-1gfoj6y-network_setup_inline.png" alt="8cebc855a30d40c9bc4de662fa1a9fec_RackMultipart20161007-88359-1gfoj6y-network_setup_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13071#M475</guid>
      <dc:creator>Adam_longtin</dc:creator>
      <dc:date>2016-10-07T17:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13072#M476</link>
      <description>So with the pic I have uploaded will I still use these commands to do this   create vlan v20 tag 20  create vlan v30 tag 30   configure vlan v20 ipaddress 192.168.20.254/24  configure vlan v30 ipaddress 192.168.30.254/24  enable ipforwarding v20  enable ipforwarding v30    config default delete ports all  config vlan v20 add port all untagged  config vlan v30 add port 10 tagged # port 10 to vmware server    configure iproute add default  192.168.20.2    --------------  you home router will need to route to  192.168.30.0/24 next hop 192.168.20.254    Also I dont have a home router I have a all in one modem from comcast with a static ip going to pfsense</description>
      <pubDate>Sat, 08 Oct 2016 00:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13072#M476</guid>
      <dc:creator>Adam_longtin</dc:creator>
      <dc:date>2016-10-08T00:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13073#M477</link>
      <description>ok i added these vlans and all the commands provided but they are still not comunicating with each other. The first subnet 192.168.20.1/24 works fine and will not talk to 192.168.30.1/24&lt;BR /&gt;
&lt;BR /&gt;
DO I need to add anything to the Dell switch or no&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Oct 2016 09:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13073#M477</guid>
      <dc:creator>Adam_longtin</dc:creator>
      <dc:date>2016-10-08T09:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13074#M478</link>
      <description>Ok so I added the vlans to the xtreme switch and the ipforwards I have my second switch at default settings still no connection between the 2 subnets also I just want to say I am very new to setting this kind of network up so if I am asking very dumb question I just don't know how to get this configured properly and am looking for some help. Thanks for all the help</description>
      <pubDate>Sat, 08 Oct 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13074#M478</guid>
      <dc:creator>Adam_longtin</dc:creator>
      <dc:date>2016-10-08T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to connect extreme switch to a another switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13075#M479</link>
      <description>Hi Adam,&lt;BR /&gt;
Take a look at my post in this thread to see if it helps explain things any better: &lt;A href="https://community.extremenetworks.com/extreme/topics/iproute-if-only-using-l2" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/iproute-if-only-using-l2&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Oct 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-extreme-switch-to-a-another-switch/m-p/13075#M479</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-10-08T22:27:00Z</dc:date>
    </item>
  </channel>
</rss>

