I am getting a endless series of Events reporting that the bandwidth has changed on a multiple-link ISDN connection. (Actual interface is IMA, ATM-over-Multiple-ISDN)
I would really like to exclude these interfaces from the Bandwidth-Changed detection mechanism; or at least stop getting Events for them.
I only have two of these interfaces, but they change continuously...
Anyone have a suggestion?
Example:
There are many other posts asking the same question. A lot of people would like to be able to supress this.
Sol-
Would you please reference the actual other threads when making such statements?
I did a search before posting and did not find any examples of THIS issue. Lots of people have general problems with 10/100 changes related to interface up/down and Auto functionality --- that is a different issue. I am trying to exclude two specific interfaces (out of ~50,000) from this particular Event.
Here is a post that just might have your answer:
On a second look at that thread, thats not going to fix your issue.... Although you could: Replace the Last XX Events resource with a Report Writer - Turn a Report from Report Writer into a Web Resource. You will lose the "fruit loop colored field" look; but you can filter it any way you want to.
We Report the Bandwidth Change since it will affect the Interface Percent Utilization on the Devices.
Note:
This will Turn off MAC Address Changes, Interface Name Changes, and Bandwidth Changes on Interfaces.
To Disable these updates, please execute the following SQL Query:
Update EventTypes set Notify='0', Record='0' where Name='Interface Changed'