Hi,
I've been trying to use UDT in order to ascertain whether there are ports in our DCs that should be shut down. In the first instance I want to find ports that are either:
- Admin up/Oper down and have no port description - these are candidates for shutting down.
- Admin up/Oper down but do have a port description - these require investigation as they were at one point valid on the network but are now potentially stale and need shutting down and the port description removing.
I have been attempting to use UDT for this… I have turned UDT on for every port on every device and have used a custom SWQL query with various filters to limit it to DC devices, Ethernet only ports, etc. and I would like to further limit it to ports that have been down for 30 days or more… however the Orion.UDT.UnusedPorts.DaysUnused field is causing me some concern.
It is either a number or 'Never' - my question is "What does 'Never' actually mean?"
If a port has the value 'Never' does that mean UDT thinks the port has never been used, never seen a device on the end of it, or does DaysUnused=Never mean that the port is contantly in use - i.e. it has never been unused?
I ran my query on the DC devices and found just 2 ports with a numerical value for DaysUnused and the rest were all 'Never' (7495 of them!!)
Has anyone else managed to understand this field and, more importantly, successfully written a query that shows inactive ports that are candidates for shutting down.
I also tried using Orion.NPM.Interfaces but that only collects information for ports that are actively being monitored - when it comes to detecting ports that are up/up with no port descriptions (and hence should be investigated) I won't be able to find them because they are not being monitored.
Surely someone, somewhere has come across this need before?