<?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: Procurve 5406 VLAN's in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530882#M20478</link>
    <description>Hm, your gateway (Draytek) has to be the default gateway for your router (5406) and the default router of your gateway is somewhere in the internet. Should work.&lt;BR /&gt;&lt;BR /&gt;Can you ping the client from your gateway?</description>
    <pubDate>Thu, 26 Nov 2009 06:15:52 GMT</pubDate>
    <dc:creator>hiskia</dc:creator>
    <dc:date>2009-11-26T06:15:52Z</dc:date>
    <item>
      <title>Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530873#M20469</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm new to procurve networking.  I have a procurve 5406 as a core switch.  I connect a firewall, a pbx, a file server, a dhcp server, and an nvr for cctv to it directly.  I have been tasked with creating 10 voice vlans to limit the broadcast domain, and 10 data vlans.   &lt;BR /&gt;&lt;BR /&gt;How do I make 10 voice vlans attach to port A5 for example?&lt;BR /&gt;&lt;BR /&gt;How do I make 10 voice vlans appear on several ports?&lt;BR /&gt;&lt;BR /&gt;How do I combine 10 voice vlans and 10 data vlans on port A1?&lt;BR /&gt;&lt;BR /&gt;I've set up 20 scopes for each of these vlans on the dhcp server also.&lt;BR /&gt;&lt;BR /&gt;Does anything else have to be done on it?  Like add routes to each vlan or anything?&lt;BR /&gt;&lt;BR /&gt;The Vlans are setup as following&lt;BR /&gt;&lt;BR /&gt;vlan 10 - voice - 10.3.10.x/24&lt;BR /&gt;vlan 11 - voice - 10.3.11.x/24&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;Any guidance would be great.&lt;BR /&gt;&lt;BR /&gt;I currently have set the following&lt;BR /&gt;&lt;BR /&gt;In the following example i want vlan 10 and vlan 20 to appear on ports 1,9,11,13,15,17&lt;BR /&gt;&lt;BR /&gt;My dhcp server is 10.3.100.15&lt;BR /&gt;&lt;BR /&gt;ip routing&lt;BR /&gt;vlan 10&lt;BR /&gt;   ip helper-address 10.3.100.15&lt;BR /&gt;   ip address 10.3.10.10 255.255.255.0&lt;BR /&gt;   tagged A1,A9,A11,A13,A15,A17&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 20&lt;BR /&gt;   ip helper-address 10.3.100.15&lt;BR /&gt;   ip address 10.3.20.10 255.255.255.0&lt;BR /&gt;   tagged A1,A9,A11,A13,A15,A17&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;I'm struggling on what to do, or how to fix this?&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 12:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530873#M20469</guid>
      <dc:creator>Zeek_123</dc:creator>
      <dc:date>2009-11-10T12:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530874#M20470</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Your config looks good. Your switch is running as router. But you have to add at least one more vlan to attach your dhcp server.&lt;BR /&gt;Something like:&lt;BR /&gt;&lt;BR /&gt;vlan 30&lt;BR /&gt;ip address 10.3.100.10 255.255.255.0&lt;BR /&gt;untagged A24&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;So you can plug in your dhcp server on port A24.&lt;BR /&gt;&lt;BR /&gt;To add more vlans (10 voice, 10 data) go on as you started.&lt;BR /&gt;&lt;BR /&gt;What is connected to the ports A1,A9,A11... Other switches?</description>
      <pubDate>Tue, 10 Nov 2009 12:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530874#M20470</guid>
      <dc:creator>hiskia</dc:creator>
      <dc:date>2009-11-10T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530875#M20471</link>
      <description>Thanks for the prompt response.&lt;BR /&gt;&lt;BR /&gt;I have other devices to attach also to every port once I am assured my other setup is Ok, then I can proceed to attach those with relative ease.&lt;BR /&gt;&lt;BR /&gt;A1 - firewall - I've assigned all vlans tagged to it&lt;BR /&gt;&lt;BR /&gt;A2-A6- Servers including dhcp - I've assigned all data/management vlans tagged to them.&lt;BR /&gt;&lt;BR /&gt;A9,A11,A13,A15,A17 - OLTM fiber modules&lt;BR /&gt;&lt;BR /&gt;A10,A12,A14 - PBX, Voice Mail, Call Accounting&lt;BR /&gt;&lt;BR /&gt;A15 - NVR&lt;BR /&gt;&lt;BR /&gt;A21 - Uplink to 2610 &lt;BR /&gt;&lt;BR /&gt;A18,A20,A22,A24 - Fiber (IPTV) Media converter, reserver for future use&lt;BR /&gt;&lt;BR /&gt;I have mixed results looking for any answers in regards to tagging vs untagging.  Am i required to have any untagged ports at all?  What if I want the pc's to be able to plug into the phones?&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 12:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530875#M20471</guid>
      <dc:creator>Zeek_123</dc:creator>
      <dc:date>2009-11-10T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530876#M20472</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;It's not necessary to bring all your vlans to the dhcp server. The ip helper-address will forward any request from the vlan you put this statment in to your server.&lt;BR /&gt;&lt;BR /&gt;If all your attached devices can handle tagged vlans you don't need untagged ports at all. Your phones need to have a switch which can handle vlans so you can plug in your pc (untagged).&lt;BR /&gt;&lt;BR /&gt;I wouldn't use "normal" pcs to handle tagged vlans even if networkcard and os are able to but plug them into untagged ports.&lt;BR /&gt;&lt;BR /&gt;What about this devices? (A10,A12,A14 - PBX, Voice Mail, Call Accounting) Do they need more than one vlan? If not: Switch the necessary vlan for the port to untagged.&lt;BR /&gt;&lt;BR /&gt;There is nothing bad about untagged ports :-)&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 06:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530876#M20472</guid>
      <dc:creator>hiskia</dc:creator>
      <dc:date>2009-11-11T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530877#M20473</link>
      <description>Thanks Again.&lt;BR /&gt;&lt;BR /&gt;I'm putting in 10 voice vlans based on a requirement from our operator.&lt;BR /&gt;&lt;BR /&gt;Can I setup my connection like the following?&lt;BR /&gt;&lt;BR /&gt;5406zl(tag vlan 10-20, port a9) -&amp;gt; 2610 (tag vlan 10-20, port A1) -&amp;gt; 2610 (untag vlan 10, tag vlan 20, port A2) ? &lt;BR /&gt;&lt;BR /&gt;Basically connecting from my core router to a remote 2610 which the phone hangs off of on port A2.&lt;BR /&gt;&lt;BR /&gt;I know my connecting port vlans need to match tagged or untagged, but each 2610 will only have 1 voice and 1 data vlan, so presumably I can tag all in my core and do the untagging on my 2610's?</description>
      <pubDate>Thu, 12 Nov 2009 13:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530877#M20473</guid>
      <dc:creator>Zeek_123</dc:creator>
      <dc:date>2009-11-12T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530878#M20474</link>
      <description>Just one thing,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The uplink ports between the switches need to be tagged in all The VLANS that are going to be forwarded between the switches.&lt;BR /&gt;For the devices to be members of a specific VLAN you need to untag the device on the required VLAN. This is the role for tagging and untagging.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 13 Nov 2009 08:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530878#M20474</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2009-11-13T08:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530879#M20475</link>
      <description>Thanks Again.&lt;BR /&gt;&lt;BR /&gt;I am able to get different subnets assigned via vlans with relative ease now.  One item remains that is trumping me.&lt;BR /&gt;&lt;BR /&gt;Ip Vlan 2 - 10.3.100.11 &amp;lt;&amp;lt;&amp;lt;&amp;lt; Client #1, OK &lt;BR /&gt;IP Vlan 3 - 10.3.110.11 &amp;lt;&amp;lt;&amp;lt;&amp;lt; Client #2&lt;BR /&gt;DNS / DHCP - 10.3.100.3 &amp;lt;&amp;lt;&amp;lt;&amp;lt; Internal Server&lt;BR /&gt;Gateway - 10.3.100.1 &amp;lt;&amp;lt;&amp;lt;&amp;lt; Gateway&lt;BR /&gt;&lt;BR /&gt;Client #1 is on same subnet as gateway, works great.&lt;BR /&gt;&lt;BR /&gt;Client #2 is on different subnet and has no internet access.  Cannot ping gateway either.&lt;BR /&gt;It can ping the dns/dhcp server 10.3.100.3 however.</description>
      <pubDate>Mon, 16 Nov 2009 14:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530879#M20475</guid>
      <dc:creator>Zeek_123</dc:creator>
      <dc:date>2009-11-16T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530880#M20476</link>
      <description>If Client #2 can ping dhcp-server but not the gateway (which is in the same subnet as dhcp-server) it looks like your gateway has some kind of routing problem. Can you add a route like 10.3.110.0/24 gateway 10.3.100.10 (or whatever is the ip of the 5406 in this subnet)?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 07:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530880#M20476</guid>
      <dc:creator>hiskia</dc:creator>
      <dc:date>2009-11-17T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530881#M20477</link>
      <description>Thanks.  I did find it was a routing issue.  I needed the route back.  &lt;BR /&gt;&lt;BR /&gt;it was done using 10.3.110.0/24 10.3.100.1&lt;BR /&gt;&lt;BR /&gt;I can ping the gateway now, I am just unable to browse the Internet.&lt;BR /&gt;&lt;BR /&gt;My traceroute dies at the gateway.  &lt;BR /&gt;&lt;BR /&gt;Am I missing another route?</description>
      <pubDate>Tue, 17 Nov 2009 13:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530881#M20477</guid>
      <dc:creator>Zeek_123</dc:creator>
      <dc:date>2009-11-17T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 5406 VLAN's</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530882#M20478</link>
      <description>Hm, your gateway (Draytek) has to be the default gateway for your router (5406) and the default router of your gateway is somewhere in the internet. Should work.&lt;BR /&gt;&lt;BR /&gt;Can you ping the client from your gateway?</description>
      <pubDate>Thu, 26 Nov 2009 06:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-5406-vlan-s/m-p/4530882#M20478</guid>
      <dc:creator>hiskia</dc:creator>
      <dc:date>2009-11-26T06:15:52Z</dc:date>
    </item>
  </channel>
</rss>

