Giter VIP home page Giter VIP logo

docker-snmpd's People

Contributors

troykelly avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-snmpd's Issues

Unable to send traps using AES encryption.

The base image is
FROM mhart/alpine-node

Below is my slightly modified "RUN" command to create a docker image. The highlighted fields below are added

RUN apk add --update --no-cache linux-headers alpine-sdk curl findutils file sed &&
mkdir -p /etc/snmp &&
curl -L "https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz/download" -o net-snmp.tgz &&
tar zxvf net-snmp.tgz &&
cd net-snmp-* &&
find . -type f -print0 | xargs -0 sed -i 's/"/proc/"/host_proc/g' &&
./configure --prefix=/usr/local --with-defaults &&
make &&
make install &&
cd .. &&
rm -Rf ./net-snmp* &&
apk del linux-headers alpine-sdk curl findutils sed

Everything works except AES encryption. Do i need to bake the image differently for AES encryption to work.

From the config summary, it seems AES support is there by default


        Net-SNMP configuration summary:

SNMP Versions Supported: 1 2c 3
Building for: linux
Net-SNMP Version: 5.8
Network transport support: Callback Unix Alias TCP UDP TCPIPv6 UDPIPv6 IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase IPv6Base
SNMPv3 Security Modules: usm
Agent MIB code: default_modules => snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host
MYSQL Trap Logging: unavailable
Embedded Perl support: disabled
SNMP Perl modules: disabled
SNMP Python modules: disabled
Crypto support from: internal
Authentication support: MD5 SHA1
Encryption support: DES AES
Local DNSSEC validation: disabled

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.