summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/delivery.rst
diff options
context:
space:
mode:
authorLadue, David (dl3158) <dl3158@att.com>2018-10-16 16:29:58 -0400
committerLadue, David (dl3158) <dl3158@att.com>2018-10-19 12:20:34 -0400
commitbb896893a798b1ddf5abd9cd17af77455ddd7432 (patch)
treee832b8b37c88332b708a0d2b4c84bb2d4552cc53 /docs/sections/services/snmptrap/delivery.rst
parent2df4b8cac0edf477f4ae62ea3ea2ce8b4d3eaa20 (diff)
expanding docs, including V3 specs
Change-Id: Id9aff7c62426d8e695374799df30ef6b12be667b Issue-ID: DCAEGEN2-624 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'docs/sections/services/snmptrap/delivery.rst')
-rw-r--r--docs/sections/services/snmptrap/delivery.rst19
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/sections/services/snmptrap/delivery.rst b/docs/sections/services/snmptrap/delivery.rst
index fe861b0b..87425582 100644
--- a/docs/sections/services/snmptrap/delivery.rst
+++ b/docs/sections/services/snmptrap/delivery.rst
@@ -4,15 +4,20 @@
Delivery
========
-**SNMPTRAP** is delivered as a docker container. The host or VM that will
-run this container must have the docker application loaded and available
-to the userID that will be running the SNMPTRAP container.
+Docker Container
+----------------
-The following command will download the latest SNMPTRAP container from
-nexus and launch it in the container named "SNMPTRAP":
+**trapd** is delivered as a docker container that can be downloaded from onap:
-.. code-block:: bash
+ ``docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start``
+
+
+Standalone
+----------
- docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start
+**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