Re: Using AgentX together with SNMPwalk

2011-05-18 Thread Thomas Anders
Stefan de Konink wrote: > snmpwalk -v 3 ... C42-MIB::c42MIB > > Basically results in my data, but the actual 'walk' without the 'RootOID' > still has no data. I do receive several 'requests' in the AgentX > implementation, but nothing is returned. Tips are welcome. Is C42-MIB placed in your privat

proxy does not work

2011-05-18 Thread Chi . Guan
hi, I have two agents running at different devices. one is at 192.168.83.7, the other one is running at 192.168.83.4. I add the following line in the snmpd.conf file on 192.168.83.7. com2sec -Cn ctx_remotehost2 notConfigUser default comty_password proxy -Cn ctx_remotehost2 -v 3 -u MD5

RE: Overriding the NetSNMP default implementation of Standard MIBs

2011-05-18 Thread Malathi Panyam
Hi, I still have no luck in making this work, how can I override the default implementation of "hrSystemNumUsers"? I tried to add the following line to snmpd.default OPTIONS="-Lf /dev/null -p /var/run/snmpd.pid -x unix:/var/agentx/master -I-ifTable -I-ifXTable -I-hrSystemNumUsers" It did no

Re: Using AgentX together with SNMPwalk

2011-05-18 Thread Stefan de Konink
On Wed, 18 May 2011, Stefan de Konink wrote: > On Wed, 18 May 2011, Stefan de Konink wrote: > >> - I've build my own MIB, it is in /usr/share/snmp/mibs > > ...there it went wrong. Used OBJECT-GROUP instead of OBJECT INDENTIFIER... > replaced that and it works out of the box. This was too soon. s

Re: Using AgentX together with SNMPwalk

2011-05-18 Thread Stefan de Konink
On Wed, 18 May 2011, Stefan de Konink wrote: > - I've build my own MIB, it is in /usr/share/snmp/mibs ...there it went wrong. Used OBJECT-GROUP instead of OBJECT INDENTIFIER... replaced that and it works out of the box. Stefan ---

Using AgentX together with SNMPwalk

2011-05-18 Thread Stefan de Konink
Hi, I'm trying the following; - I've build my own MIB, it is in /usr/share/snmp/mibs - snmptranslate nicely gets my entire tree - I have written an AgentX using python-agentx - Variables are returned; C42-MIB::c42PubsubRuUtime = Wrong Type (should be Gauge32 or Unsigned32): INTEGER: 299 (lets i