I'd like to make a simple report to use with our quarterly metrics.
I simply need to get a report from each switch of how many ports it has, how many have a description containing the word "EMPTY", and what the percent of used ports are.
example:
Switch #of ports #of EMPTY %of ports in use
Switch 1 52 10 ~80%
Is something like this doable?