<?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: how to show and verify the lacp bond interface is operating correctly in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166865#M30056</link>
    <description>&lt;P&gt;Those cphaprob show_bonds were saviors for so many years and in fact depending on Linux commands instead of CheckPoint helps to give you lot of insight.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 02:11:06 GMT</pubDate>
    <dc:creator>Blason_R</dc:creator>
    <dc:date>2023-01-06T02:11:06Z</dc:date>
    <item>
      <title>how to show and verify the lacp bond interface is operating correctly</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166831#M30048</link>
      <description>&lt;P&gt;ive configured two physical ports in a bond. i've set the bond to use LACP (802.3ad)&lt;/P&gt;
&lt;P&gt;what are the LCI commands to vberify this is working and talking to the switch (remote side) as expected?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 18:00:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166831#M30048</guid>
      <dc:creator>nflnetwork29</dc:creator>
      <dc:date>2023-01-05T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to show and verify the lacp bond interface is operating correctly</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166842#M30049</link>
      <description>&lt;P&gt;There’s a couple commands here that might help:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Security-Gateways/No-LACP-on-2x10G-bond-with-Cisco-3850/td-p/24341" target="_blank"&gt;https://community.checkpoint.com/t5/Security-Gateways/No-LACP-on-2x10G-bond-with-Cisco-3850/td-p/24341&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 20:13:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166842#M30049</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-05T20:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to show and verify the lacp bond interface is operating correctly</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166845#M30050</link>
      <description>&lt;P&gt;cat /proc/net/bonding/bond&amp;lt;number&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 20:37:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166845#M30050</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-01-05T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to show and verify the lacp bond interface is operating correctly</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166846#M30051</link>
      <description>&lt;P&gt;&lt;CODE&gt;clish -c "show configuration bonding"&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;cphaprob show_bond&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;cphaprob show_bond_groups&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;SPAN&gt;find /proc/net/bonding/bond*|while read line;do more $line;done&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_CLI_ReferenceGuide/Topics-CLIG/CXLG/Viewing-Bond-Interfaces.htm" target="_self"&gt;CLI Reference Guide &amp;gt; Viewing Bond Interfaces&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Bonding commands are also included in our &lt;A href="https://community.checkpoint.com/t5/Scripts/ccc-Common-Check-Point-Commands/td-p/38488" target="_self"&gt;ccc script&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 01:00:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166846#M30051</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2023-01-07T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to show and verify the lacp bond interface is operating correctly</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166865#M30056</link>
      <description>&lt;P&gt;Those cphaprob show_bonds were saviors for so many years and in fact depending on Linux commands instead of CheckPoint helps to give you lot of insight.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 02:11:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/how-to-show-and-verify-the-lacp-bond-interface-is-operating/m-p/166865#M30056</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2023-01-06T02:11:06Z</dc:date>
    </item>
  </channel>
</rss>

