<?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: vlan and SuSE Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387606#M86366</link>
    <description>Thank you Manuel for your reply. I will go forward in my setup. I will be testing on a 2324 but the final installation is for a serie 4000. I have already looked on the Linux side and it does seem quite simple, using vconfig, to manage VLANs. The part which I still don't fully understand is on the Switch side. How will I add up VLANs on one port if one port is to bring all the VLANs to the Linux box ?&lt;BR /&gt;Maybe seting the VLANs one the Switch will be self explanatory!</description>
    <pubDate>Mon, 27 Sep 2004 23:55:46 GMT</pubDate>
    <dc:creator>gilles bellavance</dc:creator>
    <dc:date>2004-09-27T23:55:46Z</dc:date>
    <item>
      <title>vlan and SuSE Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387604#M86364</link>
      <description>I would like to setup VLAN on HP switchs so that the VLAN goes up to the Linux box. I believe that VLAN on Linux are of the type "taged" and from what I have read the taging should be the same on Linux and HP switch. What model (serie) of HP switch will enable me to "group" many VLAN on a single port and after connecting that port to a Linux box enable me to "unfoald" the VLAN and for example serve many DHCP address pool (one for each VLAN). The question is broad but I guess if something is possible in that direction, the details will comme later!</description>
      <pubDate>Mon, 27 Sep 2004 09:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387604#M86364</guid>
      <dc:creator>gilles bellavance</dc:creator>
      <dc:date>2004-09-27T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: vlan and SuSE Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387605#M86365</link>
      <description>Any switch with 802.1q capability will do. I am using HP 2524 and Cisco 29xx.&lt;BR /&gt;All you have to do is set a port in 'tagged' mode, include it in all relevant VLANs and connect the linux box to it. Then on the linux side, you will need to use vconfig to setup the interface in 802.1q mode.&lt;BR /&gt;I am using this very configuration for almost 4 years without any troubles.</description>
      <pubDate>Mon, 27 Sep 2004 18:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387605#M86365</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2004-09-27T18:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: vlan and SuSE Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387606#M86366</link>
      <description>Thank you Manuel for your reply. I will go forward in my setup. I will be testing on a 2324 but the final installation is for a serie 4000. I have already looked on the Linux side and it does seem quite simple, using vconfig, to manage VLANs. The part which I still don't fully understand is on the Switch side. How will I add up VLANs on one port if one port is to bring all the VLANs to the Linux box ?&lt;BR /&gt;Maybe seting the VLANs one the Switch will be self explanatory!</description>
      <pubDate>Mon, 27 Sep 2004 23:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387606#M86366</guid>
      <dc:creator>gilles bellavance</dc:creator>
      <dc:date>2004-09-27T23:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: vlan and SuSE Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387607#M86367</link>
      <description>A glimpse on my settings. Port 24 is the tagged one (a linux router could be attached to it... or another switch could be cascaded over there).&lt;BR /&gt;When cascading switches, make sure you create the vlans on all switches that should transfer the frames, even if they are not used locally.&lt;BR /&gt;&lt;BR /&gt;hp2524-1# sh vlan&lt;BR /&gt;&lt;BR /&gt; Status and Counters - VLAN Information&lt;BR /&gt;&lt;BR /&gt;  Maximum VLANs to support : 8&lt;BR /&gt;  Primary VLAN : DEFAULT_VLAN&lt;BR /&gt;  Management VLAN :&lt;BR /&gt;&lt;BR /&gt;  802.1Q VLAN ID Name          Status&lt;BR /&gt;  -------------- ------------- -------------&lt;BR /&gt;  1              DEFAULT_VLAN  Static&lt;BR /&gt;  2              admin_vlan    Static&lt;BR /&gt;  148            VLAN148       Static&lt;BR /&gt;  149            corrigent     Static&lt;BR /&gt;  300            amcc          Static&lt;BR /&gt;&lt;BR /&gt;hp2524-1# sh vlan 149&lt;BR /&gt;&lt;BR /&gt; Status and Counters - VLAN Information - Ports - VLAN 149&lt;BR /&gt;&lt;BR /&gt;  802.1Q VLAN ID : 149&lt;BR /&gt;  Name          : corrigent&lt;BR /&gt;  Status        : Static&lt;BR /&gt;&lt;BR /&gt;  Port Information Mode     Unknown VLAN Status&lt;BR /&gt;  ---------------- -------- ------------ ----------&lt;BR /&gt;  11               Untagged Learn        Up&lt;BR /&gt;  13               Untagged Learn        Up&lt;BR /&gt;  15               Untagged Learn        Up&lt;BR /&gt;  24               Tagged   Learn        Up&lt;BR /&gt;hp2524-1# sh vlan 1&lt;BR /&gt;&lt;BR /&gt; Status and Counters - VLAN Information - Ports - VLAN 1&lt;BR /&gt;&lt;BR /&gt;  802.1Q VLAN ID : 1&lt;BR /&gt;  Name          : DEFAULT_VLAN&lt;BR /&gt;  Status        : Static&lt;BR /&gt;&lt;BR /&gt;  Port Information Mode     Unknown VLAN Status&lt;BR /&gt;  ---------------- -------- ------------ ----------&lt;BR /&gt;  24               Tagged   Learn        Up&lt;BR /&gt;  25               Untagged Learn        Down&lt;BR /&gt;  26               Untagged Learn        Down&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2004 02:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387607#M86367</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2004-09-28T02:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: vlan and SuSE Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387608#M86368</link>
      <description>Thank you Manuel for your help. The configuration output show clearly that port 24 appear in both VLANs. I will be testing and putting that together in the comming days.&lt;BR /&gt;I will come back to you to give you a status of the situation.</description>
      <pubDate>Tue, 28 Sep 2004 07:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-and-suse-linux/m-p/3387608#M86368</guid>
      <dc:creator>gilles bellavance</dc:creator>
      <dc:date>2004-09-28T07:32:37Z</dc:date>
    </item>
  </channel>
</rss>

