SNMP V3 trap issues

2007-03-06 Thread sarathy
Hi, Currently I am using "snmptrapd" as a SNMP Trap receiver. I am receiving SNMP v1 and v2c traps correctly. But i am having problems in receiving SNMP V3 traps. When starting "snmptrapd" as "root", i am able to receive V3 traps, correctly. But as a normal user, the below output is obtaine

Re: linux core net-snmp management

2007-03-06 Thread Dave Shield
On 05/03/07, Iacopo Masi <[EMAIL PROTECTED]> wrote: > I downloaded the ipfwchain MIB Module. It's a good point to start, but the > problem is that quite old. And moreover It can only list table of firewall > and flush chains. It is not able to add some specifies rules. Yes - as I said, it hasn't b

Re: Can mib2c be used for developing client applications, not agent applications

2007-03-06 Thread Dave Shield
On 05/03/07, Andrew Walker (CV/ETL) <[EMAIL PROTECTED]> wrote: > I am trying to develop my 1st ever SNMP client application with MSVC and am > not sure if I can use the Net-SNMP suite of tools for developing a client > application because it looks like it is all geard around implementing the > agen

Re: SNMP V3 trap issues

2007-03-06 Thread Dave Shield
On 06/03/07, sarathy <[EMAIL PROTECTED]> wrote: > Currently I am using "snmptrapd" as a SNMP Trap receiver. I am > receiving SNMP v1 and v2c traps correctly. But i am having problems in > receiving SNMP V3 traps. When starting "snmptrapd" as "root", i am able to > receive V3 traps, correctl

Re: Problem using net-snmp as subagent (Error in packet)

2007-03-06 Thread Frank Fock
Hi Dave, Sorry, the below "issue" is a false alarm. The user has encountered a firewall issue. So NET-SNMP is properly using the authoritative engine ID for discovery! Cheers, Frank Frank Fock wrote: > Hi Dave, > > I have not forgotten to put together the AgentX > issues that I have found while

When I run command "snmpd "

2007-03-06 Thread bahamute
Hello : My os is FC5 . And I installed net-snmp in my mashine use rpm package :net-snmp-5.4-1.fc5.i386.rpm net-snmp-5.4-1.src.rpm . and copy the the file snmpd.conf to/usr/share/snmpand the communication model between subagent and master agent is agentx . but wh

Re: SNMP V3 trap issues

2007-03-06 Thread sarathy
Hi, I have resolved this issue, using the "persistentDir" snmp.conftoken. I specified a different dir with write permissions. The SNMP v3 trap were received correctly. Thanks, Partha On 3/6/07, Dave Shield <[EMAIL PROTECTED]> wrote: On 06/03/07, sarathy <[EMAIL PROTECTED]> wrote: >

What *should* Net-SNMP do with a busted resource?

2007-03-06 Thread Phil Smith III
We had a customer for whom net-snmp 5.2.2 was "broken" -- it would start, but as soon as anything tried to fetch the Host MIB, it would stop responding. After far too much hassle, we figured out that they had a busted cups install: any attempt to touch the sole defined cups printer would hang,

has anyone implemented Q-BRIDGE-MIB

2007-03-06 Thread Joao Miguel Ferreira
Hello all, I'm facing the implementation of the Q-BRIDGE-MIB (vlans, multicast filtering, etc), RFC2674. It has some strange tables (with triple-valued indexes and so...) I wonder if anyone out there has ever implemented this MIB (fully or partially) and wouldn't mind to share the experience...

mib2c usage on tables (bad tables!)

2007-03-06 Thread Joao Miguel Ferreira
Hello all, what is the best approach when trying to implement the agent extension for tables with complex indexes like multi-valued indexes. For example this table has an index of 3 values (one number, one string and one number) What is the extension approach ? My past experience is limited

Problems with alternate persistent data location for snmpd

2007-03-06 Thread Michael Leslie
Greetings, I'm using a pre-packaged net-snmp 5.2.3 (debian's) and need to tell snmpd to look for and save configuration and persistent data only to /etc/. I have tried setting: export SNMPCONFPATH=/etc/snmp:/etc/snmp/persistent export SNMP_PERSISTENT_FILE=/etc/snmp/persistent/snmpd.conf