How can I get a report of all monitored devices serial numbers w/Orion NPM? All devices are Cisco. I also would like the serial numbers for all installed cards (show inv).
Thanks
jb67,
You'll need to create a Universal Device Poller (UnDP) for the specific OIDs in the Cisco MIB for the devices you are monitoring. For more information about UnDPs, see "Monitoring MIBs with Universal Device Pollers" in the SolarWinds Orion NPM Administrator Guide.
For more information about Cisco MIBs, see www.cisco.com/.../mibs.shtml.
This would be a custom poller that you will need to setup with the UnDP (Universal Device Poller) to poll the Serial number off these devices. The OID I use for this is as follows but may be different depending on the IOS version...
1.3.6.1.4.1.9.9.92.1.1.1.2.1
Once you have the data being collected all you need to do is create a report for this information with the Report Writer.
Hope this helps and let us know if you run into any problems.