<?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: Different gatways for different VLANS in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822311#M8457</link>
    <description>Yep, that will be a problem then.  I'll look to see if the sonicwall can do the job.&lt;BR /&gt;&lt;BR /&gt;What about blocking certain vlans from other vlans, can you do that?  Basically, if I have dorms on VLAN 1 and Labs on VLAN2, can I keep VLAN 1 from seeing VLAN 2 on the 5308?  I'm asking before I researched it, so I apologize.  &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Grant&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Jul 2006 19:07:38 GMT</pubDate>
    <dc:creator>Grant Carmichael</dc:creator>
    <dc:date>2006-07-12T19:07:38Z</dc:date>
    <item>
      <title>Different gatways for different VLANS</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822308#M8454</link>
      <description>Now that I've got the 5308xl routing across VLANS, I'm planning to bring more VLANS onto the switch.  However, I'd like the new VLANS to be routed to a different gateway than the existing VLANS.  That's because we have two separate physical networks.  When we move to a contiguous network, I'll have all the VLANS pointing to one gateway.&lt;BR /&gt;&lt;BR /&gt;So, is it possible on a 5308 to have 2 gateways and have traffic routed based on their VLAN.  If so, can you point me to any documentation?  If not, I guess I could always let our sonicwall device route to different gateways based on subnets?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help! =)&lt;BR /&gt;&lt;BR /&gt;Grant&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jul 2006 11:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822308#M8454</guid>
      <dc:creator>Grant Carmichael</dc:creator>
      <dc:date>2006-07-12T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Different gatways for different VLANS</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822309#M8455</link>
      <description>yes... you can have it route based on subnet&lt;BR /&gt;in the menu under IP config, enable IP routing... note this will kick everyone off the network, so I would console into the swtich or make sure you are on the same subnet as the switch before doing this.&lt;BR /&gt;then go to the command line and go into configure terminal and add:&lt;BR /&gt;ip route "subnet" "mask" "gateway" ie ip route 0.0.0.0 0.0.0.0 192.168.1.254 (it is good to have a 0.0.0.0, this is a catch all for any unknown/ outbound traffic&lt;BR /&gt;then add a route for each subnet&lt;BR /&gt;ie&lt;BR /&gt;vlan 1 uses 172.24.192.0 ip range&lt;BR /&gt;ip route 172.24.192.0 255.255.255.0 172.24.192.254&lt;BR /&gt;vlan 2 uses 10.100.0.0 ip range&lt;BR /&gt;ip route 10.100.0.0 255.255.0.0 10.100.255.254&lt;BR /&gt;I have heard rumors that adding a lot of static routes on many of the HP switches can cause a lot of CPU load... especially with the 2600's.&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 12 Jul 2006 14:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822309#M8455</guid>
      <dc:creator>RobB_8</dc:creator>
      <dc:date>2006-07-12T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Different gatways for different VLANS</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822310#M8456</link>
      <description>It also depends on if you're routing to a known destination or not.&lt;BR /&gt;&lt;BR /&gt;For example, if for both of these VLANs they require internet access through different gateways, you'll need a default route 0.0.0.0 for each, this is not possible on the 5300xl.&lt;BR /&gt;&lt;BR /&gt;Maybe your sonicwall can do some form of load sharing or Policy Based Routing which is what you need.&lt;BR /&gt;&lt;BR /&gt;You may want to have a look through this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1022139" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1022139&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jul 2006 17:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822310#M8456</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-07-12T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Different gatways for different VLANS</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822311#M8457</link>
      <description>Yep, that will be a problem then.  I'll look to see if the sonicwall can do the job.&lt;BR /&gt;&lt;BR /&gt;What about blocking certain vlans from other vlans, can you do that?  Basically, if I have dorms on VLAN 1 and Labs on VLAN2, can I keep VLAN 1 from seeing VLAN 2 on the 5308?  I'm asking before I researched it, so I apologize.  &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Grant&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jul 2006 19:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822311#M8457</guid>
      <dc:creator>Grant Carmichael</dc:creator>
      <dc:date>2006-07-12T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Different gatways for different VLANS</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822312#M8458</link>
      <description>Yes that is possible using Access Control Lists on the 5300xl. If you can attach your running config here (remove any sensitive information like public IP address, and SNMP community names), then someone can probably make some ACL recommendations to achieve what you're after.</description>
      <pubDate>Wed, 12 Jul 2006 19:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/different-gatways-for-different-vlans/m-p/3822312#M8458</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-07-12T19:38:34Z</dc:date>
    </item>
  </channel>
</rss>

