Deleting Aggregate Interface

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Deleting Aggregate Interface

L2 Linker

Good Morning,

 

can someone verify that the following command is correct for removing an aggregate-ethernet interface?

 

          delete network interface aggregate-ethernet ae1 layer3 units ae1.82

 

I am a litte leary of implementing this command due to the fact that I cannot find where this is documented.

 

Your help is greatly appreciated.

 

Thanks.

2 accepted solutions

Accepted Solutions

Community Team Member

Hi @netzwerk-admin,

 

That works for me 😄

 

At first it complained about some existing references and I was unable to delete it :

 

admin@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180

Server error :   ae1.180 cannot be deleted because of references from:
 vsys -> vsys1 -> zone -> v1-trust -> network -> layer3
 network -> virtual-router -> tst -> interface

First I had to remove the references in the Zone and VR.  After that I was able to delete the interface in the CLI.

 

In the GUI I could just delete it while the security zone and VR were still configured on it.

 

Hope this helps !

-Kiwi.

 

 

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

View solution in original post

Cyber Elite
Cyber Elite

Hi

 

 

this is the appropriate command but it will not automatyically take care of dependencies, so you will need to remove it from the virtual router as well, for example, and any other places where it may be referenced (zone,..)

 

 

reaper@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180 

Server error :   ae1.180 cannot be deleted because of references from:
 vsys -> vsys1 -> import -> network -> interface
 vsys -> vsys1 -> zone -> v1-trust -> network -> layer3
 network -> virtual-router -> tst -> interface

reaper@myNGFW# delete network virtual-router tst interface ae1.180 

[edit]       
reaper@myNGFW# delete vsys vsys1 zone v1-trust network layer3 ae1.180 

[edit]   
reaper@myNGFW# delete vsys vsys1 import network interface ae1.180 

[edit]                                                                                                                                                                                             
reaper@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180

[edit]                    

 

The GUI takes care of the dependencies automatically

Tom Piens
PANgurus - Strata specialist; config reviews, policy optimization

View solution in original post

4 REPLIES 4

Community Team Member

Hi @netzwerk-admin,

 

That works for me 😄

 

At first it complained about some existing references and I was unable to delete it :

 

admin@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180

Server error :   ae1.180 cannot be deleted because of references from:
 vsys -> vsys1 -> zone -> v1-trust -> network -> layer3
 network -> virtual-router -> tst -> interface

First I had to remove the references in the Zone and VR.  After that I was able to delete the interface in the CLI.

 

In the GUI I could just delete it while the security zone and VR were still configured on it.

 

Hope this helps !

-Kiwi.

 

 

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

Cyber Elite
Cyber Elite

Hi

 

 

this is the appropriate command but it will not automatyically take care of dependencies, so you will need to remove it from the virtual router as well, for example, and any other places where it may be referenced (zone,..)

 

 

reaper@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180 

Server error :   ae1.180 cannot be deleted because of references from:
 vsys -> vsys1 -> import -> network -> interface
 vsys -> vsys1 -> zone -> v1-trust -> network -> layer3
 network -> virtual-router -> tst -> interface

reaper@myNGFW# delete network virtual-router tst interface ae1.180 

[edit]       
reaper@myNGFW# delete vsys vsys1 zone v1-trust network layer3 ae1.180 

[edit]   
reaper@myNGFW# delete vsys vsys1 import network interface ae1.180 

[edit]                                                                                                                                                                                             
reaper@myNGFW# delete network interface aggregate-ethernet ae1 layer3 units ae1.180

[edit]                    

 

The GUI takes care of the dependencies automatically

Tom Piens
PANgurus - Strata specialist; config reviews, policy optimization

Hi,

 

thank you.

 

Apparently, the delete in the GUI was done, however it still left some of the dependencies for the aggregate interface.

 

So I have to look at our test system and see what I did wrong.

 

Again, thanks for the verification.

Hi kiwi,

 

I had deleted the Zone and VR in the GUI first, then tried to delete the interface.

 

So, I deleted it in the wrong order.

 

Thanks for the help.

  • 2 accepted solutions
  • 5662 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!