<?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: Capture with ASA 9.0.1 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137447#M394338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out late last night from TAC that the error I posted is because the ANY keyword is referencing ipv4 and ipv6. The ACL syntax should read ANY4 to specify ipv4 only in my case. I'll test this later today. Thanks Andrew. You are correct but your post didn't explain why I was receiving the error I was getting.&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 12:57:50 GMT</pubDate>
    <dc:creator>keith.holder</dc:creator>
    <dc:date>2012-12-11T12:57:50Z</dc:date>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137443#M394334</link>
      <description>&lt;P&gt;Hello all.&amp;nbsp; I recently upgraded my 5520 to 9.0.1 IOS.&amp;nbsp; Today I tried to apply a capture to my inside interface referencing a simple ACL and I get this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Capture doesn't support access-list &amp;lt;capin&amp;gt; containing mixed policies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also created a capture for the outside interface with a similar ACL and it worked just fine.&amp;nbsp; I can't seem to find anything on the web that gives me a clue to resolving the error above.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:35:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137443#M394334</guid>
      <dc:creator>keith.holder</dc:creator>
      <dc:date>2019-03-12T00:35:35Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137444#M394335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the capture configuration for the capture that is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 22:29:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137444#M394335</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T22:29:36Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137445#M394336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&amp;nbsp; Here is the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capin extended permit ip host 10.7.1.175 any &lt;/P&gt;&lt;P&gt;access-list capin extended permit ip host 10.7.1.176 any &lt;/P&gt;&lt;P&gt;access-list capin extended permit ip any host 10.7.1.176 &lt;/P&gt;&lt;P&gt;access-list capin extended permit ip any host 10.7.1.175 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the capture config I'm trying to enter with error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FW01# capture capin access-list capin interface Inside &lt;/P&gt;&lt;P&gt;ERROR: Capture doesn't support access-list &lt;CAPIN&gt; containing mixed policies&lt;/CAPIN&gt;&lt;/P&gt;&lt;P&gt;FW01#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've even tried to reduce the lines in the ACL to a single ACE. No joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:04:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137445#M394336</guid>
      <dc:creator>keith.holder</dc:creator>
      <dc:date>2012-12-10T23:04:34Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137446#M394337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can assume that this means that you should put in capture ACL only lines, indicating one direction of traffic. So ASA will automatically capture reply packets based on that. In your case probably it worth just leave first two entries.&lt;/P&gt;&lt;P&gt;Plus, u can use capture without using ACLs at all:&lt;/P&gt;&lt;P&gt;ASA(config)# capture CAPTURE match ip host 10.7.1.175 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# capture CAPTURE match ip host 10.7.1.176 any &lt;/P&gt;&lt;P&gt;It'll capture traffic in both directions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 12:31:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137446#M394337</guid>
      <dc:creator>Andrew Phirsov</dc:creator>
      <dc:date>2012-12-11T12:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137447#M394338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out late last night from TAC that the error I posted is because the ANY keyword is referencing ipv4 and ipv6. The ACL syntax should read ANY4 to specify ipv4 only in my case. I'll test this later today. Thanks Andrew. You are correct but your post didn't explain why I was receiving the error I was getting.&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 12:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137447#M394338</guid>
      <dc:creator>keith.holder</dc:creator>
      <dc:date>2012-12-11T12:57:50Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137448#M394339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ran into this exact issue, and switching to ANY4 resolved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 19:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137448#M394339</guid>
      <dc:creator>seanmcgartland</dc:creator>
      <dc:date>2012-12-11T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137449#M394340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;had the same problem ! solved using any4, rather then any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 11:08:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137449#M394340</guid>
      <dc:creator>plambrecht</dc:creator>
      <dc:date>2013-03-30T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137450#M394341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain you the behavior you are seeing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you might know after 7.0(1) the ASA supports IPv6 addresses on their interfaces, so what happens if we want to filter IPv6 traffic with ACL's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well we need it to create an ACL with the IPv6 keyword at the beginning.. Such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; ipv6 &lt;/STRONG&gt;access-list Inside_Out permit tcp any host 2001:AAAA::2 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that we had to apply 2 access-groups on an interface if we have both IPv4 and IPv6 addresses and we want to filter traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here comes the change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After 9.0(1) the ACL structure supports IPv6 ( Hexadecimal notation ) and IPv4 ( Decimal notation ) on the same ACL, so we can still using just one ACL and just one access-group&amp;nbsp; &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; Pretty cool ah??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that's is why we need to specify on the ACL whether we are going to permit all IPv6 and IPv6 traffic ( ANY) or just IPv6 traffic (Any6) or Just IPv4 traffic (Any4),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now regarding captures if we use an ACL we must set the Any4 or Any6, The captures after this version 9.0(1) does not support the use of the ANY as it will match both IPv4 and IPv6 at the same time and that is not supported YET &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking about providing a seminar regarding IPv6 and the ASA but I am just waiting for the techonolgy to keep growing and growing so we can have more people attending to that &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if someone else have any question, doubt just let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that I could explain this a little better so you guys have this clear now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of you do not have any questions please mark it as answered and remember to rate all of the helpful posts ( Inluding this one lol )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio Carvajal&lt;/P&gt;&lt;P&gt;Advanced Security Trainer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 19:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137450#M394341</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-30T19:54:52Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137451#M394342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Security gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ran into same issue&amp;nbsp; and corrected using&amp;nbsp; any4&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure mode commands/options:&lt;/P&gt;&lt;P&gt;&amp;nbsp; A.B.C.D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source IP address&lt;/P&gt;&lt;P&gt;&amp;nbsp; X:X:X:X::X/&amp;lt;0-128&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source IPv6 address/prefix&lt;/P&gt;&lt;P&gt;&amp;nbsp; any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbreviation for source address/mask of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0/0.0.0.0 OR source prefix ::/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; any4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbreviation of source address and mask of 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; any6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbreviation for source prefix ::/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Julio Carvajal said&amp;nbsp; we cannot mix them as ASA need to know which ipv4 or ipv6&amp;nbsp; to check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 21:56:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137451#M394342</guid>
      <dc:creator>fcmartinez</dc:creator>
      <dc:date>2013-09-20T21:56:42Z</dc:date>
    </item>
    <item>
      <title>Capture with ASA 9.0.1</title>
      <link>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137452#M394343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Per Cisco:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;After release 9.0(1) and higher the ACL structure supports IPv6 ( Hexadecimal notation ) and IPv4&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;( Decimal notation ) on the same ACL. Regarding captures if we use an ACL we must set the any4 or any6 keyword, The captures after this version 9.0(1) do not support the use of the &lt;STRONG&gt;ANY&lt;/STRONG&gt; as it will match both IPv4 and IPv6 at the same time and that is not supported as of yet.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New capture examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&amp;lt;&amp;lt; Inside Interface &amp;gt;&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;access-list 191 line 1 extended permit tcp host xxx.xxx.xxx.xxx &lt;STRONG&gt;any4&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;access-list 191 line 1 extended permit tcp &lt;STRONG&gt;any4&lt;/STRONG&gt; host xxx.xxx.xxx.xxx &lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capin access-list 191 interface inside packet-length 1513&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capin &lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capin type raw-data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt;&amp;lt;&amp;lt; Outside Interface &amp;gt;&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;access-list 192 line 1 extended permit tcp host xxx.xxx.xxx.xxx &lt;STRONG&gt;any4&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;access-list 192 line 1 extended permit tcp &lt;STRONG&gt;any4&lt;/STRONG&gt; host xxx.xxx.xxx.xxx &lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capout access-list 192 interface outside packet-length 1513&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capout&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;capture capout type raw-data&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 20:53:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-with-asa-9-0-1/m-p/2137452#M394343</guid>
      <dc:creator>GLRezabek_2</dc:creator>
      <dc:date>2014-02-10T20:53:04Z</dc:date>
    </item>
  </channel>
</rss>

