<?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 Cisco FWSM - How to check if packets are being dropped on a fwsm interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077072#M392606</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check whether packets are being dropped on a FWSM interface.&amp;nbsp; How to do this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reading some Cisco documentation and the 'packets dropped' shown under the interface is not what I thought it meant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface Vlan100 "backbone", is up, line protocol is up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAC address 001b.2a13.6fc0, MTU 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP address 10.237.100.22, subnet mask 255.255.254.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; Traffic Statistics for "backbone":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 202841061915 packets input, 199799113322222 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28922941827 packets output, 3125943828129 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9853070 packets dropped&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:48:29 GMT</pubDate>
    <dc:creator>cosimotodaro</dc:creator>
    <dc:date>2019-03-12T00:48:29Z</dc:date>
    <item>
      <title>Cisco FWSM - How to check if packets are being dropped on a fwsm interface</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077072#M392606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check whether packets are being dropped on a FWSM interface.&amp;nbsp; How to do this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reading some Cisco documentation and the 'packets dropped' shown under the interface is not what I thought it meant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface Vlan100 "backbone", is up, line protocol is up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAC address 001b.2a13.6fc0, MTU 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP address 10.237.100.22, subnet mask 255.255.254.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; Traffic Statistics for "backbone":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 202841061915 packets input, 199799113322222 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28922941827 packets output, 3125943828129 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9853070 packets dropped&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:48:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077072#M392606</guid>
      <dc:creator>cosimotodaro</dc:creator>
      <dc:date>2019-03-12T00:48:29Z</dc:date>
    </item>
    <item>
      <title>Cisco FWSM - How to check if packets are being dropped on a fwsm</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077073#M392617</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;Do captures...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you think the ASA is dropping HTTPS traffic between 2 hosts so you could create a capture specifing the interfaces where that traffic gets and leaves ( example inside-outside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin interface inside match tcp any any eq https&lt;/P&gt;&lt;P&gt;capture capout interface outside match tcp any any eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you do a show cap capin or show cap capout &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you see packets only on one side then that would mean packets are getting dropped on that interface as they are not reaching the other interface..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE EASIEST capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cap asp type asp-drop all circular-buffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will capture all of the packets being dropped by the FWSM&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;show cap asp | include x.x.x.x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will show you the packets being dropped for that particular ip ( x.x.x.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:33:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077073#M392617</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-01-17T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Cisco FWSM - How to check if packets are being dropped on a fwsm</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077074#M392621</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;Thanks for your reply and sorry for the delay.&amp;nbsp; I will try to do that, however it's not a Cisco ASA, but a Cisco FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:43:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077074#M392621</guid>
      <dc:creator>cosimotodaro</dc:creator>
      <dc:date>2013-02-11T19:43:11Z</dc:date>
    </item>
    <item>
      <title>Cisco FWSM - How to check if packets are being dropped on a fwsm</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077075#M392623</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;Either way &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; The capture will work.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the instructions and keep us posted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:50:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fwsm-how-to-check-if-packets-are-being-dropped-on-a-fwsm/m-p/2077075#M392623</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-02-11T19:50:49Z</dc:date>
    </item>
  </channel>
</rss>

