Hi,
Before I go off and write a custom Python script, I'd like to see if any one has had any luck with trying to find the count of connected interfaces on a typical Cisco node. I had written a quick SWQL, but quickly realized that it will only return information for managed interfaces only
In an ideal world, I would like to be able a command such as this and receive a number as the output:
show interface status | count connected Number of lines which match regexp = 99
The ability to track that number over a period of time in a time series database or graph similar to how SolarWinds can track bandwidth utilization over time would be amazing. Not sure how possible that is.
Thanks!