I'm trying to transfer the configuration over from an old firewall to a new Cisco ASA 5506-X firewall. The new firewall will not taking the following NAT commands because the method to configure NAT has changed with the newer versions. Can anyone help me convert these NAT commands to the new commands?
global (outside) 1 interface
nat (inside) 0 access-list inside2_nat0_outbound
nat (inside) 1 network-inside 255.255.255.0
nat (inside) 1 network-server 255.255.255.0
nat (inside) 1 network-guest 255.255.255.0
nat (inside) 1 network-Old192 255.255.255.0
static (inside,outside) tcp interface sip pbx sip netmask 255.255.255.255
static (inside,outside) udp interface 4569 pbx 4569 netmask 255.255.255.255
static (inside,outside) tcp interface smtp mail1 smtp netmask 255.255.255.255
static (inside,outside) tcp interface https mail1 https netmask 255.255.255.255