<?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: Allowing TCP options 24-31 on PIX v6.x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087042#M892781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the other replies on this, but no there is no way to do policies like this in 6.X like there is in 7.X.  For us, it was not needed in 6.X, it just worked.  We did require the change on the 7.X side. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 17:20:44 GMT</pubDate>
    <dc:creator>Tom.Weast</dc:creator>
    <dc:date>2008-12-04T17:20:44Z</dc:date>
    <item>
      <title>Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087037#M892776</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having trouble with the PIX firewall stripping the TCP options as traffic passes through. We have Citrix WAN scalers that use these options to accelerate TCP connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one advise of the syntax to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if PIX v7 command syntax differes from PIX v6 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have command syntax for v7 below, but this does not seem to be accepted on our PIX 6 firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)#access-list tcpmap extended permit tcp any any&lt;/P&gt;&lt;P&gt;pixfirewall(config)# tcp-map tcpmap&lt;/P&gt;&lt;P&gt;pixfirewall(config-tcp-map)# tcp-opt range 24 31 allow&lt;/P&gt;&lt;P&gt;pixfirewall(config-tcp-map)# exit&lt;/P&gt;&lt;P&gt;pixfirewall(config)# class-map tcpmap&lt;/P&gt;&lt;P&gt;pixfirewall(config-cmap)# match access-list tcpmap&lt;/P&gt;&lt;P&gt;pixfirewall(config-cmap)# exit&lt;/P&gt;&lt;P&gt;pixfirewall(config)# policy-map global_policy&lt;/P&gt;&lt;P&gt;pixfirewall(config-pmap)# class tcpmap&lt;/P&gt;&lt;P&gt;pixfirewall(config-pmap-c)# set connection advanced-options tcpmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again guys!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:21:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087037#M892776</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2019-03-11T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087038#M892777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i please have some advice on this...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has no one come accross this kind of problem before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one know whether TCP policy mapping can be done on PIX v6.0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 16:41:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087038#M892777</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2008-12-04T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087039#M892778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We just ran into this exact problem today.  One wanscaler was behind a PIX 6.3 firewall, and the other behind an ASA with version 7.X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found that the version 7 needed the above configuration, but the version 6 did not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find anywhere to set TCP Options in a PIX 6.X firewall.  But as soon as we did the config on the 7.X firewall, it immediately started working end-to-end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 16:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087039#M892778</guid>
      <dc:creator>Tom.Weast</dc:creator>
      <dc:date>2008-12-04T16:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087040#M892779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a difference between Pix 6.x and 7.x. In Pix 6.x. all TCP options should pass unchanged. But, in Pix 7.x, you need the above commands to make Citrix work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate if it helps*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 17:10:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087040#M892779</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-12-04T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087041#M892780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has helped me rule out that the PIX firewall is not cauring the issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 17:20:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087041#M892780</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2008-12-04T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087042#M892781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the other replies on this, but no there is no way to do policies like this in 6.X like there is in 7.X.  For us, it was not needed in 6.X, it just worked.  We did require the change on the 7.X side. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 17:20:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087042#M892781</guid>
      <dc:creator>Tom.Weast</dc:creator>
      <dc:date>2008-12-04T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087043#M892782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your welcome. If the above posts resolves your issue, could you please update the forum that it resolved the issue and also rate if possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 17:25:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087043#M892782</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-12-04T17:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087044#M892783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a difference between Pix 6.x and 7.x. In Pix 6.x. all TCP options should pass unchanged. But, in Pix 7.x, you need the above commands to make Citrix work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate if it helps*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 18:56:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087044#M892783</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-12-04T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TCP options 24-31 on PIX v6.x</title>
      <link>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087045#M892784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run into the same problem. Can u confirm 100% that pix 506 with 6.3(5) doesnt strip tcp options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 09:48:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-tcp-options-24-31-on-pix-v6-x/m-p/1087045#M892784</guid>
      <dc:creator>mkohlschmidt</dc:creator>
      <dc:date>2009-08-31T09:48:45Z</dc:date>
    </item>
  </channel>
</rss>

