<?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: Routing with (2) 2848s in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412042#M18422</link>
    <description>do you want the two locations connected on L2 or L3?&lt;BR /&gt;&lt;BR /&gt;L2:&lt;BR /&gt;location #1 switch does all the routing;&lt;BR /&gt;location #2 switch only needs address for management&lt;BR /&gt;- location #1 switch&lt;BR /&gt;-- configure two vlans&lt;BR /&gt;-- assign ip adress in both vlan's&lt;BR /&gt;-- enable routing&lt;BR /&gt;"ip routing"&lt;BR /&gt;-- configure default gateway to firewall.&lt;BR /&gt;"ip route 0.0.0.0 0.0.0.0 192.168.1.2"&lt;BR /&gt;- both switches configure connecting port as "tagged" for the two vlans.&lt;BR /&gt;- clients in each vlan configure default-gateway address to switch-adress in respective vlan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;L3:&lt;BR /&gt;the 2848 can take over the routing function.&lt;BR /&gt;on both locations&lt;BR /&gt;- config vlan1 with the local ip adress of the original router,&lt;BR /&gt;- config the connected port with the ip-address of the original router (no vlan's but routing port)&lt;BR /&gt;- enable routing&lt;BR /&gt;- configure default gateways at both ends.&lt;BR /&gt;= location #2 clients to local switch&lt;BR /&gt;= location #2 switch to location #1 switch&lt;BR /&gt;= location #1 switch to firewall&lt;BR /&gt;= location #1 clients to local switch.&lt;BR /&gt;= firewall (if not allready present) add static route to location#2 subnet ponting to location #1 switch&lt;BR /&gt;= location #1 switch add static route to location#2 subnet pointing to location#2 switch (connecting port)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 04 May 2009 08:53:14 GMT</pubDate>
    <dc:creator>Pieter 't Hart</dc:creator>
    <dc:date>2009-05-04T08:53:14Z</dc:date>
    <item>
      <title>Routing with (2) 2848s</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412040#M18420</link>
      <description>I currently have two locations connected by a pair of Cisco routers. I want to drop the routers, and connect the two locations with two 2848’s via fiber. I’ve tried several different configurations, and cannot get it to work…so I thought that I would start at the beginning.&lt;BR /&gt;&lt;BR /&gt;The Internet gateway is at location #1. There are servers at each location that must be accessed by both locations.&lt;BR /&gt;&lt;BR /&gt;Location #1&lt;BR /&gt;Router 192.168.1.1&lt;BR /&gt;192.168.1.X&lt;BR /&gt;Firewall 192.168.1.2&lt;BR /&gt;&lt;BR /&gt;Location #2&lt;BR /&gt;Router 192.168.2.1&lt;BR /&gt;192.168.2.X&lt;BR /&gt;&lt;BR /&gt;What is the most efficient configuration?&lt;BR /&gt;</description>
      <pubDate>Sun, 03 May 2009 17:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412040#M18420</guid>
      <dc:creator>adexmark</dc:creator>
      <dc:date>2009-05-03T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with (2) 2848s</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412041#M18421</link>
      <description>1. create two vlans for the two net's&lt;BR /&gt;2. set default route on location 1 to 192.168.1.2&lt;BR /&gt;3. set default route on location 2 to 192.168.1.1</description>
      <pubDate>Mon, 04 May 2009 08:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412041#M18421</guid>
      <dc:creator>Reto Krucker</dc:creator>
      <dc:date>2009-05-04T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with (2) 2848s</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412042#M18422</link>
      <description>do you want the two locations connected on L2 or L3?&lt;BR /&gt;&lt;BR /&gt;L2:&lt;BR /&gt;location #1 switch does all the routing;&lt;BR /&gt;location #2 switch only needs address for management&lt;BR /&gt;- location #1 switch&lt;BR /&gt;-- configure two vlans&lt;BR /&gt;-- assign ip adress in both vlan's&lt;BR /&gt;-- enable routing&lt;BR /&gt;"ip routing"&lt;BR /&gt;-- configure default gateway to firewall.&lt;BR /&gt;"ip route 0.0.0.0 0.0.0.0 192.168.1.2"&lt;BR /&gt;- both switches configure connecting port as "tagged" for the two vlans.&lt;BR /&gt;- clients in each vlan configure default-gateway address to switch-adress in respective vlan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;L3:&lt;BR /&gt;the 2848 can take over the routing function.&lt;BR /&gt;on both locations&lt;BR /&gt;- config vlan1 with the local ip adress of the original router,&lt;BR /&gt;- config the connected port with the ip-address of the original router (no vlan's but routing port)&lt;BR /&gt;- enable routing&lt;BR /&gt;- configure default gateways at both ends.&lt;BR /&gt;= location #2 clients to local switch&lt;BR /&gt;= location #2 switch to location #1 switch&lt;BR /&gt;= location #1 switch to firewall&lt;BR /&gt;= location #1 clients to local switch.&lt;BR /&gt;= firewall (if not allready present) add static route to location#2 subnet ponting to location #1 switch&lt;BR /&gt;= location #1 switch add static route to location#2 subnet pointing to location#2 switch (connecting port)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2009 08:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412042#M18422</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-05-04T08:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with (2) 2848s</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412043#M18423</link>
      <description>Where did I go wrong?&lt;BR /&gt;&lt;BR /&gt;Location #1&lt;BR /&gt;&lt;BR /&gt;Routing enabled&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.1.2&lt;BR /&gt;&lt;BR /&gt;Vlan1&lt;BR /&gt;Untagged 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Vlan2&lt;BR /&gt;No 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;192.168.2.2&lt;BR /&gt;&lt;BR /&gt;Location #2&lt;BR /&gt;&lt;BR /&gt;Routing enabled&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Vlan1&lt;BR /&gt;No 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;192.168.1.3&lt;BR /&gt;&lt;BR /&gt;Vlan2&lt;BR /&gt;Untagged 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;192.168.2.1&lt;BR /&gt;&lt;BR /&gt;Clients at Location #2 cannot reach 192.168.1.2?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2009 10:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412043#M18423</guid>
      <dc:creator>adexmark</dc:creator>
      <dc:date>2009-05-04T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with (2) 2848s</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412044#M18424</link>
      <description>there is nothing in this switch config really wrong, so it must be outside these switches.&lt;BR /&gt;&lt;BR /&gt;I would suggest this as total setup.&lt;BR /&gt;============================================&lt;BR /&gt;Location #1&lt;BR /&gt;&lt;BR /&gt;ip routing&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.2&lt;BR /&gt;Vlan1&lt;BR /&gt;Untagged 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;Vlan2&lt;BR /&gt;No 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;ip address 192.168.2.2 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;Location #2&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;ip routing&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1&lt;BR /&gt;can/should be removed because this switch is not really routing&lt;BR /&gt;)&lt;BR /&gt;Vlan1&lt;BR /&gt;No 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;(ip address 192.168.1.3 255.255.255.0 only for management)&lt;BR /&gt;Vlan2&lt;BR /&gt;Untagged 1-47&lt;BR /&gt;Tagged 48&lt;BR /&gt;(ip address 192.168.2.1 255.255.255.0 only for management)&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;I think one of this settings is what goes wrong:&lt;BR /&gt;&lt;BR /&gt;Clients at Location #1&lt;BR /&gt;must have the default gateway set to 192.168.1.1&lt;BR /&gt;Clients at Location #2&lt;BR /&gt;must have the default gateway set to 192.168.2.2&lt;BR /&gt;firewall at location #1&lt;BR /&gt;must know the route back to 192.168.2.0&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 192.168.1.1&lt;BR /&gt;must accept incomming traffic from 192.168.2.0 (firewall rules)&lt;BR /&gt;&lt;BR /&gt;test with ping&lt;BR /&gt;- from 192.168.2.x to 192.168.2.2&lt;BR /&gt;- from 192.168.2.x to 192.168.1.1&lt;BR /&gt; to test only routing without being concerned about firewall rules&lt;BR /&gt;- from 192.168.2.x to 192.168.1.2&lt;BR /&gt;&lt;BR /&gt;you can also use "tracert 192.168.1.2" to see if data is routed at switch-1.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2009 10:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-with-2-2848s/m-p/4412044#M18424</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-05-04T10:55:03Z</dc:date>
    </item>
  </channel>
</rss>

