Top

WebRTCgw : SNMP support

Commentaires

3 commentaires

  • 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
    Actions pour les commentaires Permalien
  • 0
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message