Forwarding traps from snmptrapd

2006-01-10 Thread sailaja.banda
Title: Message Hi , We have a requirement to send traps from Java application to Net-SNMP master agent. At present all traps from java application are received by snmptrapd and it forwards them to SNMP Manager. But our basic requirement is snmptrapd should forward all the traps it receives t

add mib2 object to private trap

2006-01-10 Thread Jim Su
Hi Greeting: Is it legal to add one mgmt.mib-2.interfaces.ifTable object to a private trap? Thanks, Jim -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.17/226 - Release Date: 2006/1/10

Cross platform auth issue

2006-01-10 Thread Connie Chan
Hi, I built net-snmp 5.2.1.2 on both PPC and Linux platforms. However, the snmpwalk can only auth (using snmp v3 auth) to the same platform. When I use snmpwalk from the Linux machine and try to retrieve snmp information from a PPC snmpd, I got auth failure error and vice versa. Does anybody h

newbie question about fileTable

2006-01-10 Thread MelAngeT
Hi, I have an entry in the file /etc/snmpd/snmpd.conf file /usr/local/mySoft/logs then I walk the fileTable tree I see the entries snmpwalk localhost public file enterprises.ucdavis.fileTable.fileEntry.fileIndex.1 = 1 enterprises.ucdavis.fileTable.fileEntry.fileName.1 = /usr/local/mySo

Manipulating fields with a 'Bits' SYNTAX

2006-01-10 Thread Bik Mani
Hi,I am having trouble setting a bit field.  userIdType is defined as SYNTAX BITS (32 bits, Bit00 to Bit31).I tried setting $value to:'1,2,3',0xFC00and tried other ways but I keep getting: "wrongValue (The set value is illegal or unsupported in some way)"Here is how I tried to set: my $vars

SNMP::_set -- where is it?

2006-01-10 Thread Bik Mani
Hello!I was debugging a Per script which is using SNMP::Session::setIt calls SNMP::_set which I having trouble locating?  Is this a routine  in a C source?  Where is it?   Appreciate your help.Thanks,-bik Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, what

Re: Failed to connect to the agentx master agent (/var/agentx/master)

2006-01-10 Thread Richard Wellhouse
Just in case anyone had questions about my snmpd.conf. Here it is below. The comments have been stripped out, but line 36 is the trapsink line as mentioned in the original e-mail. Thanks, Rich

Location of subagent

2006-01-10 Thread Sridhar Addagada
Hello guys, I wrote my subagent based on the example at the net-snmp site. But I want to know which is the best location that i sould have the subagent. Should it be under agent/mibgroup or should i have a different dir at the same level as agent. Thanks, Sridhar --

RE: snmptrap - I don't understand how SNMPv3 traps are sent by thesnmptrap utility.

2006-01-10 Thread Makavy, Erez (Erez)
So net-snmp does not conform to the these RFC standards? (which clearly shows that VACM Authorization is required for applications generating notification) RFC2575 section1.2 states: "Access Control also occurs in an SNMP entity when an SNMP notification message is generate

RE: snmptrap - I don't understand how SNMPv3 traps are sent by the snmptrap utility.

2006-01-10 Thread Dave Shield
On Thu, 2006-01-05 at 20:32 +0200, Makavy, Erez (Erez) wrote: > I ment send traps through the master agent. (not to, sorry) No - the "snmptrap" command communicates directly with the trap receiver (e.g. snmptrapd). It doesn't try to work through the agent (which may not even be running). > 2) i