<?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 2848 Vlan a routing in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551087#M20813</link>
    <description>should each vlan have a gateway for its segment?&lt;BR /&gt;&lt;BR /&gt;Example, IP: 192.168.121.1/24 Sub Net: 255.255.255.0 Gateway: 192.168.121.254&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Dec 2009 17:50:38 GMT</pubDate>
    <dc:creator>Noel De Sousa</dc:creator>
    <dc:date>2009-12-16T17:50:38Z</dc:date>
    <item>
      <title>Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551085#M20811</link>
      <description>I have two procurve 2848. We trunked 4 ports together and now would like to create vlans that will segment our network.&lt;BR /&gt;&lt;BR /&gt;my default segment is 192.168.120.0/24 the router is on 192.168.120.254.&lt;BR /&gt;&lt;BR /&gt;we like to have 4 more Vlans 192.168.121.0/24 (for wireless), 192.168.122.0/24 (for client acces), 192.168.123.0/24 (for client access), and 192.168.124.0/24 ( for Voip)&lt;BR /&gt;&lt;BR /&gt;how do i setup the routing? Also, the 192.168.121.0/24 should only have access to the internet.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551085#M20811</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-16T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551086#M20812</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The steps are :&lt;BR /&gt;&lt;BR /&gt;- Create the VLANs&lt;BR /&gt;&lt;BR /&gt;- Add an IP to each of the VLANs on the switch e.g. "vlan 2 ip add 192.168.121.1/24"&lt;BR /&gt;&lt;BR /&gt;- Add the helper address for your DHCP server to the VLAN : "vlan 2 ip helper address 192.168.xxx.xxx"&lt;BR /&gt;&lt;BR /&gt;- enable routing : "ip routing"&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2009 16:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551086#M20812</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2009-12-16T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551087#M20813</link>
      <description>should each vlan have a gateway for its segment?&lt;BR /&gt;&lt;BR /&gt;Example, IP: 192.168.121.1/24 Sub Net: 255.255.255.0 Gateway: 192.168.121.254&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2009 17:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551087#M20813</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-16T17:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551088#M20814</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not quite sure on what you mean, so I'll give you both answers :)&lt;BR /&gt;&lt;BR /&gt;Each VLAN will have a default gateway which will be the IP that you assign to the switch on that VLAN.&lt;BR /&gt;e.g.&lt;BR /&gt;Host_A = 192.168.121.20 (VLAN 2)&lt;BR /&gt;Default Gateway for Host_A = 192.168.121.254&lt;BR /&gt;Switch has "vlan 2 ip add 192.168.121.254/24"&lt;BR /&gt;&lt;BR /&gt;If you are talking about the default gateway on the switch then no, you can only assign one default gateway to the switch (and it doesn't live in the VLAN context). The default gateway on the switch should be the for the management IP on the switch, i.e. if the IP that you manage the switch on was 192.168.121.10 you would set "ip default-gateway 192.168.121.254"</description>
      <pubDate>Wed, 16 Dec 2009 18:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551088#M20814</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2009-12-16T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551089#M20815</link>
      <description>Oh and to do this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also, the 192.168.121.0/24 should only have&lt;BR /&gt;&amp;gt; access to the internet. &lt;BR /&gt;&lt;BR /&gt;you will need an ACL on that VLAN.</description>
      <pubDate>Wed, 16 Dec 2009 18:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551089#M20815</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2009-12-16T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551090#M20816</link>
      <description>for the Voip segment how do I set it up for all the client access ports?</description>
      <pubDate>Wed, 16 Dec 2009 19:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551090#M20816</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-16T19:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551091#M20817</link>
      <description>OK&lt;BR /&gt;nothing is working now!!!!!!&lt;BR /&gt;&lt;BR /&gt;this is what I have 2 procurve 2848. &lt;BR /&gt;&lt;BR /&gt;they are setup on 192.168.120.5/24 and 192.168.120.6/24.&lt;BR /&gt;&lt;BR /&gt;We need to trunked 6 ports together. &lt;BR /&gt;Port 39-44&lt;BR /&gt;&lt;BR /&gt;We need IP routing enable&lt;BR /&gt;&lt;BR /&gt;We need DHCP helper&lt;BR /&gt;&lt;BR /&gt;we need the follow:&lt;BR /&gt;Server   = VLAN 1   "192.168.120.0/24" &lt;BR /&gt;port 1 = router unlink switch 1&lt;BR /&gt;port 2-33 switch 1&lt;BR /&gt;port 1-33 switch 2&lt;BR /&gt;&lt;BR /&gt;Wireless = VLAN 121 "192.168.121.0/24" &lt;BR /&gt;port 34 switch 1&lt;BR /&gt;poer 34 switch 2&lt;BR /&gt;&lt;BR /&gt;Client1  = VLAN 122 "192.168.122.0/24"&lt;BR /&gt;Port 35 switch 1&lt;BR /&gt;Port 35 switch 2&lt;BR /&gt;&lt;BR /&gt;Client2  = VLAN 123 "192.168.123.0/24"&lt;BR /&gt;Port 36 switch 1&lt;BR /&gt;port 36 switch 2&lt;BR /&gt;&lt;BR /&gt;Service  = VLAN 124 "192.168.124.0/24"&lt;BR /&gt;Port 37 switch 1&lt;BR /&gt;Port 37 switch 2&lt;BR /&gt;&lt;BR /&gt;Voip     = VLAN 125 "192.168.125.0/24"&lt;BR /&gt;Port on port 35 - 36 switch 1&lt;BR /&gt;Port on port 35 - 36 switch 2&lt;BR /&gt;&lt;BR /&gt;I need ACL on the &lt;BR /&gt;Wireless = VLAN 121 "192.168.121.0/24" &lt;BR /&gt;port 34 switch 1&lt;BR /&gt;poer 34 switch 2&lt;BR /&gt;to only go to the internet</description>
      <pubDate>Mon, 21 Dec 2009 21:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551091#M20817</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-21T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551092#M20818</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It would be quicker to post up you current configs and we can take a look at those.</description>
      <pubDate>Mon, 21 Dec 2009 22:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551092#M20818</guid>
      <dc:creator>Mohammed Faiz</dc:creator>
      <dc:date>2009-12-21T22:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551093#M20819</link>
      <description>config on sw 1&lt;BR /&gt;hostname "########"&lt;BR /&gt;time timezone -5&lt;BR /&gt;interface 39&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 40&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 41&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 42&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 43&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 44&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;trunk 39-44 Trk1 Trunk&lt;BR /&gt;ip default-gateway 192.168.120.254&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "######" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "Server"&lt;BR /&gt;   ip address 192.168.120.6 255.255.255.0&lt;BR /&gt;   tagged 1-38,45-48,Trk1&lt;BR /&gt;vlan 121&lt;BR /&gt;   name "Wireless"&lt;BR /&gt;   untagged 45-46&lt;BR /&gt;   ip address 192.168.121.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;vlan 122&lt;BR /&gt;   name "Client1"&lt;BR /&gt;   ip address 192.168.122.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;vlan 123&lt;BR /&gt;   name "Client2"&lt;BR /&gt;   ip address 192.168.123.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;vlan 125&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   ip address 192.168.125.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;vlan 124&lt;BR /&gt;   name "Service"&lt;BR /&gt;   ip address 192.168.124.254 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;stack commander "CORE"&lt;BR /&gt;stack member 1 mac-address 00156041f3c0&lt;BR /&gt;spanning-tree Trk1 priority 4</description>
      <pubDate>Tue, 22 Dec 2009 14:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551093#M20819</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-22T14:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551094#M20820</link>
      <description>config sw 2&lt;BR /&gt;hostname "@@@@@@@"&lt;BR /&gt;time timezone -5&lt;BR /&gt;interface 39&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 40&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 41&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 42&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 43&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 44&lt;BR /&gt;   flow-control&lt;BR /&gt;   speed-duplex auto-1000&lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;trunk 39-44 Trk1 Trunk&lt;BR /&gt;ip default-gateway 192.168.120.254&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "@@@@@@" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "Server"&lt;BR /&gt;   ip address 192.168.120.5 255.255.255.0&lt;BR /&gt;   no untagged 1-38,45-48,Trk1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 121&lt;BR /&gt;   name "Wireless"&lt;BR /&gt;   untagged 1-38,45-48,Trk1&lt;BR /&gt;   ip address 192.168.121.253 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;vlan 122&lt;BR /&gt;   name "Client1"&lt;BR /&gt;   ip address 192.168.122.253 255.255.255.0&lt;BR /&gt;   tagged Trk1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 123&lt;BR /&gt;   name "Client2"&lt;BR /&gt;   ip address 192.168.123.253 255.255.255.0&lt;BR /&gt;   tagged Trk1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 124&lt;BR /&gt;   name "Service"&lt;BR /&gt;   ip address 192.168.124.253 255.255.255.0&lt;BR /&gt;   tagged Trk1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 125&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   ip address 192.168.125.253 255.255.255.0&lt;BR /&gt;   tagged Trk1&lt;BR /&gt;   exit&lt;BR /&gt;stack join 001560018300&lt;BR /&gt;spanning-tree Trk1 priority 4</description>
      <pubDate>Tue, 22 Dec 2009 15:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551094#M20820</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-22T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve 2848 Vlan a routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551095#M20821</link>
      <description>this is the configuration from both Switches:&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J4904A Configuration Editor; Created on release #I.10.77&lt;BR /&gt;&lt;BR /&gt;hostname "NJHQSWSVR1" &lt;BR /&gt;time timezone -5 &lt;BR /&gt;console baud-rate 115200 &lt;BR /&gt;interface 37 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 38 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 39 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 40 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 41 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 42 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 43 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 44 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;trunk 37-44 Trk1 LACP &lt;BR /&gt;ip default-gateway 192.168.120.254 &lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "GloryHQ" Unrestricted &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "Server" &lt;BR /&gt;   untagged 1-36,45-48,Trk1 &lt;BR /&gt;   ip address 192.168.120.5 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 121 &lt;BR /&gt;   name "Wireless" &lt;BR /&gt;   ip address 192.168.121.254 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 32,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 122 &lt;BR /&gt;   name "Client1" &lt;BR /&gt;   ip address 192.168.122.254 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 33,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 123 &lt;BR /&gt;   name "Client2" &lt;BR /&gt;   ip address 192.168.123.254 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 34,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 125 &lt;BR /&gt;   name "VOIP" &lt;BR /&gt;   ip address 192.168.125.254 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 33-34,36,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 124 &lt;BR /&gt;   name "Service" &lt;BR /&gt;   ip address 192.168.124.254 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 35,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;stack commander "CORE" &lt;BR /&gt;stack auto-grab &lt;BR /&gt;stack member 1 mac-address 00156041f3c0 &lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;******&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J4904A Configuration Editor; Created on release #I.10.77&lt;BR /&gt;&lt;BR /&gt;hostname "NJHQSWSRV2" &lt;BR /&gt;time timezone -5 &lt;BR /&gt;interface 37 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 38 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 39 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 40 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 41 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 42 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 43 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;interface 44 &lt;BR /&gt;   no lacp&lt;BR /&gt;exit&lt;BR /&gt;trunk 37-44 Trk1 LACP &lt;BR /&gt;ip default-gateway 192.168.120.254 &lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "GloryHQ" Unrestricted &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "Server" &lt;BR /&gt;   untagged 1-36,45-48,Trk1 &lt;BR /&gt;   ip address 192.168.120.6 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 121 &lt;BR /&gt;   name "Wireless" &lt;BR /&gt;   ip address 192.168.121.253 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 32,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 122 &lt;BR /&gt;   name "Client1" &lt;BR /&gt;   ip address 192.168.122.253 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 33,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 123 &lt;BR /&gt;   name "Client2" &lt;BR /&gt;   ip address 192.168.123.253 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 34,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 124 &lt;BR /&gt;   name "Service" &lt;BR /&gt;   ip address 192.168.124.253 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 35,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 125 &lt;BR /&gt;   name "VOIP" &lt;BR /&gt;   ip address 192.168.125.253 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.120.213 &lt;BR /&gt;   tagged 33-34,36,Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;stack join 001560018300 &lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-2848-vlan-a-routing/m-p/4551095#M20821</guid>
      <dc:creator>Noel De Sousa</dc:creator>
      <dc:date>2009-12-23T15:05:28Z</dc:date>
    </item>
  </channel>
</rss>

