<?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 properly delete an interface in a VS in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217545#M41440</link>
    <description>&lt;P&gt;Maybe below helps?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_CLI_ReferenceGuide/Topics-CLIG/VSXG/vsx_provisioning_tool-Removing-Interface-from-Virtual-Device.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_CLI_ReferenceGuide/Topics-CLIG/VSXG/vsx_provisioning_tool-Removing-Interface-from-Virtual-Device.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 16:01:38 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-06-14T16:01:38Z</dc:date>
    <item>
      <title>How to properly delete an interface in a VS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217530#M41437</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We need to delete an interface in a VS and wanted to know whether the best way is to do it through SmartConsole by opening the cluster properties &amp;gt; Topology and delete the interface from there.&lt;/P&gt;&lt;P&gt;Is there any other thing we have to do?, for example to delete the interface through clish in every physical appliance?&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 13:49:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217530#M41437</guid>
      <dc:creator>Franktum</dc:creator>
      <dc:date>2024-06-14T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to properly delete an interface in a VS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217544#M41439</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/102506"&gt;@Franktum&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;We need to delete an interface in a VS and wanted to know whether the best way is to do it through SmartConsole by opening the cluster properties &amp;gt; Topology and delete the interface from there.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is the only way to delete an interface in VSX.&lt;/P&gt;
&lt;P&gt;You should ideally make sure the interface isn't referenced by command line config, such as dynamic routing. Once an interface is deleted, some versions won't let you remove configuration like that which explicitly mentions it. The easiest way to confirm this is to go into the command line of each member of the VSX cluster and run this to dump the config and look for the interface:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;clishScript=$(mktemp)
echo "set virtual-system 123" &amp;gt;${clishScript}
echo "show configuration" &amp;gt;&amp;gt;${clishScript}
clish -f "${clishScript}" | sed -E 's/^Processing .+?\r//g' | grep "eth23.456"
rm "${clishScript}"&lt;/LI-CODE&gt;
&lt;P&gt;Replace "123" with the VSID, and "eth23.456" with the interface you are about to delete. You can ignore static routes (those are all managed exclusively through SmartConsole), but you should look at any other references to the interface.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 15:37:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217544#M41439</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-06-14T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to properly delete an interface in a VS</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217545#M41440</link>
      <description>&lt;P&gt;Maybe below helps?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_CLI_ReferenceGuide/Topics-CLIG/VSXG/vsx_provisioning_tool-Removing-Interface-from-Virtual-Device.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_CLI_ReferenceGuide/Topics-CLIG/VSXG/vsx_provisioning_tool-Removing-Interface-from-Virtual-Device.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 16:01:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-properly-delete-an-interface-in-a-VS/m-p/217545#M41440</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-06-14T16:01:38Z</dc:date>
    </item>
  </channel>
</rss>

