How does the hrStorageTable handle very large disks (> 20tb, for instance).

2012-02-29 Thread Day, Robert
Hey all, I've been dealing with this problem for some time. We have some large disks here that cannot be measured accurately in the hrStorageTable due to a 32 bit integer being too small. I understand that when the value is too large, it raps the counter. In many of these cases, you can tran

Re: How do I add new rows to a table_data table?

2012-02-29 Thread Dave Shield
On 24 February 2012 18:11, Chris Smith wrote: > I've generated a table using mib2c.table_data.conf which works fine for > getting and setting existing rows, but segfaults when the user tries to > create a new row (because the row is null in the request info). What is the MIB definition of the tab

Re: we are facing Issues with SNMP trap

2012-02-29 Thread Dave Shield
On 24 February 2012 08:28, THOTA SURENDRA (SDV/IBI) wrote: > We are facing issue with SNMP Trap in recent times not for every attempt . > we are getting the error message > > Cannot rename D:/Components/snmptrap/snmp/persist/snmpapp.conf to > D:/Components/snmptrap/snmp/persist/snmpapp.1.con

Re: How to use snmp to communicate in mac-linux-windows

2012-02-29 Thread Dave Shield
On 24 February 2012 10:08, Amancio Tarrito wrote: >     I am new to snmp. I want to use snmp to pass messages in > between windows Mac OS X and Linux machines. What exactly do you mean by "pass messges" here? What information are you trying to retrieve? Try starting by working with j

Re: snmptrap command line application help

2012-02-29 Thread Dave Shield
On 23 February 2012 13:21, Nick Sanders wrote: > I am really new to snmp. actually I have no knowledge at all. I am wanting > to use the snmptrap command line application to send a generic snmp message > that contains the all the general information with a String that can be > parsed from the list

Re: Problem querying table

2012-02-29 Thread Dave Shield
On 24 February 2012 12:31, Chris Smith wrote: > But if I try to snmpget myColumn.1."ABC", I get an error: Unknown Object > Identifier (Index out of range: "ABC" ). What is the exact command you are using? $ snmpget . myColumn.1."ABC" or $ snmpget . myColumn.1.\"ABC\" Remember th

Re: Can a subagent change trap destination?

2012-02-29 Thread Dave Shield
On 23 February 2012 08:00, Chris Smith wrote: > I'm coding a subagent which sends periodic reports using a trap, but it > needs to send them to a destination which is itself configured using an > SNMP set request. Try manipulating the snmpTargetAddrTable and snmpNotifyTable. Setting entries in th