Hi Michal,<br><br>thanks a lot for you quick answer I appreciate.<br><br>I run your commands and I have the following answer<br><br>[localhost snmp]# snmpwalk -c local -v 1 localhost asterisk<br>no answer<br><br>[localhost snmp]# snmpwalk -c local -v 2c localhost asterisk<br>
ASTERISK-MIB::asterisk = No Such Object available on this agent at this OID<br><br><br>since I don&#39;t know well snmp what&#39;s going wrong ?<br><br>regards<br><br>Mickael<br><br><br><br><div class="gmail_quote">2009/11/27 michal kalinowski <span dir="ltr">&lt;<a href="mailto:michal.kalinowski@interia.pl">michal.kalinowski@interia.pl</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello Mickael<br>
<br>
Here You have the snmpd.conf file<br>
<br>
cat /etc/snmp/snmpd.conf<br>
rocommunity your_community<br>
master agentx<br>
agentXperms 0660 0550 nobody asterisk<br>
SNMPD_FLAGS=&quot;${SNMPD_FLAGS} -x /var/agentx/master&quot;<br>
mibs +ASTERISK-MIB<br>
<br>
and also you need create file /etc/snmp/snmp.conf with following entry<br>
&quot;mibs +ASTERISK-MIB&quot;<br>
<br>
cat /etc/snmp/snmp.conf<br>
mibs +ASTERISK-MIB<br>
<br>
Next use command &quot;snmpwalk -c your_community -v 1 localhost asterisk&quot;<br>
to check is everything correct.<br>
<br>
<br>
<br>
Micha³<br>
<br>
2009/11/27 mickael ropars &lt;<a href="mailto:mropars@gmail.com">mropars@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hi all,<br>
&gt;<br>
&gt; I am currently not able to configure SNMP for asterisk, but I am not able to<br>
&gt; acess to the asterisk MIB (the asterisk MIB is in /usr/share/snmp/mibs/)<br>
&gt;<br>
&gt;<br>
&gt; Does somebody has an example of smnpd.conf file wich is working ?<br>
&gt;<br>
&gt; regards<br>
&gt;<br>
&gt; Mickael<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>