<?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 Should I remove 'xlate per-session' ASA commands in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/should-i-remove-xlate-per-session-asa-commands/m-p/3083404#M145124</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i've upgrade an ASA to 9 code and it generated these lines.&lt;/P&gt;
&lt;P&gt;do i need these?&lt;/P&gt;
&lt;P&gt;is it safe to remove them?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;xlate per-session deny tcp any4 any4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any4 any6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any6 any4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any6 any6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any4 any4 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any4 any6 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any6 any4 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any6 any6 eq domain&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 09:11:40 GMT</pubDate>
    <dc:creator>johnlloyd_13</dc:creator>
    <dc:date>2019-03-12T09:11:40Z</dc:date>
    <item>
      <title>Should I remove 'xlate per-session' ASA commands</title>
      <link>https://community.cisco.com/t5/network-security/should-i-remove-xlate-per-session-asa-commands/m-p/3083404#M145124</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i've upgrade an ASA to 9 code and it generated these lines.&lt;/P&gt;
&lt;P&gt;do i need these?&lt;/P&gt;
&lt;P&gt;is it safe to remove them?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;xlate per-session deny tcp any4 any4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any4 any6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any6 any4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny tcp any6 any6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any4 any4 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any4 any6 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any6 any4 eq domain&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;xlate per-session deny udp any6 any6 eq domain&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/should-i-remove-xlate-per-session-asa-commands/m-p/3083404#M145124</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2019-03-12T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Hi John,</title>
      <link>https://community.cisco.com/t5/network-security/should-i-remove-xlate-per-session-asa-commands/m-p/3083405#M145125</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;From version 9.0, all TCP PAT traffic and all UDP DNS traffic use per-session PAT. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;Now if since you upgraded to 9.x code from an earlier one, the per-session PAT feature is disabled during configuration migration. Since the earlier versions made use of multi-session PAT feature. So this command is enabled by default.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;In case you want to enable the per-session PAT you can run the following command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;'clear configure xlate'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman, serif"&gt;You can go ahead and remove them without any issues.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman',serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 03:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/should-i-remove-xlate-per-session-asa-commands/m-p/3083405#M145125</guid>
      <dc:creator>tavkaur</dc:creator>
      <dc:date>2017-04-09T03:56:17Z</dc:date>
    </item>
  </channel>
</rss>

