Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-snmp: add SNMPv3 options and logging #25178

Closed
wants to merge 3 commits into from

Commits on Nov 25, 2024

  1. net-snmp: make Openssl optional

    This commit integrates the option
    to add openssl to net-snmp.
    This way SNMP V3 can be modified
    
    Signed-off-by: Christian Korber <ckorber@tdt.de>
    Christian Korber committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ec6bed6 View commit details
    Browse the repository at this point in the history
  2. net-snmp: add SNMPv3 options

    This commit implements SNMPv3 functionality
    to snmpd.init.
    In particular it adds function snmpd_snmpdv3_add,
    which sets the needed options in /var/run/snmpd.conf.
    Additionally a possibility to download mib file
    is also added.
    
    Signed-off-by: Christian Korber <ckorber@tdt.de>
    Christian Korber committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ae0a401 View commit details
    Browse the repository at this point in the history
  3. net-snmp: add logging

    This commit adds logging to syslog and to a logfile.
    
    Signed-off-by: Christian Korber <ckorber@tdt.de>
    Christian Korber committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0e61393 View commit details
    Browse the repository at this point in the history