<?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 How to configure two Vlans, VoIP and Data, through the same Ethernet connection in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83919#M20376</link>
    <description>Hi community, &lt;BR /&gt;
I am new working with these Exos Switches and I have a Summit X450e-48p in my office and I would like to know the best way to have a setup where the Ethernet cable goes to the IP phone and from the phone to the PC, and have them using different Vlans, in this case VoIP for the phones and Data for the machines.&lt;BR /&gt;
I configured the switch already with the vlans and they work but they are independently on a range of ports.&lt;BR /&gt;
For example &lt;B&gt;Vlan VoIP&lt;/B&gt; with &lt;B&gt;network 192.168.10.0/24&lt;/B&gt; is on&lt;B&gt; ports 3-20&lt;/B&gt; and &lt;B&gt;Data&lt;/B&gt; with n&lt;B&gt;etwork 192.168.20.0/24&lt;/B&gt; is on &lt;B&gt;ports 21-40&lt;/B&gt;. &lt;BR /&gt;
&lt;B&gt;I would like to have ports 3 - 40 for both vlans and have them use their respective IP address ranges.&lt;/B&gt;&lt;BR /&gt;
I would appreciate any help or tips on how to configure such scenario. Thanks in advance and sorry for the long explanation.</description>
    <pubDate>Wed, 09 Jan 2019 02:01:15 GMT</pubDate>
    <dc:creator>Lazaro_Carrillo</dc:creator>
    <dc:date>2019-01-09T02:01:15Z</dc:date>
    <item>
      <title>How to configure two Vlans, VoIP and Data, through the same Ethernet connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83919#M20376</link>
      <description>Hi community, &lt;BR /&gt;
I am new working with these Exos Switches and I have a Summit X450e-48p in my office and I would like to know the best way to have a setup where the Ethernet cable goes to the IP phone and from the phone to the PC, and have them using different Vlans, in this case VoIP for the phones and Data for the machines.&lt;BR /&gt;
I configured the switch already with the vlans and they work but they are independently on a range of ports.&lt;BR /&gt;
For example &lt;B&gt;Vlan VoIP&lt;/B&gt; with &lt;B&gt;network 192.168.10.0/24&lt;/B&gt; is on&lt;B&gt; ports 3-20&lt;/B&gt; and &lt;B&gt;Data&lt;/B&gt; with n&lt;B&gt;etwork 192.168.20.0/24&lt;/B&gt; is on &lt;B&gt;ports 21-40&lt;/B&gt;. &lt;BR /&gt;
&lt;B&gt;I would like to have ports 3 - 40 for both vlans and have them use their respective IP address ranges.&lt;/B&gt;&lt;BR /&gt;
I would appreciate any help or tips on how to configure such scenario. Thanks in advance and sorry for the long explanation.</description>
      <pubDate>Wed, 09 Jan 2019 02:01:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83919#M20376</guid>
      <dc:creator>Lazaro_Carrillo</dc:creator>
      <dc:date>2019-01-09T02:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure two Vlans, VoIP and Data, through the same Ethernet connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83920#M20377</link>
      <description>I'd have all ports setup as this&lt;BR /&gt;
config vlan VOIP delete port 3 - 20 (to remove ports from current assigned vlan)&lt;BR /&gt;
config vlan Data add port 3-20&lt;BR /&gt;
con vlan voip add port 3-40 tagged (this will allow your phones to talk tagged each port as well as having the data vlan for the computer plugged into your phone).&lt;BR /&gt;
&lt;BR /&gt;
And setup your ports with the lldp settings in the following article.  This will work for most phones.&lt;BR /&gt;
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-LLDP-for-Extreme-switches-to-recognize-IP-phones/?q=lldp&amp;amp;l=en_US&amp;amp;c=Extreme_Software%3AExtremeXOS_EXOS&amp;amp;fs=Search&amp;amp;pn=1&lt;BR /&gt;
&lt;BR /&gt;
Phone boots up, talks lldp to the switch, switch sees it is a phone and will assign it the voip vlan.  Computer talks on the data vlan.</description>
      <pubDate>Wed, 09 Jan 2019 05:51:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83920#M20377</guid>
      <dc:creator>Brian_Anderson</dc:creator>
      <dc:date>2019-01-09T05:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure two Vlans, VoIP and Data, through the same Ethernet connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83921#M20378</link>
      <description>Thanks for the help Brian. I will test this out tomorrow in my lab environment. It should work fine.</description>
      <pubDate>Wed, 09 Jan 2019 07:05:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-two-vlans-voip-and-data-through-the-same/m-p/83921#M20378</guid>
      <dc:creator>Lazaro_Carrillo</dc:creator>
      <dc:date>2019-01-09T07:05:18Z</dc:date>
    </item>
  </channel>
</rss>

