<?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: Beginner VLAN setup in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194736#M14181</link>
    <description>you make other switch same vlan config and connect each switch uplink port you make set vlan 1 untag port and all other vlan tag port&lt;BR /&gt;&lt;BR /&gt;no need ip address other switch on vlan only assign vlan 1 ip address other switch &lt;BR /&gt;&lt;BR /&gt;cenk</description>
    <pubDate>Wed, 28 May 2008 04:17:52 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2008-05-28T04:17:52Z</dc:date>
    <item>
      <title>Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194728#M14173</link>
      <description>I'm new to this VLAN stuff; I understand the concept, but I've yet to master the execution.  &lt;BR /&gt;&lt;BR /&gt;I have a 2626, which I want to have 3 VLANs.  I want VLAN A and B to be able to talk to each other, but I want VLAN C to be separate.  I want all the VLANs to be able to route to the Internet.  &lt;BR /&gt;&lt;BR /&gt;How do I do this?</description>
      <pubDate>Fri, 09 May 2008 01:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194728#M14173</guid>
      <dc:creator>hmaa</dc:creator>
      <dc:date>2008-05-09T01:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194729#M14174</link>
      <description>hi ..&lt;BR /&gt;you can see carefull below config&lt;BR /&gt;&lt;BR /&gt;1-create vlans &lt;BR /&gt;(config)#vlan 1&lt;BR /&gt;config(vlan1)#ip address  100.100.101.1/24&lt;BR /&gt;config(vlan1)#untag 1-10&lt;BR /&gt;config(vlan1)#vlan 2&lt;BR /&gt;config(vlan2)#ip address 100.100.102.1/24&lt;BR /&gt;config(vlan2)#untag 11-16&lt;BR /&gt;sw config(vlan2)#vlan 3&lt;BR /&gt;sw config(vlan3)#ip address 100.100.103.1/24&lt;BR /&gt;sw config(vlan3)#untag 17-20&lt;BR /&gt;sw config(vlan3)ex&lt;BR /&gt;sw (config)#&lt;BR /&gt;&lt;BR /&gt;we create tree vlans on your system this vlans we make write ip routing commnad for internet and vlans between connection&lt;BR /&gt;&lt;BR /&gt;sw(config)#ip routing &lt;BR /&gt;sw(config)#ip route 0.0.0.0 0.0.0.0 100.100.101.10(this ip address your internet router lan interface)&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;FOR Ä°NTERNET ROUTER-------------------------------------------&lt;BR /&gt;and your internet router you make write ip route command&lt;BR /&gt;&lt;BR /&gt;introute:100.100.101.0 255.255.255.0 100.100.101.1&lt;BR /&gt;introute:100.100.102.0 255.255.255.0 100.100.102.1&lt;BR /&gt;introute:100.100.103.0 255.255.255.0 100.100.103.1 &lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;all vlans connect between and internet&lt;BR /&gt;&lt;BR /&gt;now sperate vlan 3 other vlans &lt;BR /&gt;if you have switch 2610 we can make ACL command but you have switch 2626 therefore&lt;BR /&gt;we make filter-port &lt;BR /&gt;filter port command seperate one or more port each ohter port &lt;BR /&gt;vlan 3 port 17-20 ;this port separete all port only internet router port permit.&lt;BR /&gt;&lt;BR /&gt;good luck... &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2008 09:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194729#M14174</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-09T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194730#M14175</link>
      <description>not :  vlan1 in reside client become ip address with vlan1 same network and defaut gateway vlan 1 ip address &lt;BR /&gt;&lt;BR /&gt;example :&lt;BR /&gt;vlan1 user&lt;BR /&gt;ip add :100.100.101.10&lt;BR /&gt;subnet must:255.255.255.0&lt;BR /&gt;defaultgateway:100.100.101.1</description>
      <pubDate>Fri, 09 May 2008 15:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194730#M14175</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-09T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194731#M14176</link>
      <description>So the default gateway of a client is the web management IP of the switch for that VLAN?  &lt;BR /&gt;&lt;BR /&gt;Also, which port would I use to link to the router?  And would that be untagged as part of the DEFAULT_VLAN?&lt;BR /&gt;&lt;BR /&gt;In addition, if I had two switches instead of one, would I just copy the VLAN setup to the other switch or would I have to modify something?</description>
      <pubDate>Fri, 09 May 2008 17:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194731#M14176</guid>
      <dc:creator>hmaa</dc:creator>
      <dc:date>2008-05-09T17:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194732#M14177</link>
      <description>So the default gateway of a client is the web management IP of the switch for that VLAN? &lt;BR /&gt;&lt;BR /&gt;yess default vlan for switch management this ip wep manegemet,telnet connection same ip address vlan member client default gateway.&lt;BR /&gt;&lt;BR /&gt;if you want not use default vlan for client traffic for only managemet. &lt;BR /&gt;------------------------------------------- &lt;BR /&gt;Also, which port would I use to link to the router?&lt;BR /&gt;&lt;BR /&gt;above configuration you use vlan 1 untag port connect to the router.&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;In addition, if I had two switches instead of one, would I just copy the VLAN setup to the other switch or would I have to modify something? &lt;BR /&gt;&lt;BR /&gt;not make copy vlan config for other switch &lt;BR /&gt;because vlan config very easy and each switch needed possible different vlan config &lt;BR /&gt;you carefull each switch uplink port each uplink port must be default vlan untag and  other vlan tag member</description>
      <pubDate>Sat, 10 May 2008 08:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194732#M14177</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-10T08:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194733#M14178</link>
      <description>VLAN A would untag port 1, but would VLAN B and VLAN C tag port 1 since that's the port that will be connecting to the router for Internet access?</description>
      <pubDate>Thu, 15 May 2008 01:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194733#M14178</guid>
      <dc:creator>hmaa</dc:creator>
      <dc:date>2008-05-15T01:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194734#M14179</link>
      <description>yes tag port carry vlan information ;you use vlan avare ethernet interface(ip phone ,printer,computer etc.)connect this vlan and make ip routing .</description>
      <pubDate>Thu, 15 May 2008 04:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194734#M14179</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-15T04:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194735#M14180</link>
      <description>If I connect other switches to this switch with the VLANs, do those other switches need to have the VLANs configured to pass the traffic through?</description>
      <pubDate>Wed, 28 May 2008 00:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194735#M14180</guid>
      <dc:creator>hmaa</dc:creator>
      <dc:date>2008-05-28T00:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner VLAN setup</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194736#M14181</link>
      <description>you make other switch same vlan config and connect each switch uplink port you make set vlan 1 untag port and all other vlan tag port&lt;BR /&gt;&lt;BR /&gt;no need ip address other switch on vlan only assign vlan 1 ip address other switch &lt;BR /&gt;&lt;BR /&gt;cenk</description>
      <pubDate>Wed, 28 May 2008 04:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginner-vlan-setup/m-p/4194736#M14181</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-05-28T04:17:52Z</dc:date>
    </item>
  </channel>
</rss>

