<?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 VOIP setup Procurve 2626 in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204141#M14360</link>
    <description>Also, any idea about how I should configure the uplink ports on the switches?</description>
    <pubDate>Mon, 26 May 2008 05:28:23 GMT</pubDate>
    <dc:creator>Joe Sheridan</dc:creator>
    <dc:date>2008-05-26T05:28:23Z</dc:date>
    <item>
      <title>VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204137#M14356</link>
      <description>Can someone point me in the right direction with this one? I have 4 Procurves and ShoreTel VOIP system. The system was originally setup with voice and data traffic on one network - 192.168.254.0. I want to separate the traffic. I have created a VLAN for the voice traffic (VLAN 10) and want to use the default VLAN for data traffic. I also want the two VLANs to communicate. The gateway for the default VLAN is the IP of our firewall 192.168.254.1. Some of the workstations and phones are stand-alone and some workstations are linked to an IP phone. I haven't assigned any ports or tested anything yet. I just want to get some guidance on how this should be properly configured. Here is a sample config of what I have so far. Please offer any suggestions or comments you may have.&lt;BR /&gt;Thx!&lt;BR /&gt;&lt;BR /&gt;HP ProCurve Switch#1 2626-PWR# sh run&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J8164A Configuration Editor; Created on release #H.08.60&lt;BR /&gt;&lt;BR /&gt;hostname "HP ProCurve Switch#1 2626-PWR"&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 1-26&lt;BR /&gt;   ip address dhcp-bootp&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   ip address 172.16.0.1 255.255.0.0&lt;BR /&gt;   qos priority 7&lt;BR /&gt;   ip helper-address 192.168.254.13&lt;BR /&gt;   exit</description>
      <pubDate>Sun, 25 May 2008 23:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204137#M14356</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-25T23:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204138#M14357</link>
      <description>hi joe you can make below config on your Procurve switch &lt;BR /&gt;and please careful listen to me &lt;BR /&gt;&lt;BR /&gt;1-you wirite on firewall ip route command&lt;BR /&gt;ip route 172.16.0.0 255.255.255.0 172.16.0.1&lt;BR /&gt;ip route 192.168.254.0 255.255.255.0 192.168.254.2&lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;2-you make config again dhcp server&lt;BR /&gt;scobe vlan 1 &lt;BR /&gt;ip address range 192.168.254.20.......250&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway :192.168.254.2&lt;BR /&gt;&lt;BR /&gt;scobe vlan 2&lt;BR /&gt;ip address range 172.16.0.20..........250&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway:172.16.0.1 &lt;BR /&gt;&lt;BR /&gt;dhcp server nic address must be 192.168.254.13&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default gateway 192.168.254.2&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;3-shore tel voip server config &lt;BR /&gt;&lt;BR /&gt;ip address 172.16.0.2&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway :172.16.0.2&lt;BR /&gt;priority 7&lt;BR /&gt;connect on switch interface 20&lt;BR /&gt;  &lt;BR /&gt;  ip phone config &lt;BR /&gt;vlan id 10 &lt;BR /&gt;dhcp enable &lt;BR /&gt;qos priority 7&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;example connect phone and pc&lt;BR /&gt;interface 1 :frist connect ip phone network plug and on ip phone pc plug connect to pc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ProCurve Switch 2626# conf&lt;BR /&gt;ProCurve Switch 2626(config)# vlan 1&lt;BR /&gt;ProCurve Switch 2626(vlan-1)# ip address 192.168.254.2/24&lt;BR /&gt;ProCurve Switch 2626(vlan-1)# vlan 10&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# voice&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# name voip&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# ip address 172.16.0.1 255.255.0.0&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# qos priority 7&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# ip helper-address 192.168.254.13&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# untag 20&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# tag 1-19,21-26&lt;BR /&gt;ProCurve Switch 2626(vlan-10)# ex&lt;BR /&gt;ProCurve Switch 2626(config)# ip routing&lt;BR /&gt;ProCurve Switch 2626(config)# ip route 0.0.0.0 0.0.0.0 192.168.254.1&lt;BR /&gt;ProCurve Switch 2626(config)# int 20&lt;BR /&gt;ProCurve Switch 2626(eth-20)# name shoretelvoipserver&lt;BR /&gt;ProCurve Switch 2626(eth-20)# wr mem&lt;BR /&gt;ProCurve Switch 2626(eth-20)# sh run&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J4900B Configuration Editor; Created on release #H.10.50&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve Switch 2626"&lt;BR /&gt;interface 20&lt;BR /&gt;   name "shoretelvoipserver"&lt;BR /&gt;exit&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 1-19,21-26&lt;BR /&gt;   ip address 192.168.254.2 255.255.255.0&lt;BR /&gt;   no untagged 20&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "voip"&lt;BR /&gt;   untagged 20&lt;BR /&gt;&lt;BR /&gt;in this way seperate broadcast two vlan for performance and priority 7 vlan 10 on netwrok and enable voip  vlan special feature has procurve two vlan connect each other vlan and internet.&lt;BR /&gt;&lt;BR /&gt;cenk....</description>
      <pubDate>Mon, 26 May 2008 02:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204138#M14357</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-26T02:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204139#M14358</link>
      <description>ip address 172.16.0.1 255.255.255.0&lt;BR /&gt;   qos priority 7&lt;BR /&gt;   ip helper-address 192.168.254.13&lt;BR /&gt;   tagged 1-19,21-26&lt;BR /&gt;   voice&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.254.1&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2008 02:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204139#M14358</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-26T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204140#M14359</link>
      <description>&lt;!--!*#--&gt;Thanks for the quick reply Cenk!&lt;BR /&gt;Below is the existing route on the firewall and the two new routes I would add. Does this look correct? &lt;BR /&gt;Also, wouldn't any ports that stand-alone workstations are connected to remain untagged?&lt;BR /&gt;thx...&lt;BR /&gt;&lt;BR /&gt;Src * Dest * Service * GW * Intface * Metric&lt;BR /&gt;Existing:&lt;BR /&gt;Any * 192.168.254.0 * Any * 0.0.0.0 *LAN * 20&lt;BR /&gt;&lt;BR /&gt;Add:&lt;BR /&gt;Any * 172.16.0.0 * Any * 172.16.0.1 * LAN* 20&lt;BR /&gt;Any * 192.168.254.0 *Any*192.168.254.2*LAN*20</description>
      <pubDate>Mon, 26 May 2008 04:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204140#M14359</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-26T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204141#M14360</link>
      <description>Also, any idea about how I should configure the uplink ports on the switches?</description>
      <pubDate>Mon, 26 May 2008 05:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204141#M14360</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-26T05:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204142#M14361</link>
      <description>ok joe new routing true &lt;BR /&gt;but no need you existing routing.&lt;BR /&gt;&lt;BR /&gt;router connect untag port on vlan 1&lt;BR /&gt;&lt;BR /&gt;yes you can connect to pc(alone) any port on switch (because all port (int20excep)vlan 1 untag member)&lt;BR /&gt;&lt;BR /&gt;yes you can connect to ip phone (alone) on switch (because all port vlan 10 tag )with set on ip phone vlan id &lt;BR /&gt;&lt;BR /&gt;cenk...........</description>
      <pubDate>Mon, 26 May 2008 05:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204142#M14361</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-26T05:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204143#M14362</link>
      <description>uplink port connect to other switch must be &lt;BR /&gt;&lt;BR /&gt;vlan 1 untag vlan 2 tag port and not assign ip address on other switch vlans &lt;BR /&gt;&lt;BR /&gt;my above config already int 26 uplink port&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cenk............</description>
      <pubDate>Mon, 26 May 2008 05:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204143#M14362</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-26T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204144#M14363</link>
      <description>Sounds good, Cenk. One last question, hopefully, what about the other three switches. If I don't assign them an IP address, how do I manage them? If I assign an IP address, VLAN 1 on that switch then has that IP.</description>
      <pubDate>Mon, 26 May 2008 19:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204144#M14363</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-26T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204145#M14364</link>
      <description>hi &lt;BR /&gt;I think you create different vlan for managemant on all switch &lt;BR /&gt;because no vlan 1 management vlan for default setings on switch vlan 1 only default vlan &lt;BR /&gt;&lt;BR /&gt;can you make create management vlan decrale vlan id with managemet-vlan command &lt;BR /&gt;&lt;BR /&gt;managemet vlan not routing cabability (for security)and isolated all other vlan &lt;BR /&gt;ultimate way connect switch for security&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for example &lt;BR /&gt;switch 1&lt;BR /&gt;(config)#vlan 20&lt;BR /&gt;config(vlan 20)#ip address 10.0.0.1/24&lt;BR /&gt;config(vlan 20)#exit&lt;BR /&gt;(config)#managemet-vlan 20&lt;BR /&gt;&lt;BR /&gt;switch 2&lt;BR /&gt;(config)#vlan 20&lt;BR /&gt;config(vlan 20)#ip address 10.0.0.2/24&lt;BR /&gt;config(vlan 20)#exit&lt;BR /&gt;(config)#managemet-vlan 20&lt;BR /&gt;&lt;BR /&gt;switch 3&lt;BR /&gt;(config)#vlan 20&lt;BR /&gt;config(vlan 20)#ip address 10.0.0.3/24&lt;BR /&gt;config(vlan 20)#exit&lt;BR /&gt;(config)#managemet-vlan 20</description>
      <pubDate>Mon, 26 May 2008 21:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204145#M14364</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-26T21:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204146#M14365</link>
      <description>Cent,&lt;BR /&gt;I have a ShoreGear 60/12 and a ShoreGear T1. Those should have the same port configuration as the ShoreTel server, correct?&lt;BR /&gt;Here is the configuration I have.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J8164A Configuration Editor; Created on release #H.08.60&lt;BR /&gt;&lt;BR /&gt;hostname "HP ProCurve Switch#1 2626-PWR"&lt;BR /&gt;interface 12&lt;BR /&gt;   name "ShoreGear-60/12"&lt;BR /&gt;exit&lt;BR /&gt;interface 16&lt;BR /&gt;   name "Sonicwall_Firewall"&lt;BR /&gt;exit&lt;BR /&gt;interface 22&lt;BR /&gt;   name "ShoreGear-T1"&lt;BR /&gt;exit&lt;BR /&gt;interface 23&lt;BR /&gt;   name "voipserver"&lt;BR /&gt;exit&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 1-11,13-21,24-26&lt;BR /&gt;   ip address 192.168.254.2 255.255.255.0&lt;BR /&gt;   no untagged 12,22-23&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   untagged 12,22-23&lt;BR /&gt;   ip address 172.16.0.1 255.255.0.0&lt;BR /&gt;   qos priority 7&lt;BR /&gt;   ip helper-address 192.168.254.13&lt;BR /&gt;   tagged 1-4,6,8-11,13,15,17-21,24-26&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.254.1</description>
      <pubDate>Tue, 27 May 2008 01:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204146#M14365</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-27T01:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204147#M14366</link>
      <description>Yep, it's working. &lt;BR /&gt;Thanks for all your help, Cenk. I couldn't have done it without your guidance.</description>
      <pubDate>Tue, 27 May 2008 04:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204147#M14366</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-27T04:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204148#M14367</link>
      <description>thanks joe &lt;BR /&gt;welcome</description>
      <pubDate>Tue, 27 May 2008 15:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204148#M14367</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-27T15:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204149#M14368</link>
      <description>Something to add that I just found out about is that the DHCP server's port needs to be set to no untag or forbid in the voice VLAN (I don't know if this applies to other HP switches). This comes straight from HP.</description>
      <pubDate>Thu, 29 May 2008 01:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204149#M14368</guid>
      <dc:creator>Joe Sheridan</dc:creator>
      <dc:date>2008-05-29T01:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN and VOIP setup Procurve 2626</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204150#M14369</link>
      <description>Cenk, could you help me with this?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1343256" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1343256&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2009 20:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-and-voip-setup-procurve-2626/m-p/4204150#M14369</guid>
      <dc:creator>MGaccess</dc:creator>
      <dc:date>2009-05-27T20:45:27Z</dc:date>
    </item>
  </channel>
</rss>

