I am having a problem executing the following script on a Cisco ASA 5508-X. We are able to successfully configure other ASA devices manually using the same script. However, when we attempt to make our job easier by executing the same script, NCM successfully connect to the box and appears to run the script without any issues. When we log into the device manually (to verify) we notice there is no sign of the config statements from the script. It appears NCM is giving false a positives and not actually configuring or saving the config on the device. Does any Thwackers know why this is happening?
config t
clear config snmp-server
snmp-server enable
snmp-server group SampleText v3 priv
snmp-server user ********* SampleText v3 auth sha ************ priv aes 128 *************
snmp-server host outside X.X.X.X version 3 ***********
wr