<?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: Deleting an Interface Alias in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223867#M37303</link>
    <description>&lt;P&gt;Just tried it and yes, an alias on a subinterface shows the same behavior.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TestFW&amp;gt; add interface eth2 vlan 50
TestFW&amp;gt; set interface eth2.50 ipv4-address 10.20.30.40 mask-length 24
TestFW&amp;gt; add interface eth2.50 alias 192.168.144.120/32
TestFW&amp;gt; save config
TestFW&amp;gt; exit

[Expert@TestFW]# ip addr show | grep eth2.50
13: eth2.50@eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    inet 10.20.30.40/24 brd 10.20.30.255 scope global eth2.50
    inet 192.168.144.120/32 brd 192.168.144.120 scope global eth2.50:1

[Expert@TestFW]# clish
TestFW&amp;gt; delete interface eth2.50 alias thisAliasDoesNotExist
TestFW&amp;gt; exit

[Expert@TestFW]# ip addr show | grep eth2.50
13: eth2.50@eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    inet 192.168.144.120/32 brd 192.168.144.120 scope global eth2.50:1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2024 15:50:18 GMT</pubDate>
    <dc:creator>Bob_Zimmerman</dc:creator>
    <dc:date>2024-08-16T15:50:18Z</dc:date>
    <item>
      <title>Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223805#M37285</link>
      <description>&lt;P&gt;I hit a "fun" issue today. Already reported it to the TAC, but thought I'd share. I added an alias to an interface to help capture some traffic. When I tried to delete the alias, it instead deleted the main IP from the interface. I saw it on R81.20 jumbo 41 in production and reproduced it here on an R81.10 jumbo 150 lab firewall:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[Expert@TestFW]# ip addr show | grep eth2
3: eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP&amp;gt; mtu 1500 qdisc pfifo_fast state DOWN qlen 1000

[Expert@TestFW]# clish

TestFW&amp;gt; set interface eth2 ipv4-address 10.20.30.40 mask-length 24

TestFW&amp;gt; add interface eth2 alias 172.16.32.64/32

TestFW&amp;gt; save config

TestFW&amp;gt; exit

[Expert@TestFW]# clish -c "show configuration" | grep eth2
set interface eth2 state on 
set interface eth2 auto-negotiation on 
set interface eth2 ipv4-address 10.20.30.40 mask-length 24 
add interface eth2 alias 172.16.32.64/32 

[Expert@TestFW]# ip addr show | grep eth2
3: eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP&amp;gt; mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    inet 10.20.30.40/24 brd 10.20.30.255 scope global eth2
    inet 172.16.32.64/32 brd 172.16.32.64 scope global eth2:1

[Expert@TestFW]# clish

TestFW&amp;gt; delete interface eth2 alias 172.16.32.64/32

TestFW&amp;gt; save config

TestFW&amp;gt; exit

[Expert@TestFW]# ip addr show | grep eth2
3: eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP&amp;gt; mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    inet 172.16.32.64/32 brd 172.16.32.64 scope global eth2:1

[Expert@TestFW]# clish -c "show configuration" | grep eth2
set interface eth2 state on
set interface eth2 auto-negotiation on
add interface eth2 alias 172.16.32.64/32&lt;/LI-CODE&gt;
&lt;P&gt;I've tried it with numbers which don't correspond to an address on any interface, and letters which don't correspond to an interface name. Always the same result. It looks like "delete interface &amp;lt;name&amp;gt; alias &amp;lt;almost anything&amp;gt;" just gets translated to "delete interface &amp;lt;name&amp;gt; ipv4-address". This makes dealing with aliases&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;wildly dangerous&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 22:06:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223805#M37285</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-15T22:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223854#M37294</link>
      <description>&lt;P&gt;That definitely sounds like a bug.&lt;/P&gt;
&lt;P&gt;Curious why you used an interface alias here to “help capture some traffic.”&lt;BR /&gt;Maybe a manual proxy arp would have had worked instead?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 13:56:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223854#M37294</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-08-16T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223858#M37296</link>
      <description>&lt;P&gt;Somebody reported a problem connecting to some website. In packet captures, no public address associated with this site was ever tried, but a connection was attempted to an internal address which doesn't exist in the environment. Nobody on the application team knew what that was, so I had to find a way to get the request the client was trying to make of the non-existent thing.&lt;/P&gt;
&lt;P&gt;Enter an alias IP and netcat. That allows the firewall to respond with the SYN-ACK to get the client's actual request (HTTP GET, TLS Client Hello with SNI, etc.), to point more concretely to what could be causing the connection.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 14:22:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223858#M37296</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-16T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223860#M37297</link>
      <description>&lt;P&gt;I just tested it in the lab, R81.10. R81.20, R82, different interfaces, worked just fine, I could delete it from web UI, clish, no problems at all.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 14:35:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223860#M37297</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223861#M37298</link>
      <description>&lt;P&gt;You can delete the alias when you specify eth2:1 or whatever, but if you specify any other value at all, it deletes the primary IP instead.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 14:37:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223861#M37298</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-16T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223862#M37299</link>
      <description>&lt;P&gt;Im not following, sorry...can you clarify please?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 14:38:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223862#M37299</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223864#M37300</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Bring up an interface. Give it an IPv4 address. It doesn't need to actually be connected to anything.&lt;/LI&gt;
