VPN Message Alert
The VPN Message Alert triggers on combinations of specific VPN message area, severity, and code. This alert is applicable to Cisco VPN devices.
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aler="AlertService"> <soapenv:Header/> <soapenv:Body> <aler:createAlert> <!--Optional:--> <aler:authToken>admin/admin123</aler:authToken> <!--Optional:--> <aler:alertTypeName>VPN Message Alert</aler:alertTypeName> <!--Optional:--> <aler:name>Alert27</aler:name> <!--Optional:--> <aler:desc>VPN Connections Alert - user alert</aler:desc> <!--Optional:--> <aler:priorityName>high</aler:priorityName> <!--Optional:--> <aler:enabled>no</aler:enabled> <!--Optional:--> <aler:deviceNames>All Other Unix</aler:deviceNames> <!--Optional:--> <aler:usernames>admin</aler:usernames> <!--Optional:--> <aler:trapIds></aler:trapIds> <!--Optional:--> <aler:resetTime>900</aler:resetTime> <!--Optional:--> <aler:trackIndividualDevice>yes</aler:trackIndividualDevice> <!--Optional:--> <aler:alertRules>MessageArea/ANY//MessageCode/0//SeverityFrom/2//SeverityTo/6</aler:alertRules> <!--Optional:--> <aler:snmpOId></aler:snmpOId> </aler:createAlert> </soapenv:Body> </soapenv:Envelope>
The following table lists the VPN Messages Alert-specific parameters. You must include the parameters as inputs for the alertRules parameter.
Parameter | Description | Values | Required | Type |
---|---|---|---|---|
MessageArea | Identifies the message area for the alert. The message area defines the general area from where the alert is sent. For example, alerts that are related to HTTP, AUTH, IKE, or IPSEC.
A combination of the MessageArea and MessageCode uniquely identifies the alert. |
For a list of possible values, see the
Message Areas, or view the list in the User Interface.
Examples: ANY, AUTH, DNS, SMTP, and WAN |
yes | string |
MessageCode | Identifies the alert code.
The range can vary from 1 to the maximum value for the Area you select. A combination of the messageArea and MessageCode uniquely identifies the alert. |
Any positive integer.
In addition you can leave the field blank or type a zero (0). If you leave this field blank or type zero, this equals Any to the application. |
yes | int |
SeverityFrom | Minimum value for the severity level range as it relates to the value specified by the messageArea parameter.
The SeverityFrom parameter and the SeverityTo parameter define the numeric range |
Any positive integer between 0 and 13.
The value zero (0) equals all severity levels. |
yes | int |
SeverityTo | Maximum value for the severity level range as it relates to the value specified by the messageArea parameter.
The SeverityFrom parameter and the SeverityTo parameter define the numeric range |
Any positive integer between 0 and 13.
The value zero (0) equals all severity levels. |
yes | int |