Hi,
I just installed the snmp module for asterisk and the snmp deamon. Locally, I can read the content of the asterisk MIB but remotly I can’t. I can access all the other MIB remotely but not he Asterisk one. It is probably more a problem with snmpd than with res_snmp.
I’m using “snmpwalk -c remote -v 1 10.40.0.31 asterisk” and the output is : Cannot find module (ASTERISK-MIB): At line 0 in (none)
ASTERISK: Unknown Object Identifier (Sub-id not found: (top) -> ASTERISK)
but locally I get :
[root@localhost mibs]# snmpwalk -c remote -v 1 10.40.0.31 asterisk
ASTERISK-MIB::astVersionString.0 = STRING: 1.4.5
ASTERISK-MIB::astVersionTag.0 = Gauge32: 10405
ASTERISK-MIB::astConfigUpTime.0 = Timeticks: (2568279) 7:08:02.79
…
Like I said, I can access evey other MIB remotly exept the Asterisk and Digium MIB.
Anyone could help me ? Using FC4.
Thx