01-26-2025 12:53 PM
Hi,
EPGs in ACI are placed in a tenant, mostly there are a lot of EPGs, BDs L3Outs within this tenant. How can i prevent that by mistake the tenant is deleted, which in turn would delelte all other objects too, that in turn generates a full network outage? is there any way that the platform itself asks if you really want to do that? at the moment you just delete and then it is gone.
01-26-2025 09:56 PM
Hello @waschminator
In Cisco ACI (Application Centric Infrastructure), there is no built-in "Are you sure?" confirmation prompt when deleting a tenant or other objects. However, there are several strategies and best practices you can implement to prevent accidental deletion of a tenant and its associated objects. Please let me know if you want me to elaborate them.
01-26-2025 10:09 PM
Hello,
yes, please elaborate. Br
01-27-2025 01:37 AM - edited 01-27-2025 01:38 AM
Hello @waschminator
Here are various available options:
Use automation tools (e.g., Python scripts with the ACI REST API) to add safeguards for tenant deletion. For example:
DO_NOT_DELETE
to tenants that should not be deleted.DO_NOT_DELETE
or CRITICAL
.While this does not prevent deletion directly, it provides a visual indicator to users and can be used in scripts or automation workflows to enforce safeguards.
While ACI does not currently provide a built-in confirmation prompt for tenant deletion, implementing these strategies can help reduce the risk of accidental deletions and their impact.
Feel free if you need further guidance in running any of the above mentioned options.
Hope This Helps!!!
AshSe
Forum Tips:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide