<?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/ASA - OSPF Load Balancing in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532921#M423983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry.  I don't have that visibility into the code so I can't answer that question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jul 2006 06:52:56 GMT</pubDate>
    <dc:creator>hemendoz</dc:creator>
    <dc:date>2006-07-08T06:52:56Z</dc:date>
    <item>
      <title>PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532916#M423978</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the the PIX will load balance an equal cost route via OSPF. Will it send packets via per-packet, or is there a different method of distibuting traffic to the equal cost next-hop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532916#M423978</guid>
      <dc:creator>lxcollin1</dc:creator>
      <dc:date>2020-02-21T09:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532917#M423979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3 Now supports Load Balancing using OSPF only (up to 3 default routes)&lt;/P&gt;&lt;P&gt;The PIX can receive upto 3 default routes (all same metric) to 3 different gateways, and&lt;/P&gt;&lt;P&gt;will load balance on a per destination basis.  Currently, there is no way from the PIX to&lt;/P&gt;&lt;P&gt;determine which gateway a packet will be sent to.  One cannot currently use static routes&lt;/P&gt;&lt;P&gt;to do load balancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hashing algorithm used is not simple, therefore it is very difficult to determine what&lt;/P&gt;&lt;P&gt;route (next hop) a packet will take given an IP Source and Destination pair.  Basically,&lt;/P&gt;&lt;P&gt;the PIX takes the source and destination IPs (two 32-bit numbers) and hashes them into a&lt;/P&gt;&lt;P&gt;single 16-bit number.  Then, the 16-bit number  (0x0000 - 0xFFFF) is divided into thirds. &lt;/P&gt;&lt;P&gt;The first 1/3 goes to Gateway 1, the next 1/3 goes to Gateway 2, and the final 1/3 goes to&lt;/P&gt;&lt;P&gt;Gateway 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!  If so, please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 06:06:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532917#M423979</guid>
      <dc:creator>hemendoz</dc:creator>
      <dc:date>2006-07-08T06:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532918#M423980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3 Now supports Load Balancing using OSPF only (up to 3 default routes)&lt;/P&gt;&lt;P&gt;The PIX can receive upto 3 default routes (all same metric) to 3 different gateways, and&lt;/P&gt;&lt;P&gt;will load balance on a per destination basis.  Currently, there is no way from the PIX to&lt;/P&gt;&lt;P&gt;determine which gateway a packet will be sent to.  One cannot currently use static routes&lt;/P&gt;&lt;P&gt;to do load balancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hashing algorithm used is not simple, therefore it is very difficult to determine what&lt;/P&gt;&lt;P&gt;route (next hop) a packet will take given an IP Source and Destination pair.  Basically,&lt;/P&gt;&lt;P&gt;the PIX takes the source and destination IPs (two 32-bit numbers) and hashes them into a&lt;/P&gt;&lt;P&gt;single 16-bit number.  Then, the 16-bit number  (0x0000 - 0xFFFF) is divided into thirds. &lt;/P&gt;&lt;P&gt;The first 1/3 goes to Gateway 1, the next 1/3 goes to Gateway 2, and the final 1/3 goes to&lt;/P&gt;&lt;P&gt;Gateway 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!  If so, please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 06:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532918#M423980</guid>
      <dc:creator>hemendoz</dc:creator>
      <dc:date>2006-07-08T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532919#M423981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hemendoz! This is exactly what I'm looking for!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 06:21:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532919#M423981</guid>
      <dc:creator>lxcollin1</dc:creator>
      <dc:date>2006-07-08T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532920#M423982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hemendoz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of curiosity, is this hashing algorithm the same method that CEF uses for per-destination determination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 06:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532920#M423982</guid>
      <dc:creator>lxcollin1</dc:creator>
      <dc:date>2006-07-08T06:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ASA - OSPF Load Balancing</title>
      <link>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532921#M423983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry.  I don't have that visibility into the code so I can't answer that question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 06:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-asa-ospf-load-balancing/m-p/532921#M423983</guid>
      <dc:creator>hemendoz</dc:creator>
      <dc:date>2006-07-08T06:52:56Z</dc:date>
    </item>
  </channel>
</rss>

