<div dir="ltr">Dear Users,<div>I am trying to fetch SNMP stats from opensips and getting general failure error, I have configured snmpstats module in opensips and have also configured snmpd service on CentOS. System Packaging details are as follows:</div><div><br></div><div>OS Version:  CentOS Linux release 7.1.1503 (Core)</div><div>Opensips Version: Server:: OpenSIPS (2.1.1 (x86_64/linux))</div><div>SNMP Version: NET-SNMP version 5.7.2</div><div><br></div><div>Configuration Details and logs are as follows:</div><div><br></div><div><b>snmpstats.so configuration:</b></div><div><div>loadmodule &quot;snmpstats.so&quot;</div><div>modparam(&quot;snmpstats&quot;, &quot;sipEntityType&quot;, &quot;registrarServer&quot;)</div><div>modparam(&quot;snmpstats&quot;, &quot;snmpgetPath&quot;, &quot;/usr/bin/&quot;)</div></div><div><br></div><div><b>snmpd.conf :</b></div><div><div><i>rocommunity  public</i></div><div><i>syslocation  &quot;VM, Virtual DataCenter&quot;</i></div><div><i>syscontact  XXXX</i></div><div><i>master agentx</i></div><div><i>agentXSocket    tcp:localhost:705</i></div></div><div><br></div><div><b>snmp.conf:</b></div><div><div><i>defVersion      2c</i></div><div><i>defCommunity    public</i></div></div><div><br></div><div><b>snmpstats.conf</b></div><div>agentXSocket tcp:localhost:705<br></div><div><br></div><div><b>Output of netstat:</b></div><div><div>[root@VoIPDevSys ~]# netstat -nlp | grep snmpd</div><div>tcp        0      0 <a href="http://127.0.0.1:705">127.0.0.1:705</a>           0.0.0.0:*               LISTEN      28461/snmpd</div><div>udp        0      0 <a href="http://0.0.0.0:161">0.0.0.0:161</a>             0.0.0.0:*                           28461/snmpd</div></div><div><br></div><div>in snmpd.log AgentX master support enabled can be seen:</div><div><br></div><div><b>snmpd.log</b></div><div><div><i>Feb  9 16:49:45 VoIPDevSys systemd: Starting Simple Network Management Protocol (SNMP) Daemon....</i></div><div><i>Feb  9 16:49:45 VoIPDevSys snmpd[28461]: Turning on <b>AgentX master</b> support.</i></div><div><i>Feb  9 16:49:45 VoIPDevSys snmpd[28461]: Turning on <b>AgentX master </b>support.</i></div><div><i>Feb  9 16:49:45 VoIPDevSys snmpd[28461]: NET-SNMP version 5.7.2</i></div><div><i>Feb  9 16:49:45 VoIPDevSys systemd: Started Simple Network Management Protocol (SNMP) Daemon..</i></div><div><i><br></i></div><div><br></div><div style="font-weight:bold">Output of different commands:</div></div><div><br></div><div>Basic command sysLocation.0 works:</div><div><div><i>[root@VoIPDevSys opensips]# snmpbulkwalk -O s -v 2c -c  public localhost sysLocation.0</i></div><div><i>sysLocation.0 = STRING: \&quot;VM, Virtual DataCenter\&quot;</i></div><div style="font-weight:bold"><br></div></div><div style="font-weight:bold"><span style="font-weight:normal">Command openserSIPProtocolVersion.0 also works using snmpget:</span></div><div><div><div>[root@VoIPDevSys opensips]# snmpget -O s -v 2c -c  public localhost OPENSER-SIP-COMMON-MIB::openserSIPProtocolVersion.0</div><div>openserSIPProtocolVersion.0 = STRING: SIP/2.0</div></div></div><div><b><br></b></div><div><b>But when I try to fetch common objects i am getting following error:</b></div><div><br></div><div><div><i>[root@VoIPDevSys opensips]# snmpwalk -O s -v 2c -c  public localhost OPENSER-SIP-COMMON-MIB::openserSIPCommonObjects</i></div><div><i>openserSIPProtocolVersion.0 = STRING: SIP/2.0</i></div><div><i>Error in packet.</i></div><div><i>Reason: (genError) A general failure occured</i></div><div><i>Failed object: openserSIPProtocolVersion.0</i></div></div><div><br></div><div><br></div><div><div>[root@VoIPDevSys opensips]# snmpbulkwalk -v2c -Os -c public localhost OPENSER-REG-MIB::openser</div><div>Error in packet.</div><div>Reason: (genError) A general failure occured</div><div>Failed object: openserSIPCommonMIB.1.1.1.0</div><div><br></div><div>openser = No Such Object available on this agent at this OID.</div></div><div><br></div><div>Please advice where I am doing wrong, or is it a bug in getting the complete object from snmpstats module.</div><div><br></div><div><br></div><div><b>Regards,</b></div><div><b>Husnain Taseer</b></div><div><b>VoIP Developer</b></div><div><br></div></div>