summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/delivery.rst
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-09-11 13:39:29 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-11 13:39:29 +0000
commit86ae57c4d7840077e6bc876c2789026aaadad934 (patch)
treefb648715bca349d76fc6a03caccd6d6f5601237c /docs/sections/services/snmptrap/delivery.rst
parent86a8d9012a19a0f55d84cd475c58d1938f04e297 (diff)
parent9847631e1be786f37aef897d4216b6bc2bfa16a2 (diff)
Merge "Add RST Files for SNMPTRAP"
Diffstat (limited to 'docs/sections/services/snmptrap/delivery.rst')
-rw-r--r--docs/sections/services/snmptrap/delivery.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/sections/services/snmptrap/delivery.rst b/docs/sections/services/snmptrap/delivery.rst
new file mode 100644
index 00000000..fe861b0b
--- /dev/null
+++ b/docs/sections/services/snmptrap/delivery.rst
@@ -0,0 +1,18 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+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.
+
+The following command will download the latest SNMPTRAP container from
+nexus and launch it in the container named "SNMPTRAP":
+
+.. 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
+
+