Hello,
I have an interface on a switch that I would like to set alerts based on PPS. I would like to know when PPS falls below a certain threshold.
Is this possible? If so how.
Thanks
i've used this alert to log high pps into the net perf mon event log/console
and here's the alert messge sent to the log:
( HIGH TRF RATE) for Packets-per-Second on NODE ${Node.Caption} on INTERFACE - ${FullName} *** In Speed ${Inbps as Bandwidth} Out Speed ${Outbps as Bandwidth} *** Packets-per-Seconds In ${InPps} Out ${OutPps}
i can see where if you wanted to concentrate on just one interface or more then get it's unique INTERFACE ID# from System Manager and put it in the alert tab for suppression.
Thanks a lot!