So I am getting a high volume of traps with a failure on them. Trap type = SNMPv2-MIB:authenticationFailure By high I mean about 1 every 3-4 seconds from almost 1000 server devices. I have found the issue and put in the request to have the settings changed on all of our servers, but that change might take another 2-4 weeks to be implemented. So in the meantime it is almost impossible to search for traps due to timeouts and general slowness. I am thinking that if I clear these traps out of the table daily it might run better. So if I simply run a
delete * from traps
where [TrapType] = 'SNMPv2-MIB:authenticationFailure'
can I do this while the system is up and running without hurting anything? I am looking to clear all these trap types out of the database hoping to increase response time. This is our primary trap receiver and it feeds our event console and remedy ticket system. to shut it down even for a quick thing like this is not really something I can do without lots and lots of red tape. Any thought on just clearing these trap types out while the system is running?