# Creating an SNMP Trap Destination

SNMP traps are automatically generated on TMedia platforms by the NetSNMP installation, which monitors hardware and software interfaces registered with the ifTable of the IF-MIB module. When the operation status of an interface changes, a trap is generated by NetSNMP, and sent to a destination address for processing. In order for traps to be generated, an SNMP trap destination must be defined in the Web Portal.\
\
To create an SNMP trap destination, do the following:\
NOTE: The procedure will vary, depending on whether you create a trap destination for SNMPv1/v2, or for SNMPv3.<br>

1-Click Services in the navigation panel.

<figure><img src="https://docs.telcobridges.com/w/images/c/c5/Snmp_cfg_A_0.png" alt=""><figcaption></figcaption></figure>

2-Select the SNMP tab.

<figure><img src="https://docs.telcobridges.com/w/images/5/59/Snmp_cfg_A_1.png" alt=""><figcaption></figcaption></figure>

\
3-Create New SNMP Trap Destination

<figure><img src="https://docs.telcobridges.com/w/images/9/96/Snmp_Trap_0.png" alt=""><figcaption></figcaption></figure>

Creating an SNMPv1/v2 Trap Destination

* In the trap destination configuration panel, set the following parameters if you are creating a trap destination for SNMPv1/v2:
  * Enter a name to identify the trap destination
  * Enter a destination IP Address for sending generated traps
  * Enter a destination port number, on which to send generated traps (standard default value is 162)
  * Select version 1 or 2 from SNMP Version
  * Enter the name of the SNMPv1/v2 community to use (configured previously)
  * Click Create

<figure><img src="https://docs.telcobridges.com/w/images/1/11/Snmp_Trap_1.png" alt=""><figcaption></figcaption></figure>

Creating an SNMPv3 Trap Destination

* In the trap destination configuration panel, set the following parameters if you are creating a trap destination for SNMPv3:
  * Enter a name to identify the trap destination
  * Enter a destination IP Address for sending generated traps
  * Enter a destination port number, on which to send generated traps (standard default value is 162)
  * Select version 3 from SNMP Version
  * Enter the name of the SNMPv3 user to use (configured previously)
  * Select a security level for the user from the security level drop-down box
  * Select an appropriate authentication algorithm for the user from the authentication drop-down box
  * Enter the appropriate authentication pass phrase for the user
  * Select an appropriate privacy standard for the user from the privacy protocol drop-down box
  * Enter the appropriate authentication privacy phrase for the user
  * Click Create

<figure><img src="https://docs.telcobridges.com/w/images/0/00/Snmp_Trap_1a.png" alt=""><figcaption></figcaption></figure>

* Verify that the "SNMP Trap Destination was Successfully Created" message is displayed and that the new SNMP trap destination appears in the SNMP Trap Destinations list

<figure><img src="https://docs.telcobridges.com/w/images/2/20/Snmp_Trap_A_5.png" alt=""><figcaption></figcaption></figure>

<br>

### List of Parameters

* SNMPv1/v2
  * [Name](/configuration-details/configuration-parameters-all.md#parameter-name)
  * [Destination IP address or domain](/configuration-details/configuration-parameters-all.md#parameter-destination-ip-address-or-domain)
  * [Destination Port](/configuration-details/configuration-parameters-all.md#parameter-destination-port)
  * [SNMP Version](/configuration-details/configuration-parameters-all.md#parameter-snmp-version)
  * [Community](/configuration-details/configuration-parameters-all.md#parameter-community)
* SNMPv3
  * [Name](/configuration-details/configuration-parameters-all.md#parameter-name)
  * [Destination IP address or domain](/configuration-details/configuration-parameters-all.md#parameter-destination-ip-address-or-domain)
  * [Destination Port](/configuration-details/configuration-parameters-all.md#parameter-destination-port)
  * [SNMP Version](/configuration-details/configuration-parameters-all.md#parameter-snmp-version)
  * [Username](/configuration-details/configuration-parameters-all.md#parameter-username)
  * [Security Level](/configuration-details/configuration-parameters-all.md#parameter-security-level-snmpv3)
  * [Authentication](/configuration-details/configuration-parameters-all.md#parameter-authentication)
  * [Password phrase](/configuration-details/configuration-parameters-all.md#parameter-password-phrase)
  * [Privacy protocol](/configuration-details/configuration-parameters-all.md#parameter-privacy-protocol)
  * [Privacy phrase](/configuration-details/configuration-parameters-all.md#parameter-privacy-phrase)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/system-settings/creating-an-snmp-trap-destination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
