11-14-2014 12:30 PM - edited 03-11-2019 10:05 PM
For example Demora12 is a server that has been decommissioned. I need to remove all the configurations related to this server on my ASA firewalls. I have ASA5550 and ASA 5520. How can I do that? can anybody tell me a process?
Thank you in advance.
11-15-2014 06:48 AM
Get the ip address of the server and search your config "show run | i <ip address>" that is the starting point from there on you can explore further configs for that server.
HTH
Murali
11-26-2014 07:30 AM
11-26-2014 08:40 PM
Hi,
You need to remove host from object network group.
See example below
i created object-group network called test
ciscoasa(config)# object-group network test
ciscoasa(config-network)# network-object host 2.2.2.2
ciscoasa(config)# object-group network test
ciscoasa(config-network)# no network-object host 2.2.2.2
Regards
Mahesh
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