<?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: Inter vlan routing in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44178#M10781</link>
    <description>Hi Brad,&lt;BR /&gt;
&lt;BR /&gt;
This is just a lab setup. I am mainly a hardware technician and my manager is wanting me to learn new skills. I am just wanting to get 2 PC's communicating using 2 switches that are on a different vlan and each PC will be connected to these different vlans. I know this is probably something simple but I am not that familiar with making this work, I have done this using 1 switch but not 2. Any help would be appreciated. If you need more information from me just let me know.&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Apr 2016 07:41:00 GMT</pubDate>
    <dc:creator>Jeromy_Carver</dc:creator>
    <dc:date>2016-04-20T07:41:00Z</dc:date>
    <item>
      <title>Inter vlan routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44176#M10779</link>
      <description>All,&lt;BR /&gt;
&lt;BR /&gt;
I am new to networking and I have 2 Extreme Networks Summit 200-48 switches and 2 PC's. I am trying to setup a vlan on each switch and connect a PC to each one and have them communicate. I have done this with 1 switch before but I am having problems with this. If anybody can help I would appreciate it.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2016 06:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44176#M10779</guid>
      <dc:creator>Jeromy_Carver</dc:creator>
      <dc:date>2016-04-20T06:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Inter vlan routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44177#M10780</link>
      <description>Hi Jeromy,&lt;BR /&gt;
&lt;BR /&gt;
Is this a lab setup or something you are doing for your company on production equipment?</description>
      <pubDate>Wed, 20 Apr 2016 07:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44177#M10780</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2016-04-20T07:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Inter vlan routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44178#M10781</link>
      <description>Hi Brad,&lt;BR /&gt;
&lt;BR /&gt;
This is just a lab setup. I am mainly a hardware technician and my manager is wanting me to learn new skills. I am just wanting to get 2 PC's communicating using 2 switches that are on a different vlan and each PC will be connected to these different vlans. I know this is probably something simple but I am not that familiar with making this work, I have done this using 1 switch but not 2. Any help would be appreciated. If you need more information from me just let me know.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2016 07:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44178#M10781</guid>
      <dc:creator>Jeromy_Carver</dc:creator>
      <dc:date>2016-04-20T07:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Inter vlan routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44179#M10782</link>
      <description>Welcome to networking!&lt;BR /&gt;
&lt;BR /&gt;
There is a great article for "getting started" with our switches on our knowledge base:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/What-are-the-basic-commands-to-create-and-validate-VLANs-configurations/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/What-are-the-basic-commands-to-create-and-val...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Its also important to note that by default, each switch will have all ports in the default vlan. So, if you're trying to add ports to a vlan that you created, you must first delete them from the default vlan&lt;BR /&gt;
configure vlan default delete port&lt;BR /&gt;
configure vlan add port if you are unsure of next possible choices in a command, the TAB key is your friend.</description>
      <pubDate>Wed, 20 Apr 2016 07:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44179#M10782</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2016-04-20T07:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Inter vlan routing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44180#M10783</link>
      <description>Hi Jeromy,&lt;BR /&gt;
&lt;BR /&gt;
one detail you have to consider with EXOS is that you need to explicitly enable IP forwarding on a VLAN to have it participate in routing. So you need to do the following steps for each VLAN:&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;create VLAN 
&lt;/LI&gt;&lt;LI&gt;configure IP address for the VLAN 
 
&lt;/LI&gt;&lt;LI&gt;enable IP forwarding for the VLAN 
&lt;/LI&gt;&lt;LI&gt;add ports to the VLAN&lt;/LI&gt;&lt;/OL&gt;There is a GTAC Knowledge article pertaining to your question:&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-inter-VLAN-routing-in-EXOS/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-inter-VLAN-routing-in-EXOS/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Since you have two switches you need to at least create a trunk between both switches and configure both router IP addresses on one switch.&lt;BR /&gt;
&lt;BR /&gt;
If you configure one IP on switch one and the other on switch 2, you need a static route pointing from one switch to the other (or use dynamic routing). If you want to use two switches for routing you might want to consider looking into VRRP and/or OSPF.&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/inter-vlan-routing/m-p/44180#M10783</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-20T12:04:00Z</dc:date>
    </item>
  </channel>
</rss>

