<?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: How to setup a network with 2 ISP?? in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042138#M1313</link>
    <description>You could easily use a cisco 2600 series for this type of connection. The 2600 router comes with removeable cards, you could use serial cards or Fastethernet cards(Usually has 4 ports to use). It depends on the type of connection your using with the ISP(CSU/DSU or ethernet connection). Connect both ISP connections to the router and subnet your office. For instance the Accounting, Billing, Executive offices are on one subnet and Mail, HR etc are another subnet or like the response above use the second ISP for load balancing, but you can do it on one router. After the router you can use your 3com or buy a cisco switch. The cisco switch will help to avoid broadcast and/or collisions. Setup VLANS for different depts if necessary. For example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Serial 0&lt;BR /&gt;description ISP #1&lt;BR /&gt;ip address 10.1.1.1 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;Serial 1&lt;BR /&gt;description ISP #2&lt;BR /&gt;ip address 10.2.1.1 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fastetherent0/0&lt;BR /&gt;description LAN for ISP #1&lt;BR /&gt;ip address 192.1.1.1 255.255.254.0&lt;BR /&gt;ip address 192.1.2.1 255.255.254.0 secondary&lt;BR /&gt;&lt;BR /&gt;Fastethernet0/1&lt;BR /&gt;description LAN for ISP #2&lt;BR /&gt;ip address 172.1.1.1 255.255.254.0&lt;BR /&gt;ip address 172.1.2.1 255.255.254.0 secondary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The subnets for the two Fastethernet gives you the options of furture growth with 512 hosts per interface. Or you can load balance. &lt;BR /&gt;Check out &lt;A href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt; for more information about Network Configuration.&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Aug 2003 19:09:32 GMT</pubDate>
    <dc:creator>Anthony Davis</dc:creator>
    <dc:date>2003-08-12T19:09:32Z</dc:date>
    <item>
      <title>How to setup a network with 2 ISP??</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042136#M1311</link>
      <description>My company is going to subscribe Broadband from 2 ISPs. I need to draw up a network plan and diagram. How am I going to connect the office network to 2 ISPs at the same time?&lt;BR /&gt;&lt;BR /&gt;What I know is I need 2 router to connect to 2 ISPs. After the routers, what device should I connect in order for the whole network to run without any hiccup? I have a couple of 3COM superstack 3 baseline switches now connecting the LAN. &lt;BR /&gt;&lt;BR /&gt;Or it is not possible at all to connect 2 ISPs at the same time?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 02:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042136#M1311</guid>
      <dc:creator>Yong Shiuh Rong</dc:creator>
      <dc:date>2003-08-06T02:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a network with 2 ISP??</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042137#M1312</link>
      <description>you need a load balancer in order to balance traffic across two routers... (Cisco Local Director, Radware Linkproof)&lt;BR /&gt;&lt;BR /&gt;You also can set up a HSRP (Hot Standby Routing Protocol) in routers. This set up a "floating" IP address betwen them, but one acts an active router and other only works if primary router fails&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 07:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042137#M1312</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2003-08-06T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a network with 2 ISP??</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042138#M1313</link>
      <description>You could easily use a cisco 2600 series for this type of connection. The 2600 router comes with removeable cards, you could use serial cards or Fastethernet cards(Usually has 4 ports to use). It depends on the type of connection your using with the ISP(CSU/DSU or ethernet connection). Connect both ISP connections to the router and subnet your office. For instance the Accounting, Billing, Executive offices are on one subnet and Mail, HR etc are another subnet or like the response above use the second ISP for load balancing, but you can do it on one router. After the router you can use your 3com or buy a cisco switch. The cisco switch will help to avoid broadcast and/or collisions. Setup VLANS for different depts if necessary. For example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Serial 0&lt;BR /&gt;description ISP #1&lt;BR /&gt;ip address 10.1.1.1 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;Serial 1&lt;BR /&gt;description ISP #2&lt;BR /&gt;ip address 10.2.1.1 255.255.255.252&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fastetherent0/0&lt;BR /&gt;description LAN for ISP #1&lt;BR /&gt;ip address 192.1.1.1 255.255.254.0&lt;BR /&gt;ip address 192.1.2.1 255.255.254.0 secondary&lt;BR /&gt;&lt;BR /&gt;Fastethernet0/1&lt;BR /&gt;description LAN for ISP #2&lt;BR /&gt;ip address 172.1.1.1 255.255.254.0&lt;BR /&gt;ip address 172.1.2.1 255.255.254.0 secondary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The subnets for the two Fastethernet gives you the options of furture growth with 512 hosts per interface. Or you can load balance. &lt;BR /&gt;Check out &lt;A href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt; for more information about Network Configuration.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2003 19:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/how-to-setup-a-network-with-2-isp/m-p/3042138#M1313</guid>
      <dc:creator>Anthony Davis</dc:creator>
      <dc:date>2003-08-12T19:09:32Z</dc:date>
    </item>
  </channel>
</rss>

