05-08-2023 07:24 AM
I want to see a output report from sending the command show run | i snmp to a group of devices Is it possible to use PI to produce a report of the output from specific devices when a command is sent?
05-08-2023 12:08 PM
may be try below :
05-08-2023 12:55 PM
Hi
Do you want to run the command "show run | i snmp" and you want to see the output of this command in a Prime report?
I dont think is possible. Report generated by Prime is based on snmp raw data collected from devices and I dont believe this information could be gathered using snmp.
05-10-2023 02:00 PM
Hi,
You might use the REST API CLI Template endpoints, to create, deploy a CLI template to run it to target list of devices, then collect the CLI ouput outcome in the job result.
Take a look:
https://developer.cisco.com/site/prime-infrastructure/documents/api-reference/rest-api-v3-9/
https://developer.cisco.com/site/prime-infrastructure/documents/api-reference/rest-api-v3-9/v4/op/cliTemplateConfiguration/deployTemplateThroughJob-PUT@_docs/
05-26-2023 05:35 AM
Those links are either not available us or have been moved.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide