diff --git a/content/en/docs/2025.9/Tutorials/Administration/package-management.md b/content/en/docs/2025.9/Tutorials/Administration/package-management.md index 0adf8f5af..a5b318af9 100644 --- a/content/en/docs/2025.9/Tutorials/Administration/package-management.md +++ b/content/en/docs/2025.9/Tutorials/Administration/package-management.md @@ -61,7 +61,7 @@ weight: 200 #### Create a Trigger on a Package Version -{{< scribe title="How_to_Create_a_Trigger_on_a_CORTEX_Package" id="z6CwThFVTHSRdL1mAMFPsQ" >}} +{{< scribe title="How_to_Create_a_Trigger_on_a_CORTEX_Package" id="XXso2_3PQfOyVnii2sSWxA" >}} ### Running Executions diff --git a/content/en/docs/2026.3/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md b/content/en/docs/2026.3/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md index 152bff3e4..e4eca2a69 100644 --- a/content/en/docs/2026.3/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md +++ b/content/en/docs/2026.3/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md @@ -121,7 +121,7 @@ A trigger allows flow executions to occur on receipt of an SNMP Trap, passing va Each trigger definition consists of a `Name`, which is used to easily identify the trigger, and an optional `Description` to provide additional information. The definition also specifies the `Flow` to be executed as well as a set of conditions that, on receipt of a matching SNMP Trap, will execute the flow. -The conditions that must be set are: +The conditions must be set are: * The `Device Address` of the device sending the SNMP Trap. @@ -143,6 +143,16 @@ The conditions that must be set are: Any data to be passed to the flow’s [input variables][Input Variables] is entered using [expression editors][Expression Editor], except for the SNMP Trap PDU which, if required, is dynamically passed to a selected input variable, overwriting any static or default values configured for that variable. +Data from the SNMP Trap PDU is stored in the {{% ctx %}} Trap Variable, specified in the `Trap Variable` dropdown; the data stored has a similar structure for all three SNMP versions. + +The SNMP Trap PDU contains data expressed as OIDs. These OIDs can be translated into a human readable text strings by adding MIB files to the relevant directory. + +The MIB files used are specified in the MibFilePaths list, and the MIB Modules that they contain will be shown in the MibModuleName parameter list. + +All OIDs in the Trap data that can be decoded by these MIBs will be translated into their human readable format, and any OIDs that are not found in the MIB Modules will remain as OIDs. + +{{< figure src="/images/SNMP Trap PDU.png" title="SNMP Trap PDU" >}} + Creating a [new package version][Create New Version] will not inherit the trigger configuration from the source version. Similarly, exporting a package version will not include the trigger configuration in the {{% ctx %}} Package file. These are known limitations and should be addressed in a future release. See the [Create a Trigger on a Package Version][Create a Trigger on a Package Version tutorial] tutorial for a step-by-step guide. diff --git a/content/en/docs/2026.3/Tutorials/Administration/package-management.md b/content/en/docs/2026.3/Tutorials/Administration/package-management.md index 0adf8f5af..a5b318af9 100644 --- a/content/en/docs/2026.3/Tutorials/Administration/package-management.md +++ b/content/en/docs/2026.3/Tutorials/Administration/package-management.md @@ -61,7 +61,7 @@ weight: 200 #### Create a Trigger on a Package Version -{{< scribe title="How_to_Create_a_Trigger_on_a_CORTEX_Package" id="z6CwThFVTHSRdL1mAMFPsQ" >}} +{{< scribe title="How_to_Create_a_Trigger_on_a_CORTEX_Package" id="XXso2_3PQfOyVnii2sSWxA" >}} ### Running Executions diff --git a/content/static/2026.3/images/SNMP Trap PDU.png b/content/static/2026.3/images/SNMP Trap PDU.png new file mode 100644 index 000000000..6e9ea7df3 Binary files /dev/null and b/content/static/2026.3/images/SNMP Trap PDU.png differ