# Trap Listener Input

NetObserv SNMP Trap listens for metrics, status and other telemetry data sent by network devices using SNMP.

#### EF\_INPUT\_TRAP\_LISTENER\_IP

This configuration specifies the IP address on which the SNMP Trap listener will listen for incoming SNMP Traps.

* Default
  * `0.0.0.0`

#### EF\_INPUT\_TRAP\_LISTENER\_PORT

This configuration specifies the port for the SNMP Trap listener to bind itself to.

* Default
  * `162`

#### EF\_INPUT\_TRAP\_LISTENER\_NORMALIZER\_POOL\_SIZE

This configuration specifies the size of the pool of normalizer workers that will be initialized to process incoming SNMP Traps.

* Minimum Value
  * `1`
* Default
  * `3`

#### EF\_INPUT\_TRAP\_LISTENER\_TRANSPORT

This configuration specifies the transport protocol to be used by the SNMP Trap listener.

* Valid Values
  * `udp`, `tcp`
* Default
  * `udp`

#### EF\_INPUT\_TRAP\_LISTENER\_AUTHORITATIVE\_ENGINE\_ID

This configuration specifies the authoritative engine ID to be used by the SNMP Trap listener.

* Default
  * `authoritative_engine_id`

#### EF\_INPUT\_TRAP\_LISTENER\_CREDENTIALS\_DIRECTORY\_PATH

This setting specifies the path to the directory where the [Listener Credentials](/trapcoll/configuration/receiving-traps/credentials.md) definitions files are located.

* Default
  * `/etc/elastiflow/snmp/traps/credentials`

#### EF\_INPUT\_TRAP\_LISTENER\_DEVICE\_STORE\_PATH

This setting specifies the path to the directory where the [Listener Devices](/trapcoll/configuration/receiving-traps/devices.md) definitions files are located.

* Default
  * `/var/lib/elastiflow/trapcoll/devices.yml`


---

# 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://docs.elastiflow.com/trapcoll/configuration/receiving-traps/input_trap.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.
