<?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: VLANing my network in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlaning-my-network/m-p/4538078#M20593</link>
    <description>nowadays many big network sperate vlan's &lt;BR /&gt;vlan izolate broadcast domain for system performance and security &lt;BR /&gt;&lt;BR /&gt;How should we do well ?&lt;BR /&gt;&lt;BR /&gt;your network have one core switch 5308xl &lt;BR /&gt;as for me this switch must have main router on network all other switches running must be only L2 operation.&lt;BR /&gt;&lt;BR /&gt;all vlan's know core switch other edge switch know only own vlan &lt;BR /&gt;&lt;BR /&gt;fristly you must have create one managemet vlan on network switch for security switch management &lt;BR /&gt;&lt;BR /&gt;secondly create server vlan on core switch and connect all server this vlan &lt;BR /&gt;&lt;BR /&gt;thirdly cerate internet vlan on core switch and connect internet firewall or internet router (gateway)on this vlan &lt;BR /&gt;&lt;BR /&gt;later must have other user group vlan on core switch &lt;BR /&gt;&lt;BR /&gt;if you want building base sperate you network  you need very simple config.&lt;BR /&gt;&lt;BR /&gt;plese to examine carefully my example core switch config.&lt;BR /&gt;&lt;BR /&gt;*int A18-A24 uplink port for edge switch connection&lt;BR /&gt;*dhcp server ip address 10.0.30.10 and resiade server vlan &lt;BR /&gt;*internet router connect int A1 in internet vlan &lt;BR /&gt;*all server connect server vlan int A2 to A10&lt;BR /&gt;*all other vlan avare core switch for routing between vlan's&lt;BR /&gt;I prefer a class network address it does not matter  &lt;BR /&gt;to important vlan's must have diffrent network address  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;&lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "management" &lt;BR /&gt;   untagged A11-A24 &lt;BR /&gt;   ip address 10.0.10.1 255.255.255.0&lt;BR /&gt;   no untagged A2-A24 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "internet" &lt;BR /&gt;   untagged A1 &lt;BR /&gt;   ip address 10.0.20.1 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 3 &lt;BR /&gt;   name "server" &lt;BR /&gt;   untagged A2-A10 &lt;BR /&gt;   ip address 10.0.30.1 255.255.255.0&lt;BR /&gt;   exit &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.40.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 5&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.50.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit&lt;BR /&gt;vlan 6&lt;BR /&gt;   name "build 3" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.60.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10&lt;BR /&gt;   exit&lt;BR /&gt;vlan 7&lt;BR /&gt;   name "build 4" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.70.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10&lt;BR /&gt;   exit&lt;BR /&gt;vlan 8&lt;BR /&gt;   name "build 5" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.80.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit  &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 6" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.90.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit   &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.0.20.2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now to exemine edge swich config&lt;BR /&gt;very simple config switch avare own vlan and managemet vlan &lt;BR /&gt;this ip address for only managemet&lt;BR /&gt;no need ip routing no need user vlan ip address because all user connect to core switch/router  &lt;BR /&gt;&lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "management" &lt;BR /&gt;   untagged A26 &lt;BR /&gt;   ip address 10.0.10.2 255.255.255.0&lt;BR /&gt;   no untagged 1-25 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   untagged 1-25&lt;BR /&gt;   tagged 26 &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;finally true vlan configuration to gain performance and security your network &lt;BR /&gt;&lt;BR /&gt;it does not matter ip class a,b or c   &lt;BR /&gt;to important vlan's must have diffrent network address  and true configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Nov 2009 18:52:26 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2009-11-23T18:52:26Z</dc:date>
    <item>
      <title>VLANing my network</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlaning-my-network/m-p/4538077#M20592</link>
      <description>I have about 200 devices &lt;BR /&gt;across 6 buildings. I have noticed alot of broadcast traffic and want to improve performance.&lt;BR /&gt;I was looking at implementing vlans and group the vlans by building. I already have one vlan for our bluesocket wireless system.&lt;BR /&gt;&lt;BR /&gt;I have as our core switch where one building and our servers/router/etc are attached to a HP Procurve 5308xl&lt;BR /&gt;in our other buildings there is one procurve 4108gl and the rest are 2800 series.&lt;BR /&gt;&lt;BR /&gt;I was also thinking about subnetting as well. We currently have a class c block of addresses, but i was considering putting each building on private ip so we wouldnt have to renumber if we switch isps again. (and to have additional ip addresses if we add more deviceS).&lt;BR /&gt;&lt;BR /&gt;Can soneone give me some guidance on how i would pull off first the VLAN and then subnetting?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ed</description>
      <pubDate>Mon, 23 Nov 2009 01:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlaning-my-network/m-p/4538077#M20592</guid>
      <dc:creator>Eddie Walker</dc:creator>
      <dc:date>2009-11-23T01:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: VLANing my network</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlaning-my-network/m-p/4538078#M20593</link>
      <description>nowadays many big network sperate vlan's &lt;BR /&gt;vlan izolate broadcast domain for system performance and security &lt;BR /&gt;&lt;BR /&gt;How should we do well ?&lt;BR /&gt;&lt;BR /&gt;your network have one core switch 5308xl &lt;BR /&gt;as for me this switch must have main router on network all other switches running must be only L2 operation.&lt;BR /&gt;&lt;BR /&gt;all vlan's know core switch other edge switch know only own vlan &lt;BR /&gt;&lt;BR /&gt;fristly you must have create one managemet vlan on network switch for security switch management &lt;BR /&gt;&lt;BR /&gt;secondly create server vlan on core switch and connect all server this vlan &lt;BR /&gt;&lt;BR /&gt;thirdly cerate internet vlan on core switch and connect internet firewall or internet router (gateway)on this vlan &lt;BR /&gt;&lt;BR /&gt;later must have other user group vlan on core switch &lt;BR /&gt;&lt;BR /&gt;if you want building base sperate you network  you need very simple config.&lt;BR /&gt;&lt;BR /&gt;plese to examine carefully my example core switch config.&lt;BR /&gt;&lt;BR /&gt;*int A18-A24 uplink port for edge switch connection&lt;BR /&gt;*dhcp server ip address 10.0.30.10 and resiade server vlan &lt;BR /&gt;*internet router connect int A1 in internet vlan &lt;BR /&gt;*all server connect server vlan int A2 to A10&lt;BR /&gt;*all other vlan avare core switch for routing between vlan's&lt;BR /&gt;I prefer a class network address it does not matter  &lt;BR /&gt;to important vlan's must have diffrent network address  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;&lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "management" &lt;BR /&gt;   untagged A11-A24 &lt;BR /&gt;   ip address 10.0.10.1 255.255.255.0&lt;BR /&gt;   no untagged A2-A24 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "internet" &lt;BR /&gt;   untagged A1 &lt;BR /&gt;   ip address 10.0.20.1 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 3 &lt;BR /&gt;   name "server" &lt;BR /&gt;   untagged A2-A10 &lt;BR /&gt;   ip address 10.0.30.1 255.255.255.0&lt;BR /&gt;   exit &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.40.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 5&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.50.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit&lt;BR /&gt;vlan 6&lt;BR /&gt;   name "build 3" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.60.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10&lt;BR /&gt;   exit&lt;BR /&gt;vlan 7&lt;BR /&gt;   name "build 4" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.70.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10&lt;BR /&gt;   exit&lt;BR /&gt;vlan 8&lt;BR /&gt;   name "build 5" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.80.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit  &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 6" &lt;BR /&gt;   tagged A18-A24 &lt;BR /&gt;   ip address 10.0.90.1 255.255.255.0 &lt;BR /&gt;   ip-helper address 10.0.30.10 &lt;BR /&gt;   exit   &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.0.20.2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now to exemine edge swich config&lt;BR /&gt;very simple config switch avare own vlan and managemet vlan &lt;BR /&gt;this ip address for only managemet&lt;BR /&gt;no need ip routing no need user vlan ip address because all user connect to core switch/router  &lt;BR /&gt;&lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "management" &lt;BR /&gt;   untagged A26 &lt;BR /&gt;   ip address 10.0.10.2 255.255.255.0&lt;BR /&gt;   no untagged 1-25 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 4&lt;BR /&gt;   name "build 1" &lt;BR /&gt;   untagged 1-25&lt;BR /&gt;   tagged 26 &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;finally true vlan configuration to gain performance and security your network &lt;BR /&gt;&lt;BR /&gt;it does not matter ip class a,b or c   &lt;BR /&gt;to important vlan's must have diffrent network address  and true configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Nov 2009 18:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlaning-my-network/m-p/4538078#M20593</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-11-23T18:52:26Z</dc:date>
    </item>
  </channel>
</rss>

