Hi,
I've got a question regarding SNMPv3 traps sent to DataMiner. In a scenario where there is some network latency and a " Interface Link Up" trap is received before the "Interface Link Down" trap was received, how would DataMiner handle this? Would it ignore the first trap received "Interface Link Up" and just raise an alarm when the "Interface Link Down" trap was received?
Thanks in advance,
Carlos
Thanks Miguel.
As per your last update, traps will be processed on a first-come, first-served basis.
When link-aggregation 1 link is down, then the SNMPv3inform unable to send out and wait for the retry, this will run on the interval of 3 seconds retry 20 times to dataminer until the trap is being acknowledge.
After the retry timer expired, the SNMPv3Inform of Link aggregation 1 down is sent and Dataminer triggers the alarm. during this time, the link might be restored and interface link up was processed/received by dataminer before interface link down.
question is, how will dataminer amange this? will dataminer continue to query link-aggregate 1 to check on the status? is this something that we can check/change in the cmts protocol driver?