Sorry if this issue has already been addressed in other posts, but I couldn't find anything on it.
In my network we have a couple of hundred ether-channels configured. 90+% of them are 4 Gbps, but a few are running at 1, 2, or 3 Gbps.
My goal is to create an alert that tells me when an ether-channel's speed drops below 4 Gbps. However, I obviously want to exclude alerts on the ones that are designed to be slower.
With that goal in mind, I renamed all of the ether-channels in this format:
1. They contain "** Port-Channel ** " in the interface description on the switch
2. If they are designed to be slower than 4 Gbps then I included the speed in the interface description (I.e., ** Port-Channel to Core 1 - 2 Gbps **)
Then I created an alert that looks like this:
Property to monitor: Interface
Trigger alert when ALL of the following apply
Interface speed is less than 4000000000
Full name contains Port-Channel
Interface status is equal to Up
Interface status is not equal to Unmanaged
Trigger Alert when NONE of the following apply
Full name contains 3 Gbps
Full name contains 2 Gbps
Full name contains 1 Gbps
The first part of the alert works fine. If the speed is less than 4 Gbps I get an email. The problem is that I am getting alerts for unmanaged ports and ports that have 3, 2, or 1 Gbps in the description.
So I have two questions:
1. Why am I getting alerts on unmanaged interfaces?
2. How do I stop getting alerts for slower ether-channels? Is my exclusion setup improperly, or is this something I need to contact Solarwinds support about?
Thanks!
- Josh