Re: specifying the source IP of a trap

2005-12-16 Thread Thomas Anders
Dave Shield wrote: $ man snmp.conf-once-it's-been-updated DIRECTIVES clientAddr ADDRESS specifies the source address to be used when generating SNMP requests. Unfortunately, it seems that this particular token isn't currently documents You'd better try

RE: No variables in the NOTIFICATION-LOG-MIB

2005-12-16 Thread Roberts, Allison R.
Okay, adding to my own message, I have further details, but still no answer. The snmptrapd program is definitely communicating as a subagent with the snmpd agentx master and definitely receiving traps, however, snmptrapd is reporting "variable has bad type" every time it tries to stash anything in

(no subject)

2005-12-16 Thread Torsten Ruest
Dear all, I have a problem installing the driver for my HP LaserJet 1300 Printer on my Redhat Linux 7.3 Box. I installed: net-snmp-5.0.9-4.rh73.i386.rpm and net-snmp-devel-5.0.9-4.rh73.i386.rpm without problems, however when I run the HP installation script (hplip-0.9.7), it is complaining like th

Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-16 Thread Tam Vo
Hi All, I would like to poll Cisco Catalyst switch 6500, running IOS 12.1 (11b), for CPU & Memory utilization.  I am using net-snmp v5.1.2 on Redhat FC4 to perform snmpget/walk to the switch.  I found out that the information I want to collect are in CISCO-PROCESS-MIB and CISCO-MEMORY-POOL-MIB.  

Re: Building snmpdemoapp on Win32

2005-12-16 Thread xxx yyy
Things got worse before I tracked down the evident source of the link errors - Not only did my release version stop linking successfully, but suddenly, I could no longer successfully rebuild the Win32sdk project! (same "error LNK2001: unresolved external symbol __imp__optind" error, among others

RE: send_enterprise_trap_vars and sender Enterprise OID

2005-12-16 Thread Gonin, Sebastien
Hello, I have used send_enterprise_trap_vars in two cases: 1) with net-snmp-5.0.9-2.30E.3 2) with net-snmp-5.1.2-11 In 1) it doesn't work: the Enterprise field value in the received trap is 1.3.6.1.4.1.8072.3.2.10 whatever enterprise oid I pass to the send_enterprise_trap_vars API In 2) it work

RE: trap format confusion

2005-12-16 Thread Berge, Harry ten
Dave, thank you very much for your college in SNMP trap mechanism(s). Regards Harry > -Original Message- > From: Dave Shield [mailto:[EMAIL PROTECTED] > Sent: vrijdag 16 december 2005 10:32 > To: Berge, Harry ten > Cc: 'net-snmp-users@lists.sourceforge.net' > Subject: Re: trap format con

Re: Problem in Deleting the Row

2005-12-16 Thread Dave Shield
On Fri, 2005-12-16 at 13:16 +0530, Ravi Kumar wrote: > Background of the Agent: > - > I have got some application running on the linux box.. > One of my APPLICATION will be running and get the > information about the player. > > Row Addition: > --

Re: Max length of string index.

2005-12-16 Thread Dave Shield
On Thu, 2005-12-15 at 20:03 -0800, Rasanth A.K. wrote: > What is the maximum possible length for a octet string index? That depends on the OID of the table that it's indexing (and the other index values for that table). There is a maximum size for a valid OID of 128 subidentifiers, which must cont

Re: snmp set

2005-12-16 Thread Dave Shield
On Thu, 2005-12-15 at 19:56 +, gilles B wrote: > MIB architecture is: > > ipAgSNMP(1.3.6.1.4.1...2) > | > +--ipAgSNMPMIB(1) > | +--TrapDestinationTable(7) > | | > | +--TrapDestinationEntry(1) That looks wrong. 'TrapDestinationEntry' should be a child of 'TrapDestinationTable' rat

Re: trap format confusion

2005-12-16 Thread Dave Shield
On Thu, 2005-12-15 at 20:41 +0100, Berge, Harry ten wrote: > In a v1 trap pdu I've got (among others) fields like 'enterprise oid', > 'generic trap', 'enterprise trap' and so on. So the format of this particular PDU is completely different from any of the others. This was seen as a Bad Thing.

Re: specifying the source IP of a trap

2005-12-16 Thread Dave Shield
On Thu, 2005-12-15 at 14:05 -0500, Michael P. Soulier wrote: > When a trap is sent, either via the net-snmp API or via the snmptrap > command, is there a way to specify the source IP in the UDP datagram? $ man snmp.conf-once-it's-been-updated DIRECTIVES clientAddr ADDRESS

usmUserPrivKeyChange fails for users with SHA and DES

2005-12-16 Thread Bandari, Anilkumar
Hello All    I am getting a generic error if I tried to change the privacy key using snmpusm if the initial user was configured with SHA and DES. I don’t think the problem is with snmpusm. Another SNMPv3 tool (Silver Creek) also fails with the same error. It works fine if the user is conf

Re: Frustration with Disk Monitoring

2005-12-16 Thread Radek Vokál
On Thu, 2005-12-15 at 14:50 -0500, Palmadesso Jack IT743 wrote: > Hello all, > I've been messing around with the RHEL 4 installation of Net-SNMP and > after reading the docs ( man snmpd.conf ) I've tried to monitor the > disks on my system. Its been failing miserably with "token" errors. > I gue