I am tasked with replacing a old PIX with a ASA 5505. All was fine until I got to the GLOBAL and NAT commands, when the ASA stated that these are deprecated. After reading documentation online, I unfortunately cannot wrap my head around this. The commands I need to covert are:
global (outside) 1 192.168.5.5
global (outside) 2 interface
nat (inside) 1 172.16.32.0 255.255.255.0 0 0
nat (inside) 1 172.16.35.0 255.255.255.0 0 0
nat (inside) 0 0.0.0.0. 0.0.0.0 0 0
How can I convert these for the ASA?
Thanks