I'm building a template for an ASA that has some NAT statements. Those statements need (). When I add those into the template the ) doesn't show up. Here's an example of my output. I'm assuming ) is part of the scripting. How do I get around this?
object network obj-192.168.0.0
nat (inside,broadband dynamic interface
object network obj-172.16.0.0
nat (inside,broadband dynamic interface
object network obj-10.0.0.0
nat (inside,broadband dynamic interface
object network obj-192.168.1.0
Should be:
object network obj-192.168.0.0
nat (inside,broadband dynamic interface)
object network obj-172.16.0.0
nat (inside,broadband dynamic interface)
object network obj-10.0.0.0
nat (inside,broadband dynamic interface)
object network obj-192.168.1.0