I'm using packet tracer 7.1.1 and the "nat" command doesn't exist in config mode. It looks like I can use network object nat in command mode, but thats not what I need. I need to make a static no nat command like:
# nat (inside,outside) source static 192.168.1.0 192.168.1.0 destination static 192.168.2.0 192.168.2.0 no-proxy-arp route-lookup
Any ideas? Thanks.