WebRTCgw : SNMP support
Hi,
Is there any roadmap to support SNMP protocol on WebRTCgw ?
Rgds,
Bertrand
-
maybe this is not official, but snmp support can be enabled by
- 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
- install the needed packages
apt-get install snmp snmpd snmp-mibs-downloader
- activate mib usage
sed -e 's/^export/#export/' -i /etc/default/snmpd
sed -e 's/^mibs/#mibs/' -i /etc/snmp/snmp.conf
- configure the snmpd software as needed, howtos you'll find on the net
- add the software repository for the distribution
-
Doesn't work for me in the current WebRTC version.
Have posted here instead:
https://support.openrainbow.com/hc/en-us/community/posts/360010252139-SNMP-support-on-WebRTC-server?page=1#community_comment_4407873124626 -
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 installsnmp-mibs-downloader
sudosed -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 restartsnmp shall be enabled now for everyone (consider security requirements!)
-
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare