I have an alert configuration where the intention is to alert on an interface on a switch or router when the interface is down. This issue I have is that an enabled interface reports down when nothing is plugged into it. That is, it is Administratively UP and Operationally DOWN because nothing is plugged into it. One thing I've done to filter some of the noise this creates is to add a condition that the total transmit + receive bps is > 0. The thought being that an enabled interface that gets used from time to time would have throughput and therefor if the status is down and there's been traffic then I should alert. This kind of works in that I have eliminated a lot of the down alerts from enabled unused/never used interfaces. But, this doesn't help in the immediate aftermath of unplugging something from the interface. While poking around I found a trigger condition variable called "Interface Responding" but, I don't really know what that means. If anyone has any input I'd love to be better educated about how I can produce an alert that triggers on an interface that is effectively dead.
