I would REALLY like to see a command "show run nat in-line" which will display nat statements on one line.
Example:
ASA# show run nat
object network obj-172.16.200.202
nat (INSIDE,OUTSIDE) static interface service tcp www 202
ASA# show run nat in-line
object network obj-172.16.200.202 nat (INSIDE,OUTSIDE) static interface service tcp www 202
Many of my firewalls have huge NAT configurations. There's no way to search for a specific IP or even object to see what the translation is on this table. The only comamnd is "show run nat" then I have to manually look for it. Even if I do the "| include" statement I only get half the translation which doesn't help. With this new command I could now do a "show run nat in-line | include 172.16.200.202" and see exactly what the translation is for that IP or object I'm searching for.
Cisco has already put in a "show run object in-line" statement which displays the object and its contents in one line. So how about it Cisco, why don't you put a "show run nat in-line" command in for us?