remove all deployed epg's on a specific port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:44 AM
I am looking for a way to easily clear interface configuration in ACI. Currently we have to look up all the epg's that are on an interface and then go into the epg to remove the deployments. We do have the deletes scripted but we still have to know which epg's we want to delete. I am looking for a way to basically reset an interface to defaults so that I may reuse it with different configuration.
- Labels:
-
Cisco ACI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 01:04 AM - edited 10-09-2023 01:04 AM
Hi @Rebeccafarlow ,
If this can help.
Executed the command in the configuration terminal mode (conf t). The Syntax is as follows:
------------------------
conf t
default interface [interface name]
------------------------
Replace [interface name] with the name of the interface you want to reset.
Cheers!
