<?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: PIX OS v6.3: Load Balancing Configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139886#M604894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 2 new questions:&lt;/P&gt;&lt;P&gt;1) What do you mean by "statistical load balancing"?&lt;/P&gt;&lt;P&gt;2) Multi-path OSPF selection then, would allow PIX to choose more than one path "from" this device to outside or to inside.  Is´t correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2003 13:48:11 GMT</pubDate>
    <dc:creator>vtello</dc:creator>
    <dc:date>2003-06-09T13:48:11Z</dc:date>
    <item>
      <title>PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139884#M604892</link>
      <description>&lt;P&gt;Using the new feature of load balancing through OSPF, is it possible to create a parrallel array of PIXes to simulate a "dynamic" load balancing environment ?  Please explain why yes or not. &lt;/P&gt;&lt;P&gt;If the answer is not, then,  is it possible to create a "static" load balancing environment ?  How it would work ?  pros and cons ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:47:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139884#M604892</guid>
      <dc:creator>vtello</dc:creator>
      <dc:date>2020-02-21T06:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139885#M604893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use multi-path selection of OSPF to create inbound and outbound statistical load-balancing.  However, it will take some trickery to make sure that an inboud session is fowarded back out through the same Pix that in came in and vice versa.   This is necessary because the Pix must maintain information about the session for it to pass through, which means all packets of a session must traverse the same Pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This can be accomplished using a device in front of and behind the Pixs such as a load-balancing switch or a Cisco router using SLB.  There is an SLB feature designed explicitly for load balancing firewalls through maintaining "sticky" sessions.  This can also be accomplished with source-NAT  so that the routers "know" which Pix to send the traffic back through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sort of configuration works with or without OSPF.  Multi-path OSPF selection on the Pix is meant to take advantage of multiple inside and outside network Path--not parrallel Pixs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2003 18:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139885#M604893</guid>
      <dc:creator>shannong</dc:creator>
      <dc:date>2003-06-08T18:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139886#M604894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 2 new questions:&lt;/P&gt;&lt;P&gt;1) What do you mean by "statistical load balancing"?&lt;/P&gt;&lt;P&gt;2) Multi-path OSPF selection then, would allow PIX to choose more than one path "from" this device to outside or to inside.  Is´t correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2003 13:48:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139886#M604894</guid>
      <dc:creator>vtello</dc:creator>
      <dc:date>2003-06-09T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139887#M604895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Statistical load-balancing refers to the fact that truly even load balancing will not occur. Rather, you'll get a distribution limited by the statistics of the method.  For example, destination based load-balancing occuring via CEF will not result in 50% usage on both paths.  A session across one path my consume all bandwidth while another session sent across the other path will only be a single UDP packet.  The types of sessions and the destinations determine the amount of "load-balancing".   It is an especially important distinction if most of the traffic is to the same destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  The Pix could choose to send outbound traffic over multiple paths.  You don't need OSPF for this though. Multiple default routes or something like GLBP would accomplish this. &lt;/P&gt;&lt;P&gt;Your original question was about load balancing an array of Pixs.  Both of these questions are really in reference to a single Pix distributing its load across multiple routers and/or their links.  Which are you inquiring about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2003 23:01:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139887#M604895</guid>
      <dc:creator>shannong</dc:creator>
      <dc:date>2003-06-09T23:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139888#M604896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just trying to understand the use of OSPF in my original scenario. &lt;/P&gt;&lt;P&gt;In conclusion, up to date, a parallel PIX configuration needs a couple of load-balancers (in front and behind) in order to do this function, is´t correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2003 23:52:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139888#M604896</guid>
      <dc:creator>vtello</dc:creator>
      <dc:date>2003-06-09T23:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX OS v6.3: Load Balancing Configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139889#M604897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct...  You need something in front and behind the Pix to ensure that a session is maintained through the same Pix.  This can also be accomplished with NAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2003 11:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-os-v6-3-load-balancing-configuration/m-p/139889#M604897</guid>
      <dc:creator>shannong</dc:creator>
      <dc:date>2003-06-13T11:51:36Z</dc:date>
    </item>
  </channel>
</rss>

