Need to collect DNA information from cisco equipment (show ver)

I need collet the cisco DNA information from my devices. there is NOT a dedicated cli commad. We have no python experts to queri API's.

I need ncm to loging to each cisco device, do a term len 0, then a show ver. all output for all devices needs to be logged to a text file.

how can i get ncm to accomplish this?

  • Not sure what you mean by DNA Info, but if it's just a show ver you need, then you can do this with a "job" [My Dashboard > Network Config > Jobs]. Also, just to point out, that an NCM backup is literally the output of a show ver.

    That said: go to the above jobs link and create a new job. On the first screen make sure to change the 'Job Type' dropdown to 'Execute Command Script on Devices'. Then just follow your nose through the various options and screens and when you get to the 'Add Job Specific Details' screen.

    On this screen you simply enter each command you need to run, with each command being on its own line. Yours might look like this:

    Do note, the output is just straight text. Parse / manipulate that to your hearts content.