<?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: CRC Errors in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31271#M2497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a optical fiber OM4 LCxLC 10Gb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config on switch:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66396_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firewall:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66397_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 12:36:18 GMT</pubDate>
    <dc:creator>Luisnego</dc:creator>
    <dc:date>2018-06-14T12:36:18Z</dc:date>
    <item>
      <title>CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31267#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I've a little problem with my checkpoint apppliance, I using in cluster HA when the primary is set as Active I receive a lot of CRC message in the interface, when I use the&amp;nbsp; command " clusterXL_admin down" and my firewall converge to other appliance, this erros about crc is gone. I followed sk61922.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66363_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 12:08:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31267#M2493</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-13T12:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31268#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your duplex/speed settings on both firewalls and corresponding switch ports. If they are the same, I would check/replace cable. SFP also can cause that.&lt;/P&gt;&lt;P&gt;You can see duplex settings with &lt;STRONG&gt;ethtool&lt;/STRONG&gt; command or &lt;STRONG&gt;show interface&lt;/STRONG&gt; in clish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:39:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31268#M2494</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-06-13T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31269#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Checked, I changed SFP , cable , both sides are set the same configuration.&amp;nbsp; I think this is a problem in module , because, i chanced too the slot and de problem continued&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:59:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31269#M2495</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-13T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31270#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also note these values:&lt;/P&gt;&lt;P&gt;tx_flow_control_xon: 15&lt;BR /&gt;tx_flow_control_xoff: 151&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rx_flow_control_xon: 0&lt;BR /&gt;rx_flow_control_xoff: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gigabit ethernet provides flow control between NIC and the switch. When your NIC starts to get low on RAM buffering it will send a pause frame &lt;STRONG&gt;XOFF&lt;/STRONG&gt; to the switch, telling switch to stop sending for a bit. After the NIC has enough buffering capability again it will now send a new frame, this time &lt;STRONG&gt;XON&lt;/STRONG&gt; telling the switch to restart the sending of the frames. The values for rx_flow_control_xon/xoff&amp;nbsp; are 0 because the flow control is off/disabled on the switch. So the switch will not react to the NIC telling it to slow down. You don't have any overruns so I don't know if this is a big problem. &lt;A href="https://community.checkpoint.com/migrated-users/41625"&gt;Tim Hall&lt;/A&gt;‌ might help you by analyzing these errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type/category of cable are you using?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 02:39:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31270#M2496</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-14T02:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31271#M2497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a optical fiber OM4 LCxLC 10Gb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config on switch:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66396_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firewall:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66397_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:36:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31271#M2497</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-14T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31272#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CRC errors are generally physical problems with the cable being used such as electrical shorts or possibly electromagnetic interference in the case of copper.&amp;nbsp; The latter can generally only happen if there is a network cable in a long run next to power cables/conduits.&amp;nbsp; Could possibly be a bad switch port or a bad NIC port on the firewall but that is pretty rare, usually it is an issue with the cable or connector.&amp;nbsp; Could also be a duplex mismatch if using Fast Ethernet but duplex mismatches are practically impossible with Gigabit Ethernet in use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any CRC or other errors being shown on the switch port the firewall is attached to?&amp;nbsp; Also are the CRC errors happening in clumps or slowly accumulating over long periods of time?&amp;nbsp; Use &lt;STRONG&gt;sar -n EDEV&lt;/STRONG&gt; to investigate the frequency of those CRC errors occurring.&amp;nbsp; The CRC error rate really should be zero, but the errored frame rate due to CRC errors on your interface is a mere 0.043% which is pretty negligible.&amp;nbsp; Unfortunately there is no easy way to capture these CRC-errored frames with tcpdump since the Ethernet NIC card/driver will not actually forward them up to the operating system for processing.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As far as tx_flow_control_xon and tx_flow_control_xoff being nonzero yet no actual NIC overruns occurred (RX-OVR), my interpretation is that the firewall NIC was coming close to an buffer overrun condition and issued the XOFF, but did not actually overrun and lose any frames.&amp;nbsp; Probably not related to the CRC errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:37:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31272#M2498</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-14T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31273#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked in my switch and no have any CRC errors in this interface, CRC erros&amp;nbsp; happening in slowly accumalation, for minute increase 100 or less.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66398_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sar -n EDEV:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66399_pastedImage_3.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:51:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31273#M2499</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-14T12:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31274#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your switch is actually seeing the XOFF requests from the firewall and counting them as an input pause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your sar output it looks like the CRC errors (grouped under "rxfram") are clumpy.&amp;nbsp; Tough to say what it going on, but might be interesting to note the number of pause/tx_offs at one point in time, wait for a CRC/rxfram clump to occur and then see if the pause/tx_off counters (or any other interesting ones) have incremented.&amp;nbsp; My guess is no, but it is worth checking.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a vague recall of seeing switches occasionally spewing some kind of control frame that the firewall's NIC would log as a runt/short or framing error but can't remember if it was CDP, something related to STP, or perhaps even duplex negotiation.&amp;nbsp; Those "errored" frames can't be viewed with tcpdump anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:28:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31274#M2500</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-14T14:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31275#M2501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if it matters but you have hardcoded speed and duplex settings on switch and used auto-negotiation on your firewall NIC. Since Tim mentions duplex negotiation.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:42:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31275#M2501</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-18T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31276#M2502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.checkpoint.com/migrated-users/41878"&gt;Enis Dunic&lt;/A&gt;‌ , i changed on switch for auto-negotiation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 12:34:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31276#M2502</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-18T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31277#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I think that i'll change the module SFP (CPAC-2-10F),&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:33:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31277#M2503</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-19T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Errors</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31278#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked , but no have any incremented. I think is a problem with&amp;nbsp; module SPF+&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 13:35:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CRC-Errors/m-p/31278#M2504</guid>
      <dc:creator>Luisnego</dc:creator>
      <dc:date>2018-06-19T13:35:49Z</dc:date>
    </item>
  </channel>
</rss>