&lt;LI&gt;Add an alias to the interface.&lt;/LI&gt;
&lt;LI&gt;Save config, exit clish, check the interface IPs via ifconfig or 'ip addr show'.&lt;/LI&gt;
&lt;LI&gt;Go back into clish and run 'delete interface &amp;lt;name&amp;gt; alias thisAliasDoesNotExist'.&lt;/LI&gt;
&lt;LI&gt;Exit clish and&amp;nbsp;check the interface IPs again.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:06:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223864#M37300</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-16T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223865#M37301</link>
      <description>&lt;P&gt;will test it soon.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:19:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223865#M37301</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223866#M37302</link>
      <description>&lt;P&gt;Since I cant add one more nic to vm now, can i test with new vlan?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:39:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223866#M37302</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T15:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223867#M37303</link>
      <description>&lt;P&gt;Just tried it and yes, an alias on a subinterface shows the same behavior.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TestFW&amp;gt; add interface eth2 vlan 50
TestFW&amp;gt; set interface eth2.50 ipv4-address 10.20.30.40 mask-length 24
TestFW&amp;gt; add interface eth2.50 alias 192.168.144.120/32
TestFW&amp;gt; save config
TestFW&amp;gt; exit

[Expert@TestFW]# ip addr show | grep eth2.50
13: eth2.50@eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    inet 10.20.30.40/24 brd 10.20.30.255 scope global eth2.50
    inet 192.168.144.120/32 brd 192.168.144.120 scope global eth2.50:1

[Expert@TestFW]# clish
TestFW&amp;gt; delete interface eth2.50 alias thisAliasDoesNotExist
TestFW&amp;gt; exit

[Expert@TestFW]# ip addr show | grep eth2.50
13: eth2.50@eth2: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
    inet 192.168.144.120/32 brd 192.168.144.120 scope global eth2.50:1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:50:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223867#M37303</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-16T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223869#M37304</link>
      <description>&lt;P&gt;Seems okay to me?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using username "admin".&lt;BR /&gt;admin@172.16.10.249's password:&lt;BR /&gt;Send automatic password&lt;BR /&gt;Access denied&lt;BR /&gt;admin@172.16.10.249's password:&lt;BR /&gt;Last login: Thu Aug 15 14:21:03 2024&lt;BR /&gt;[Expert@CP-GW:0]#&lt;BR /&gt;[Expert@CP-GW:0]# clish&lt;BR /&gt;CP-GW&amp;gt; show interface&lt;/P&gt;
&lt;P&gt;eth0 eth1 eth2 lo&lt;BR /&gt;CP-GW&amp;gt; sh interface eth2&lt;BR /&gt;CLINFR0329 Invalid command:'sh interface eth2'.&lt;BR /&gt;CP-GW&amp;gt; sh interface eth2&lt;BR /&gt;CLINFR0329 Invalid command:'sh interface eth2 '.&lt;BR /&gt;CP-GW&amp;gt; show interface eth2&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 50:01:00:07:00:02&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link up&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation off&lt;BR /&gt;speed 1000M&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;monitor-mode off&lt;BR /&gt;duplex full&lt;BR /&gt;link-speed 1000M/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address 192.168.10.249/24&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;
&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:38955375371 packets:93456625 errors:0 dropped:0 overruns:0 frame:0&lt;/P&gt;
&lt;P&gt;SD-WAN: Not Configured&lt;BR /&gt;CP-GW&amp;gt;&lt;BR /&gt;CP-GW&amp;gt; add interface eth2 vlan 77&lt;BR /&gt;CP-GW&amp;gt; set interface eth2.77 ipv4-a&lt;BR /&gt;CP-GW&amp;gt; set interface eth2.77 ipv4-address 11.12.13.14 mask-le&lt;BR /&gt;CP-GW&amp;gt; set interface eth2.77 ipv4-address 11.12.13.14 mask-length 24&lt;BR /&gt;CP-GW&amp;gt; add interface eth2.77 alias&lt;BR /&gt;CP-GW&amp;gt; add interface eth2.77 alias 44.45.46.47/32&lt;BR /&gt;CP-GW&amp;gt; save config&lt;BR /&gt;CP-GW&amp;gt; exit&lt;BR /&gt;[Expert@CP-GW:0]# ip addr show | grep eth2.77&lt;BR /&gt;7: eth2.77@eth2: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue state UP qlen 1000&lt;BR /&gt;inet 11.12.13.14/24 brd 11.12.13.255 scope global eth2.77&lt;BR /&gt;inet 44.45.46.47/32 brd 44.45.46.47 scope global eth2.77:1&lt;BR /&gt;[Expert@CP-GW:0]#&lt;BR /&gt;[Expert@CP-GW:0]# clish&lt;BR /&gt;CP-GW&amp;gt; delete interface&lt;/P&gt;
&lt;P&gt;eth0 eth1 eth2&lt;BR /&gt;eth2.77 lo&lt;BR /&gt;CP-GW&amp;gt; delete interface eth2.77&lt;BR /&gt;6in4 - Delete 6in4&lt;BR /&gt;alias - interface Interface&lt;BR /&gt;ipv4-address - Interface IP address&lt;BR /&gt;ipv6-address - Interface IPv6 address&lt;BR /&gt;loopback - delete loopback interface&lt;BR /&gt;sdwan - Deletes the SD-WAN configuration of the interface&lt;BR /&gt;vlan - Delete VLAN&lt;BR /&gt;CP-GW&amp;gt; delete interface eth2.77 alias&lt;BR /&gt;CP-GW&amp;gt; delete interface eth2.77 alias eth2.77:1&lt;BR /&gt;CP-GW&amp;gt; delete interface eth2.77 alias eth2.77:1&lt;BR /&gt;CP-GW&amp;gt; save config&lt;BR /&gt;CP-GW&amp;gt; exit [Expert@CP-GW:0]# ip addr show | grep eth2.77&lt;BR /&gt;7: eth2.77@eth2: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue state UP qlen 1000&lt;BR /&gt;inet 11.12.13.14/24 brd 11.12.13.255 scope global eth2.77&lt;BR /&gt;[Expert@CP-GW:0]#&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:59:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223869#M37304</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223870#M37305</link>
      <description>&lt;P&gt;If you enter the correct value (in your case, eth2.77:1), sure, the alias gets deleted.&lt;/P&gt;
