Is it possible with NCM to run compliance checks against something other than the Running or Startup config on Cisco devices? What I am thinking is being able to run a job that executes a script that does a show command and creates a file on the device. Example:
show int description | redirect flash://complianceCheck.txt |
or even better send directly to NCM
Then run compliance checks against that file. Is this possible or is there a better way of handling something like this? This comes from trying to create a compliance check against "show bgp ipv4 rt-filter sum" and see if any neighbors are down.
Thanks