04-30-2015 08:41 AM - edited 03-11-2019 10:52 PM
I have just taken over the administration of a network and I am trying to clean up a number of things. On the ASA's there are a number of objects created that when I right click on them and select "Where used" I get the message:
"XXXXXXX is not used anywhere"
So my basic question is; can I delete this object?
More generally, is an object that is not part of any rule providing any functionality?
Solved! Go to Solution.
04-30-2015 09:31 AM
If an object or object-group isn't part of a NAT, ACL, etc. then it can be removed.
At the CLI you can verify with a:
show run | i <object name>
If you get more than 1 result (the object itself), then it's used by something.
You might want to cross-reference against this tool as well:
http://www.tunnelsup.com/config-cleanup/
04-30-2015 09:31 AM
If an object or object-group isn't part of a NAT, ACL, etc. then it can be removed.
At the CLI you can verify with a:
show run | i <object name>
If you get more than 1 result (the object itself), then it's used by something.
You might want to cross-reference against this tool as well:
http://www.tunnelsup.com/config-cleanup/
04-30-2015 12:52 PM
Thanks for taking time to answer my simple question!!!
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