Hello
I have two network objects "VPN_range" and "Remote_VPN_range" defining the same subnet on my ASA IPSec Firewall.
object network VPN_range
subnet x.x.x.x 255.255.240.0
object network Remove_VPN_range
subnet x.x.x.x 255.255.240.0
Both of these have the below NAT's
object network VPN_range
nat (outside,outside) dynamic interface
object network Remote_VPN_range
nat(Remote_VPN,outside) dynamic interface
Remote_VPN is one of the interfaces on my firewall. Now I want to keep one of the Network Objects and Remove the other duplicate network object from the configuration
Can you guys please help me on how to do this?
Thanks
Ravindra