Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Delivery |
| 5 | ======== |
| 6 | |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 7 | Docker Container |
| 8 | ---------------- |
Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 9 | |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 10 | **trapd** is delivered as a docker container that can be downloaded from onap: |
| 11 | |
VENKATESH KUMAR | e64d2d6 | 2020-04-06 18:55:10 -0400 | [diff] [blame] | 12 | ``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`` |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 13 | |
| 14 | |
| 15 | Standalone |
| 16 | ---------- |
| 17 | |
| 18 | **trapd** can also be run outside of a docker environment (for details, see "Installation" link) by downloading the source image from: |
Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 19 | |
| 20 | .. code-block:: bash |
| 21 | |
Ladue, David (dl3158) | bb89689 | 2018-10-16 16:29:58 -0400 | [diff] [blame] | 22 | gerrit.onap.org:29418/dcaegen2/collectors/snmptrap |
Rich Bennett | 9847631 | 2018-08-25 10:43:15 -0400 | [diff] [blame] | 23 | |