Top

WebRTCgw : SNMP support

Kommentare

3 Kommentare

  • David LAMORSKI

    maybe this is not official, but snmp support can be enabled by

    1. add the software repository for the distribution
      • echo "deb http://ftp.de.debian.org/debian stretch main contrib non-free" >> /etc/apt/sources.list
      • apt-get update
    2. install the needed packages
      • apt-get install snmp snmpd snmp-mibs-downloader
    3. activate mib usage
      • sed -e 's/^export/#export/' -i /etc/default/snmpd
      • sed -e 's/^mibs/#mibs/' -i /etc/snmp/snmp.conf
    4. configure the snmpd software as needed, howtos you'll find on the net
    1
    Aktionen für Kommentare Permalink
  • 0
    Aktionen für Kommentare Permalink
  • David LAMORSKI

    Try this for 1.77.16-xxx

    • echo "deb http://ftp.de.debian.org/debian stretch main contrib non-free" | sudo tee -a  /etc/apt/sources.list
      sudo apt-get update && sudo apt-get install snmp-mibs-downloader
      sudo sed -e 's/^export/#export/' -i /etc/default/snmpd
      sudo sed -e 's/^mibs/#mibs/' -i /etc/snmp/snmp.conf
      sudo sed -e 's/^agentAddress\ \ udp:127\.0\.0\.1:161/#agentAddress\ \ udp:127\.0\.0\.1:161/' -i /etc/snmp/snmpd.conf
      sudo service snmpd restart

      snmp shall be enabled now for everyone (consider security requirements!)

    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Sie können immer noch nicht finden, was Sie brauchen?

  • Kontaktieren Sie uns

    Haben Sie eine Frage zu Rainbow? Hinterlassen Sie uns eine Nachricht, um weitere Informationen zu erhalten.

    Kontakt
  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten