identify unused up/down ports
Creates web pages that show information about Ethernet switches.
Brought to you by:
siemsen
I would like to disable ports which are administratively up, but line protocol is down >60 days. I have listed below two ways to identify these ports. I will attempt a solution if I find the time, but it will be a bit of a learning curve for me. It seems like a trivial mod given the appropriate skillset. Thanks for the app. Love it!
Anonymous
I figured it out.
populateports.pm
if (($Port->{State} ne 'Active') && ($Port->{State} ne 'Disabled'))