Top

WebRTCgw : SNMP support

Comentarios

3 comentarios

  • 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
    Acciones de comentarios Permalink
  • 0
    Acciones de comentarios 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
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

¿Todavía no puedes encontrar lo que necesitas?

  • Contáctenos

    ¿Tiene alguna pregunta sobre Rainbow? Déjenos un mensaje para obtener más información.

    Contacte con
  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.