---
title: "SNMPTrap sub-tab (v5.6+)"
slug: "snmptrap-sub-tab"
updated: 2023-04-17T14:37:38Z
published: 2023-04-17T14:37:38Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zpesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SNMPTrap sub-tab

Any triggered event can be sent as an SNMP trap to an existing NMS system. SNMP v2 and 3 for traps is supported. The MIB files for the device are available together with the firmware files. ![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1678980787973.png)

### Configure SNMP Trap Settings

1. Go to *Auditing :: Destinations :: SNMP Trap*.
2. Enter **Server** (comma-separated list).
3. On **Transport Protocol** drop-down, select one (UDP-IPv4, TCP-IPv4, UDP-IPv6, TCP-IPv6) (protocol to send traps - default: UDP-IPv4).
4. Enter **Port** (default: 162).
5. Enter **Client Address.**
6. On *Trap Version*menu, select one:
  - **Version 2c** radio button. Enter **Community**. ![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1678981234923.png)
  - **Version 3** radio button (expands dialog). ![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1678981255766.png)
    - Enter **User Name.**
    - On **Security Level** drop-down, select one (noAuthNoPriv, authNoPriv, authPriv).
    - On **Authentication Algorithm** drop-down, select one (MD5, SHA).
    - Enter **Authentication Password.**
    - On **Privacy Algorithm** drop-down, select one (DES, AES).
    - Enter **Privacy Passphrase.**
7. Click **Save**.

### Access MIB files

(available in v5.6+)

#### CLI Procedure

The MIB files are located as follows:

```none
root@nodegrid:~# ls -l /usr/local/mibs/
total 104
-rw-r--r-- 1 root root 36940 Nov 20  2017 NodeGrid-MIB.asn
-rw-r--r-- 1 root root 61403 Nov 20  2017 NodeGrid-TRAP-MIB.asn
-rw-r--r-- 1 root root  2732 Nov 20  2017 ZPESystems.smi
```
