Re: ipRouteDest

2005-01-10 Thread Carlos Cantu
> CC> Could you tell me which version of net-snmp that fix went into? > I think it is in 5.0.x CVS (eg, not in a relased version). It may be > in 5.1.2, but might only be in cvs (for 5.1.3). It is in 5.2. How would I set this OID to ReadOnly in the agent? Thanks, Carlos

snmp freezes on Fedora Core 3

2005-01-10 Thread shamael
Hi List, here is the problem. When I run snmpwalk, it gets some entries but freeze always after the same MIB which is : [EMAIL PROTECTED] root]# snmpwalk -v2c node15 -c anyway .1 ... lots of answers, then : ... IP-MIB::ipAdEntAddr.10.0.0.15 = IpAddress: 10.0.0.15 IP-MIB::ipAdEntAddr.127.0.0.1 = I

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-10 Thread Users
On Sun, 09 Jan 2005 12:10:52 -0300 Jose wrote: JD> /var/log/messages: JD> Jan 9 10:24:24 opr011 snmptrapd: Warning: no access control information JD> configured. <---NOTE1 JD> Jan 9 10:24:24 opr011 snmptrapd: It's unlikely this agent can serve JD> any useful purpose in this state. <--- NOTE1

Re: A question on optimizing

2005-01-10 Thread Users
On Mon, 10 Jan 2005 15:21:54 + Dave wrote: DS> On Fri, 2005-01-07 at 13:30, Sridhar S wrote: DS> > I see a disadvantage here (please correct me if I am wrong). [...] Then DS> > agent has to iterate through all 100 interfaces to locate the correct DS> > one. right ? DS> DS> > Can we optimize i

Re: ipRouteDest

2005-01-10 Thread Users
On Fri, 7 Jan 2005 15:44:09 -0700 Carlos wrote: CC> > CC> Has anyone seen that doing a set to ipRouteDest.x.x.x.x CC> > CC> crashes the agent? CC> CC> > Yes, that is a known issue. I believe there is a patch in CVS that fixes CC> > the crash. I don't think the set will success, but at least it won

Re: 5.2 snmpd memory leak on freebsd?

2005-01-10 Thread Users
On Mon, 10 Jan 2005 02:33:42 -0500 (EST) John wrote: JS> | I would expect it to grow a little initially, but then settled down. JS> Leave it| running for a while and see if it stops growing. JS> JS> Sadly, snmpd just keeps steadily growing all day, sitting "doing nothing". I was afraid of that. W

RE: traps not getting generated for proctable or disk monitoring

2005-01-10 Thread Baumgart Alexander
Hello proc/disk didnt generate traps, use monitor for that. Check man snmpd.conf and DISMAN-MIB for more infos. proc/disk only set value under uc-davis.2.1.100 and ucdavis.2.1.101 for instance. Baumgart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of netadm

Re: A question on optimizing

2005-01-10 Thread Dave Shield
On Fri, 2005-01-07 at 13:30, Sridhar S wrote: > I have implemented ifTable using Net-SNMP agent toolkit. It is working > fine. I have implemented by using table iterate stryle. > This is what I observed is. > > 1. Agent receives a request from the manager > 2. Iterates through all the rows avai

RE: prTable problem: solved), procfix problem this time

2005-01-10 Thread Baumgart Alexander
  Hello /var/log/messages:Jan  9 10:24:24 opr011 snmptrapd: snmptrapd shutdown succeededJan  9 10:24:24 opr011 snmptrapd: Warning: no access control information configured.  <---NOTE1Jan  9 10:24:24 opr011 snmptrapd:   It's unlikely this agent can serve any useful purpose in this state. <---

RE: help : why my snmpset can't work well?

2005-01-10 Thread Baumgart Alexander
Hello, its a little bit overkill u did. com2sec local 127.0.0.1 MQT <- missing netmask com2sec mynetwork 192.168.0.0/24 MQT <- includes 0.123 com2sec local 127.0.0.1 MQT <- missing

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-10 Thread Dave Shield
On Sun, 2005-01-09 at 15:10, Jose Dragone wrote: > #procfix NAME PROG ARGS : these two scripts below do not run >and I don't know why? > procfix sendmail /root/Snmp-Scripts/procfix-sendmail.sh start > procfix httpd /root/Snmp-Scripts/procfix-httpd.sh start What comman

Re: traps not getting generated for proctable or disk monitoring

2005-01-10 Thread Dave Shield
On Sat, 2005-01-08 at 07:05, netadmin patni wrote: > I have configured my snmpd.conf file > proc named 10 1 > proc sendmail 10 1 > disk /var 10 > But whenever monitored processes dies or starts again traps are > not getting generated automatically. Neither the traps for disk > monitor are bei

Net-SNMP queries

2005-01-10 Thread Irony Dorit-BDI006
Title: Net-SNMP queries Hi, I work in Motorola and we are now considering using Net-SNMP in one of our products that requires network manager agent (and SNMP agent) I have some questions regarding the Net-SNMP: What are the license/Price terms for using Net-SNMP ? Were there Windows base

traps not getting generated for proctable or disk monitoring

2005-01-10 Thread netadmin patni
Hi , I am using net-snmp-5.0.9-2.30 on Redhat Enterprise Linux 3. I need to monitor process like named, sendmail on my host as well as monitor disk space. I have configured my snmpd.conf file proc named 10 1 proc sendmail 10 1 disk /var 10 I am able to do the snmpwalk and I am getting the p

A question on optimizing

2005-01-10 Thread Sridhar S
Hi, I have a question on Net-SNMP behaviour of retrieving the values from the backend. I have implemented ifTable using Net-SNMP agent toolkit. It is working fine. I have implemented by using table iterate stryle. By following 'netSnmpHostsTable' example. This is the comment found at the top of