I'm using WinCC OA 3.15P1.
Is there an easy way to trigger an alarm for a connection lost with any SNMP Agent? Or should I go for CTRL script?
I didn't find anything useful in the help documentation.
SNMP Connection failure
- RudiKreiner
- Posts:198
- Joined: Mon May 16, 2011 2:10 pm
Re: SNMP Connection failure
I think this issue addresses a similar topic:
https://portal.etm.at/index.php?option= ... id=16#4948
so maybe it will help you too
https://portal.etm.at/index.php?option= ... id=16#4948
so maybe it will help you too
- uxout
- Posts:82
- Joined: Wed Jul 20, 2016 12:07 pm
Re: SNMP Connection failure
Thanks for the link.
It's not really about monitoring managers to know if they stop.
What I want is to know when there is a link error to a SNMP agent so that I can trigger an alarm.
How could I do this?
It's not really about monitoring managers to know if they stop.
What I want is to know when there is a link error to a SNMP agent so that I can trigger an alarm.
How could I do this?
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: SNMP Connection failure
SNMP uses the message oriented protocol UDP, so there is no connection (loss). When the SNMP agent does not respond in time, then the datapoint element '.Status.Timeout' will be set. To get an alarm place add an alert_hdl config on this element.