summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/delivery.rst
blob: 70bdba3bb7255ace80ebe9c6191575a83bbdf934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

Delivery
========

Docker Container
----------------

**trapd** is delivered as a docker container that can be downloaded from onap:

    ``docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3 ./bin/snmptrapd.sh start``


Standalone
----------

**trapd** can also be run outside of a docker environment (for details, see "Installation" link) by downloading the source image from:

.. code-block:: bash

    gerrit.onap.org:29418/dcaegen2/collectors/snmptrap