<?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: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP' in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13863#M976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show run ==&amp;gt; &lt;STRONG&gt;show configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No there is no 'no command' You have to either turn the command off or delete the part that is in your way, like the &lt;STRONG&gt;delete interface eth1 vlan 111&lt;/STRONG&gt;&amp;nbsp;which will delete all related config from eth1.111&amp;nbsp;&lt;/P&gt;&lt;P&gt;You cannot however clear dependent items, like a VRRP backup-address, you will need to remove the backup address before you can delete the member address.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 12:03:43 GMT</pubDate>
    <dc:creator>Maarten_Sjouw</dc:creator>
    <dc:date>2018-11-08T12:03:43Z</dc:date>
    <item>
      <title>Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13853#M966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently started using two preconfigured Gateways&amp;nbsp; (Cluster of 2 4800 appliances, HA) with a new Management Server. All went well with config, new policy and upgrade from 77.30 to 80.10 (both SMS and GWs). However, right from the start I had a problem removing some interfaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="This interface is used by the dynamic routing protocol VRRP" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/73232_Int_cant_rm.PNG" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed all old VRRP interfaces in Gaia webuUI/High Availability/VRRP. Though these are still showing in&amp;nbsp;the menu&amp;nbsp;&lt;SPAN&gt;Gaia webuUI/&lt;/SPAN&gt;&lt;SPAN&gt;High Availability/Advanced VRRP; with the message 'Simplified VRRP configuration is present', so I can't remove them there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Doing &lt;EM&gt;&amp;gt;show vrrp interfaces&lt;/EM&gt; does show the old unwanted interfaces as monitored circuits.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know how to remove the 'stuck' interfaces and advanced vrrp settings? I know it would have been easy with he old SMS, but that was/is not possible.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All functions correctly; failover, policy etc. Interestingly one GW is stuck on a low effective priority (with no obvious problems/reasons for this) and I had to manually lower the other one for&amp;nbsp;the HA to work as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for any comments.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 15:09:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13853#M966</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-06T15:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13854#M967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be able to remove the offending entries with dbset (expert mode command).&lt;/P&gt;&lt;P&gt;But first we need to figure out what entries to whack.&lt;/P&gt;&lt;P&gt;We can do that with dbget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;From export mode, do something like (replace eth0 with the affected interface): &lt;STRONG&gt;dbget -r interface:eth0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Paste the output here, o&lt;/SPAN&gt;&lt;SPAN class=""&gt;bscuring sensitive information as appropriate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;From this I should be able to help you with the correct dbset commands.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;: dbset directly interacts with the Gaia OS configuration database and does not do any sort of error checking.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Exercise appropriate caution when using this tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 17:06:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13854#M967</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-06T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13855#M968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In clish do:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show mcvr vrids&lt;/STRONG&gt; and see what it shows, most probably there is still a backup address that is linked to the IP on the interface.&lt;/P&gt;&lt;P&gt;Other command will be &lt;STRONG&gt;show configuration mcvr&amp;nbsp;&lt;/STRONG&gt; which will show you the VRRP backup address commands, when you see the offending IP, just remove it by using &lt;STRONG&gt;delete mcvr vrid # backup-address a.b.c.d&amp;nbsp;&lt;/STRONG&gt; where # is the VRID number and a.b.c.d is the offending IP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 17:15:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13855#M968</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-11-06T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13856#M969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dameon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since they are subinterfaces, there are a couple to list. Here is the&amp;nbsp;sanitised output of &lt;STRONG&gt;dbget -r&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GW1 and GW2 (IPs are 1 higher on the GW2)&lt;/P&gt;&lt;P&gt;interface:eth1.111:comments&lt;BR /&gt;interface:eth1.111:depend_on&lt;BR /&gt;interface:eth1.111:ipaddr:172.31.0.1&lt;BR /&gt;interface:eth1.111:ipaddr:172.31.0.1:mask&lt;BR /&gt;interface:eth1.111:label&lt;BR /&gt;interface:eth1.111:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth1.112:comments&lt;BR /&gt;interface:eth1.112:depend_on&lt;BR /&gt;interface:eth1.112:ipaddr:150.0.0.1&lt;BR /&gt;interface:eth1.112:ipaddr:150.0.0.1:mask&lt;BR /&gt;interface:eth1.112:label&lt;BR /&gt;interface:eth1.112:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth1.113:comments&lt;BR /&gt;interface:eth1.113:depend_on&lt;BR /&gt;interface:eth1.113:ipaddr:10.10.10.1&lt;BR /&gt;interface:eth1.113:ipaddr:10.10.10.1:mask&lt;BR /&gt;interface:eth1.113:label&lt;BR /&gt;interface:eth1.113:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth2.221:comments&lt;BR /&gt;interface:eth2.221:depend_on&lt;BR /&gt;interface:eth2.221:ipaddr:10.10.20.2&lt;BR /&gt;interface:eth2.221:ipaddr:10.10.20.2:mask&lt;BR /&gt;interface:eth2.221:label&lt;BR /&gt;interface:eth2.221:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth2.222:comments&lt;BR /&gt;interface:eth2.222:depend_on&lt;BR /&gt;interface:eth2.222:ipaddr:10.10.30.3&lt;BR /&gt;interface:eth2.222:ipaddr:10.10.30.3:mask&lt;BR /&gt;interface:eth2.222:label&lt;BR /&gt;interface:eth2.222:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth2.223:comments&lt;BR /&gt;interface:eth2.223:depend_on&lt;BR /&gt;interface:eth2.223:ipaddr:10.10.40.4&lt;BR /&gt;interface:eth2.223:ipaddr:10.10.40.4:mask&lt;BR /&gt;interface:eth2.223:label&lt;BR /&gt;interface:eth2.223:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth2.224:comments&lt;BR /&gt;interface:eth2.224:depend_on&lt;BR /&gt;interface:eth2.224:ipaddr:10.10.50.5&lt;BR /&gt;interface:eth2.224:ipaddr:10.10.50.5:mask&lt;BR /&gt;interface:eth2.224:label&lt;BR /&gt;interface:eth2.224:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface:eth2.225:comments&lt;BR /&gt;interface:eth2.225:depend_on&lt;BR /&gt;interface:eth2.225:ipaddr:10.10.60.6&lt;BR /&gt;interface:eth2.225:ipaddr:10.10.60.6:mask&lt;BR /&gt;interface:eth2.225:label&lt;BR /&gt;interface:eth2.225:state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of these addresses are in use by static routes, etc.; the physical int eth1 and 2 are disabled (for VRRP to work correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, &lt;STRONG&gt;show mcvr vrids&lt;/STRONG&gt;&amp;nbsp;shows only wanted VRIDs and IPs (3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 10:42:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13856#M969</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-07T10:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13857#M970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maarten, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did check that, all looks good there, &lt;STRONG&gt;show mcvr vrids&lt;/STRONG&gt; shows only wanted VRIDs and IPs (3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 10:45:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13857#M970</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-07T10:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13858#M971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you actually trying to delete?&lt;/P&gt;&lt;P&gt;did you check the show configuration mcvr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:20:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13858#M971</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-11-07T15:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13859#M972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to delete the actual subinterfaces (in Gaia webUI/Network Management/Network Interfaces). Please see the list in my reply to Dameon. These are all disabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this was checked. Both commands,&amp;nbsp;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #333333; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;show mcvr vrids &lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG style="color: #333333; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;show configuration&amp;nbsp;mcvrs&lt;/STRONG&gt;&lt;/STRONG&gt;, list expected IPs and VRIDs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:31:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13859#M972</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-07T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13860#M973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought that VRRP was attached to the interface.&lt;/P&gt;&lt;P&gt;Been a while, so I guess I got that wrong.&lt;/P&gt;&lt;P&gt;Maybe do a grep through /config/active and see if you can find the lines that reference the bogus VRRP info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:37:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13860#M973</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-07T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13861#M974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you are trying to delete the subinterface by:&lt;/P&gt;&lt;P&gt;delete interface eth1 vlan 111&lt;/P&gt;&lt;P&gt;that should remove the VLAN interface and all it's config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 19:01:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13861#M974</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-11-07T19:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13862#M975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dameon and Maarten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes &lt;A href="https://community.checkpoint.com/migrated-users/2075"&gt;Dameon &lt;/A&gt;, &lt;STRONG&gt;less /config/active | grep vrrp&lt;/STRONG&gt;&amp;nbsp;does show all the stuff I don't need. For example, for eth1.111:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;routed:instance:default:vrrp:interface:eth1.111:mode monitoredcircuit&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:priority-delta 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:priority 100&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:advertiseinterval 1&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:address:addr:172.31.0.1 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.224 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.224:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth3 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth3:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth1.112 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth1.112:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.221 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.221:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth1.113 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth1.113:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.223 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.223:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.222 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.222:priority 10&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reply to &lt;A href="https://community.checkpoint.com/migrated-users/50921"&gt;Maarten&lt;/A&gt;, yes, I do just want the subinterfaces gone. Have not tried doing that from the CLI, just webUI (where I am getting that annoying message). I'm new to CP and, as with anything, it's a bit of a process. I'll try that (&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&lt;STRONG&gt;delete interface eth1 vlan 111&lt;/STRONG&gt;)&lt;/SPAN&gt;and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what would be really helpful, would be to know if there is a way to 'no' (in a Cisco style) commands in CP. So I would want to be able do something like '#sh run' and then just 'no' what I don't need. Am I right in thinking that there is more than one running conifg file? &lt;SPAN style="color: #008000;"&gt;In that case, am I right in thinking that I could not download the config file, stick it in an editor, remove all unwanted parts, and put it back on the box?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I guess my question is, 'how can I quickly get rid of all the lines?'.&amp;nbsp; &lt;/SPAN&gt;configuration‌&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 11:42:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13862#M975</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-08T11:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13863#M976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show run ==&amp;gt; &lt;STRONG&gt;show configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No there is no 'no command' You have to either turn the command off or delete the part that is in your way, like the &lt;STRONG&gt;delete interface eth1 vlan 111&lt;/STRONG&gt;&amp;nbsp;which will delete all related config from eth1.111&amp;nbsp;&lt;/P&gt;&lt;P&gt;You cannot however clear dependent items, like a VRRP backup-address, you will need to remove the backup address before you can delete the member address.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 12:03:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13863#M976</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-11-08T12:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13864#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;&lt;EM&gt;think&lt;/EM&gt; you can disable VRRP on that interface with the expert command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;dbset routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;(Or at least disable that particular virtual router)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Note while there is a text copy of the configuration database in /config/active, the real database is somewhere else.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:23:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13864#M977</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-08T13:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13865#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you say, I can't delete the vlans:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;delete interface eth2 vlan 612&lt;/STRONG&gt;&lt;BR /&gt;NMSETH0059&amp;nbsp; VLAN eth2.612 cannot be deleted, it is in use by protocol VRRP&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can delete old backup addresses with:&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;delete mcvr vrid 13 backup-address 172.31.0.1&lt;/STRONG&gt;&lt;BR /&gt;WARNING this may take a while; please be patient&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the addresses are removed, I still can't delete the vlans (same message); I think it's because VRRP has these monitored. How do I remove the lines that tell the VRID to monitor all these ints/vlans?&lt;BR /&gt;How to get rid of lines like these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.224 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth2.224:priority 10&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth3 t&lt;BR /&gt;routed:instance:default:vrrp:interface:eth1.111:virtualrouter:13:monitor:monif:eth3:priority 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I just&amp;nbsp; &lt;STRONG&gt;show configuration&lt;/STRONG&gt;, copy&amp;nbsp;&amp;nbsp;it to notepad++, remove the lines and put the config back in (say using WinSCP)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:40:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13865#M978</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-08T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13866#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is so IPSO like &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe the fastest trick to to enable the interface again first and then get it out of VRRP before you remove the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I recall more then one issue where I had to export the config, clean it up and then reload it on the gateway resulting in a short outage.&lt;/P&gt;&lt;P&gt;At least that is what worked on IPSO. Never done VRRP on GAIA but the issue looks very much the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:42:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13866#M979</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2018-11-08T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13867#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hugo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers, yeah, I thought about it... But then I thought there's got to be an easier way ]:-&amp;gt; Also, I thought it would be interesting to 'find a way'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say get the config out and back in, do you mean something like: &lt;BR /&gt;&lt;STRONG&gt;show configuration&lt;/STRONG&gt;, copy&amp;nbsp;the content&amp;nbsp;to notepad++, remove the unwanted&amp;nbsp;lines and put the config back in (say using WinSCP)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:50:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13867#M980</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-08T13:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13868#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced completely the same issue on R77.20 or R77.30 versions time to time on VRRP clusters. Even I removed subinterface from VRRP, disable it, etc. I was not able to delete it "Because it is under VRRP". Sometime it happens on the one cluster node only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Successful solution for me was alway reboot of affected gateway and after that I was able to remove it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:07:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13868#M981</guid>
      <dc:creator>Petr_Hantak</dc:creator>
      <dc:date>2018-11-08T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13869#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;xpand in IPSO became confd in Gaia, so no shock or surprise &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:38:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13869#M982</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-08T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13870#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, rebooting has not worked for me, on either of the GWs. Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 11:48:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13870#M983</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-09T11:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13871#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, will try that later.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 11:50:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13871#M984</guid>
      <dc:creator>Tim_Bernat</dc:creator>
      <dc:date>2018-11-09T11:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete interfaces: 'This interface is used by the Dynamic Routing Protocol VRRP'</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13872#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm so sorry that didn't help you with your issue. I look forward to the right solution for your case. Because I still take care about some VRRP clusters it could be helpful for me in future as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 12:49:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-t-delete-interfaces-This-interface-is-used-by-the-Dynamic/m-p/13872#M985</guid>
      <dc:creator>Petr_Hantak</dc:creator>
      <dc:date>2018-11-09T12:49:46Z</dc:date>
    </item>
  </channel>
</rss>