&lt;P&gt;If you enter no value, it gives you an error.&lt;/P&gt;
&lt;P&gt;If you enter any of the infinite number of incorrect values (say you make a typo and you tell it to 'delete interface eth2.77 alias eth2.77.1' instead of eth2.77:1), it deletes the main IP instead of complaining that it couldn't find the alias.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:05:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223870#M37305</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-08-16T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223871#M37306</link>
      <description>&lt;P&gt;Ah yes, I see what you mean, correct. That definitely could be a bug.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:07:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223871#M37306</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223873#M37308</link>
      <description>&lt;P&gt;Dang, thats crazy, I totally see your point now. I just did below and it did the same thinng.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CP-GW&amp;gt; delete interface eth2.77 alias testalias&lt;BR /&gt;CP-GW&amp;gt; save config&lt;BR /&gt;CP-GW&amp;gt; exit&lt;BR /&gt;[Expert@CP-GW:0]# clish&lt;BR /&gt;CP-GW&amp;gt; sh interf&lt;BR /&gt;CLINFR0329 Invalid command:'sh'.&lt;BR /&gt;CP-GW&amp;gt; show interf&lt;BR /&gt;interface - Show a specific interf ace's configurations&lt;BR /&gt;interfaces - Lists all interfaces&lt;BR /&gt;CP-GW&amp;gt; show interface&lt;BR /&gt;interface - Show a specific interf ace's configurations&lt;BR /&gt;interfaces - Lists all interfaces&lt;BR /&gt;CP-GW&amp;gt; show interface&lt;/P&gt;
&lt;P&gt;eth0 eth1 eth2&lt;BR /&gt;eth2.77 lo&lt;BR /&gt;CP-GW&amp;gt; show interface eth2.&lt;BR /&gt;CP-GW&amp;gt; show interface eth2.77&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 50:01:00:07:00:02&lt;BR /&gt;type vlan&lt;BR /&gt;link-state not available&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation off (eth2)&lt;BR /&gt;speed 1000M (eth2)&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;duplex full (eth2)&lt;BR /&gt;link-speed 1000M/full (eth2)&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configu red&lt;/P&gt;
&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropp ed:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:0 packets:0 errors:0 dropp ed:0 overruns:0 frame:0&lt;/P&gt;
&lt;P&gt;SD-WAN: Not Configured&lt;BR /&gt;CP-GW&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:21:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/223873#M37308</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-08-16T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/230514#M38473</link>
      <description>&lt;P&gt;There's a fix for this:&amp;nbsp;PMTR-108479. In my testing so far, it works well. Hopefully it will get integrated in a jumbo soon.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 21:12:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/230514#M38473</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-10-22T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting an Interface Alias</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/245711#M41049</link>
      <description>&lt;P&gt;Today I had a similar issue (R81.10 on CP3100 Cluster).&lt;/P&gt;&lt;P&gt;Testing whether the ISP configured new public IPs for us, I added an alias on the internet facing interface.&lt;/P&gt;&lt;P&gt;After deleting the alias interface, the default route was gone. Quickest recovery was disabling and enabling the internet facing interface via webUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: just found&amp;nbsp;&lt;SPAN&gt;sk89980, alias configuration is not officially supported in clusters. I didn´t notice this in the manual. So maybe TAC won´t care much about it anyways?!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 14:37:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Deleting-an-Interface-Alias/m-p/245711#M41049</guid>
      <dc:creator>Robin_H</dc:creator>
      <dc:date>2025-04-04T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

