Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > SYS_SNMP_ACTIVE

SYS_SNMP_ACTIVE

Script Function: Checks if the SNMP connection (Simple Network Management Protocol) of AE if active.

Syntax

SYS_SNMP_ACTIVE()

Return codes

"Y" - The SNMP connection of AE is active
"N" - The SNMP connection of AE is inactive

Example

The example demonstrates a check that is made to determine whether the SNMP connection is active. The result is output to the activation report.

:SET &RET# = SYS_SNMP_ACTIVE()
:
PRINT &RET#

 

See also:

Script element Description

:SEND_SNMP_TRAP

Sends an SNMP trap

AE and SNMP

Script Elements - System Conditions and Settings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function