The firewall is running version 8.2 on ASA 5580. Address translation is not needed on Inside network and Outside network.
But the customer has hundreds of static command as below..
static (inside,outside) 10.10.10.0 10.10.10.0 netmask 255.255.255.0
static (inside,outside) 10.10.11.0 10.10.11.0 netmask 255.255.255.0
static (inside,outside) 10.10.12.0 10.10.12.0 netmask 255.255.255.0
static (inside,outside) 10.10.13.0 10.10.13.0 netmask 255.255.255.0
.
.
.
.
Can they all be removed and replace with one single command as below?
no nat-control
(i think no nat-control is default setting anyway).
Thanks,