MIB objects which represent "aggregate" data.

2008-06-25 Thread Ramji Chandramouli
Hi, Is there a recommendation or standard on defining MIB objects which represent aggregate data in proprietary MIBs ? For example, if I have MIB object representing "process A" and the stats it collects, I define it inside a table so that I can have multiple instances of that process. The SNMP m

Re: snmptrapd 5.3.0.1 drops all incoming traps.

2006-02-13 Thread Ramji Chandramouli
Never mind.  Got it working now.Thanks.On 2/13/06, Ramji Chandramouli <[EMAIL PROTECTED]> wrote: Hi,Is there anything special I need to do config-wise ?By default, my 5.3.0.1 snmptrapd starts up as followsWarning: no access control information configured. This receiver will *NOT* acce

snmptrapd 5.3.0.1 drops all incoming traps.

2006-02-13 Thread Ramji Chandramouli
Hi,Is there anything special I need to do config-wise ?By default, my 5.3.0.1 snmptrapd starts up as followsWarning: no access control information configured. This receiver will *NOT* accept any incoming notifications.NET-SNMP version 5.3.0.1Then, when it receives a trap, it does not parse the tra

Re: Preventing snmpset

2005-12-22 Thread Ramji Chandramouli
I would believe that the 'MAX-ACCESS' clause in the definition of your MIB variables would control  responses to SNMP requests. "read-only" would allow responses to Get/GetNext requests. "read-write" would allow responses to Get/Set requests. On 12/22/05, Patil, Suresh (Suresh) <[EMAIL PROTECTED]>

Re: question on TRAP-TYPE MACRO in private MIB.

2005-12-14 Thread Ramji Chandramouli
using net-snmp) any variable bindings in the trap even though the VARIABLES clause in the MIB does not include those MIB objects. Thanks.On 12/12/05, Dave Shield <[EMAIL PROTECTED]> wrote: On Fri, 2005-12-09 at 11:01 -0800, Ramji Chandramouli wrote:> In the VARIABLES clause, instead of sp

question on TRAP-TYPE MACRO in private MIB.

2005-12-09 Thread Ramji Chandramouli
Hi, My question is to with the VARIABLES clause in a TRAP-TYPE MACRO. I would like to be able to do the following in my MIB. myTrapTypeObject TRAP-TYPE     ENTERPRISE myEnterprise     VARIABLES { privateTable }     DESCRIPTION     "my trap type object"     ::= 7 In the VARIABLES clause,