0-based or 1-based indexing

2006-06-19 Thread cnelson
I know that, for example, ifIndex is 1-based so you have rows in interfaces that are numbered starting with 1. And many OIDs that end in 0 are scalars (e.g., system.sysDescr.0). But are _all_ OIDs that end in 0 scalars? Is that just a convention or is it a contraint imposed by SNMP or an unavoid

Re: Notification filtering support

2006-06-19 Thread Robert Story
On Sat, 17 Jun 2006 11:00:50 -0700 (PDT) sheeba wrote: SS> I am working on net-snmp for developing an agent.We SS> need notofication filter option to send different SS> filter options to different managers.As per net-snmp SS> FAQ, notification filtering is not supported.Is there SS> any work around

Re: snmpget V2 looping subagent

2006-06-19 Thread Shinar, Gil
Hi, Sorry for my last replay. It was a mistake. I am using pointers inside my shared memory bu I'm only using one process so it shouldn't be a problem Thanks Thanks for the remark but I'm not using pointers in the shared memory. There is only one global pointer to the shared memory but insid

Re: state of the trapd auth speech

2006-06-19 Thread Thomas Anders
Dave Shield wrote: >> Without having looked into whether/how it could be done (yet), what >> about something along the lines of >> >> authuser * log,execute,net authNoPriv >> > That feels like snmp*.conf syntax, which should already be covered by the > current code. Is it? My testing indicates

Re: state of the trapd auth speech

2006-06-19 Thread Dave Shield
Thomas Anders wrote: Wes Hardaker wrote: The VACM MIBs need extending to allow on the fly VACM management as well. Eight month later we don't seem to be any closer to this. Without having looked into whether/how it could be done (yet), what about something along the lines of

Re: state of the trapd auth speech

2006-06-19 Thread Thomas Anders
Wes Hardaker wrote: >> On Mon, 24 Oct 2005 00:24:30 +0200, Thomas Anders <[EMAIL PROTECTED]> >> said: > > Thomas> Is there a way to allow *all* SNMPv3/USM users to e.g. > Thomas> "log,execute,net"? If there's not, then we'll effectively ruin > Thomas> the advantages of snmptrapd usmUserTa

Notification filtering support

2006-06-19 Thread sheeba shirley
Hi, I am working on net-snmp for developing an agent.We need notofication filter option to send different filter options to different managers.As per net-snmp FAQ, notification filtering is not supported.Is there any work around so that i can support this functionality?.Please reply soon Thanks, S