Top

WebRTCgw : SNMP support

Comments

3 comments

  • 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
    Comment actions Permalink
  • 0
    Comment actions 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
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message