<?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 HP Procurve VLAN Conf Not Working - URGENT in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686320#M23801</link>
    <description>Dear,&lt;BR /&gt;&lt;BR /&gt;I have HP 5406 zl -2 and 3500 yl -5 Switches...&lt;BR /&gt;Working scenarios:&lt;BR /&gt;&lt;BR /&gt;192.168.115.0/24 (Default and DATA VLAN) and 192.168.116.0/24 (Voice VLAN).&lt;BR /&gt;&lt;BR /&gt;Now we need to setup these VALNs different categories instead of 115 segment and 116 will remain same for Voice.&lt;BR /&gt;&lt;BR /&gt;115 should splitted in to 114 (Application servers)&lt;BR /&gt;115 for NW devices and other servers like AD,FS&lt;BR /&gt;117 for users - with MS DHCP Server&lt;BR /&gt;118 for executive users - with MS DHCP Server&lt;BR /&gt;119 for printers.&lt;BR /&gt;&lt;BR /&gt;Once I configured VALN as per our new scenario... First core switch only working fine! but, other switches are not working...&lt;BR /&gt;&lt;BR /&gt;Please provide a best practice and configurations (we have around 60 users only)&lt;BR /&gt;&lt;BR /&gt;I'll be thankful for your quick reply.</description>
    <pubDate>Tue, 14 Sep 2010 10:25:31 GMT</pubDate>
    <dc:creator>abousame</dc:creator>
    <dc:date>2010-09-14T10:25:31Z</dc:date>
    <item>
      <title>HP Procurve VLAN Conf Not Working - URGENT</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686320#M23801</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;I have HP 5406 zl -2 and 3500 yl -5 Switches...&lt;BR /&gt;Working scenarios:&lt;BR /&gt;&lt;BR /&gt;192.168.115.0/24 (Default and DATA VLAN) and 192.168.116.0/24 (Voice VLAN).&lt;BR /&gt;&lt;BR /&gt;Now we need to setup these VALNs different categories instead of 115 segment and 116 will remain same for Voice.&lt;BR /&gt;&lt;BR /&gt;115 should splitted in to 114 (Application servers)&lt;BR /&gt;115 for NW devices and other servers like AD,FS&lt;BR /&gt;117 for users - with MS DHCP Server&lt;BR /&gt;118 for executive users - with MS DHCP Server&lt;BR /&gt;119 for printers.&lt;BR /&gt;&lt;BR /&gt;Once I configured VALN as per our new scenario... First core switch only working fine! but, other switches are not working...&lt;BR /&gt;&lt;BR /&gt;Please provide a best practice and configurations (we have around 60 users only)&lt;BR /&gt;&lt;BR /&gt;I'll be thankful for your quick reply.</description>
      <pubDate>Tue, 14 Sep 2010 10:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686320#M23801</guid>
      <dc:creator>abousame</dc:creator>
      <dc:date>2010-09-14T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve VLAN Conf Not Working - URGENT</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686321#M23802</link>
      <description>If you have a single cable connecting from core to each other switch, you need to "tag" the interface so it will pass multiple VLANs.&lt;BR /&gt;&lt;BR /&gt;5406-a1---1-sw2&lt;BR /&gt;  ||a2----1-sw3&lt;BR /&gt;  |a3-----1-sw4&lt;BR /&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;5406 config looks something like:&lt;BR /&gt;&lt;BR /&gt;5406(config)# vlan 115 tag a1-a3&lt;BR /&gt;5406(config)# vlan 117 tag a1-a3&lt;BR /&gt;5406(config)# vlan 118 tag a1-a3&lt;BR /&gt;5406(config)# vlan 119 tag a1-a3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;other switches:&lt;BR /&gt;&lt;BR /&gt;sw2(config)# vlan 115 tag 1&lt;BR /&gt;sw2(config)# vlan 117 tag 1&lt;BR /&gt;sw2(config)# vlan 118 tag 1&lt;BR /&gt;sw2(config)# vlan 119 tag 1&lt;BR /&gt;&lt;BR /&gt;repeat for each switch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then assign client ports into VLANs:&lt;BR /&gt;&lt;BR /&gt;sw(config)# vlan 115 untagged &lt;PORT&gt;&lt;BR /&gt;&lt;BR /&gt;hth...Jeff&lt;BR /&gt;&lt;/PORT&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686321#M23802</guid>
      <dc:creator>Jeff Carrell</dc:creator>
      <dc:date>2010-09-14T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve VLAN Conf Not Working - URGENT</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686322#M23803</link>
      <description>Thanks Cheif... I'll try now...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 14:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686322#M23803</guid>
      <dc:creator>abousame</dc:creator>
      <dc:date>2010-09-14T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve VLAN Conf Not Working - URGENT</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686323#M23804</link>
      <description>Hi Jiff,&lt;BR /&gt;&lt;BR /&gt;I try with the following confg; please verify..&lt;BR /&gt;------------------&lt;BR /&gt;Core switch:-&lt;BR /&gt;------------------&lt;BR /&gt;ip default-gateway 192.169.115.1&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;   untagged A1-A20&lt;BR /&gt;   ip address 192.169.115.254 255.255.255.0&lt;BR /&gt;   tagged B19-B24&lt;BR /&gt;   no untagged A13-A24,B1-B18&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 26&lt;BR /&gt;   ip address 192.169.116.254 255.255.255.0&lt;BR /&gt;   tagged A1-A24,B1-B24&lt;BR /&gt;   voice&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 27&lt;BR /&gt;   untagged A21-A24,B1-B6&lt;BR /&gt;   ip helper-address 192.169.115.199&lt;BR /&gt;   ip address 192.169.117.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 28&lt;BR /&gt;   untagged B7-B15&lt;BR /&gt;   ip helper-address 192.169.115.200&lt;BR /&gt;   ip address 192.169.118.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 29&lt;BR /&gt;   untagged B16-B18&lt;BR /&gt;   ip address 192.169.119.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.169.115.1&lt;BR /&gt;spanning-tree&lt;BR /&gt;----------------------------&lt;BR /&gt;Edge Switch Confg:-&lt;BR /&gt;----------------------------&lt;BR /&gt;ip default-gateway 192.169.115.1&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DATA_VLAN"&lt;BR /&gt;   ip address 192.169.115.252 255.255.255.0&lt;BR /&gt;   tagged 1-24&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 26&lt;BR /&gt;   tagged 1-24&lt;BR /&gt;   voice&lt;BR /&gt;   ip address 192.169.116.252 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 27&lt;BR /&gt;   untagged 1-16&lt;BR /&gt;   ip helper-address 192.169.115.199&lt;BR /&gt;   ip address 192.169.117.252 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;vlan 28&lt;BR /&gt;   untagged 17-20&lt;BR /&gt;   ip helper-address 192.169.115.200&lt;BR /&gt;   ip address 192.169.118.252 255.255.255.0&lt;BR /&gt;    exit&lt;BR /&gt;&lt;BR /&gt;vlan 29&lt;BR /&gt;   untagged 21-23&lt;BR /&gt;   ip address 192.168.119.252 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;&lt;BR /&gt;---------------&lt;BR /&gt;&lt;BR /&gt;and i try to connect single cable &lt;BR /&gt;CoreSW b19 --&amp;gt; Edge switch 1 port 24&lt;BR /&gt;CoreSW b20 --&amp;gt; edge switch 2 Port 24&lt;BR /&gt;CoreSW b21 --&amp;gt; edge switch 3 port 24&lt;BR /&gt;and so on...&lt;BR /&gt;&lt;BR /&gt;Please advice!&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 14 Sep 2010 14:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-vlan-conf-not-working-urgent/m-p/4686323#M23804</guid>
      <dc:creator>abousame</dc:creator>
      <dc:date>2010-09-14T14:29:16Z</dc:date>
    </item>
  </channel>
</rss>

