Is there any easy way create a job to email full running configs of certain devices in NCM?
I think I got it...after seeing how easy you did with the command script..I started playing with excluding snmp etc.
Finally came up with :
show run | exclude (snmp-server|username|enable)
Hopefully that will cover all my bases!
Thanks again for the help!!
create a scheduled job -> execute command -> pick nodes you want -> show run -> email results of job.
LOL wow...completely missed how easy that was...anyway to have it not show the snmp strings/passwords easily?
if cisco, the easiest way would be:
sh run | exclude <snmp string>to exclude lines that have the string in it.
there might be a service command that does that??