Re:Re: No Such Object available on this agent at this OID

2007-11-06 Thread wqs
Hi Dave,I followed the FAQ:Coding 13 you mentioned.In the third step "Is the initialisation routine being run?",I ran "/usr/local/sbin/snmpd -f -L -DsysConfigMib",and got " sysConfigMib: Initializing //DEBUGMSGTL information Warning: no access control information configured. It's unlikely this

Re: Failed to query IPv6 enabled snmpd remotely

2007-11-06 Thread Mitsuru Chinen
On Tue, 6 Nov 2007 08:06:16 -0800 "Emi Yanagi" <[EMAIL PROTECTED]> wrote: > Okay, I re-compiled with IPv6 enabled for the remote machine. Now it > appears sometimes query with IPv6 address worked, but other times it > returned "No Response". Ping6 always succeeded though. > > $ /bin/ping6 fe80::

RE: Failed to query IPv6 enabled snmpd remotely

2007-11-06 Thread Emi Yanagi
Snmpgetnext is the same, sometimes got response, other times not. I have the following v6 community directives in snmpd.conf: rwcommunity6 private rocommunity6 public Emi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, Novembe

Re: agent extension problem

2007-11-06 Thread Dave Shield
On 02/11/2007, wqs <[EMAIL PROTECTED]> wrote: > I've written a MIB and used mib2c to generate the c template. > After modify,configure,make,make install,I ran the command: >"snmpwalk -m ALL -c public -v2c localhost sysConfigMib" , > and gotSYS-CONFIG-MIB::sysConfigMib = > No more varia

Re: Failed to query IPv6 enabled snmpd remotely

2007-11-06 Thread Dave Shield
On 06/11/2007, Emi Yanagi <[EMAIL PROTECTED]> wrote: > Snmpgetnext is the same, sometimes got response, other times not. > > I have the following v6 community directives in snmpd.conf: > rwcommunity6 private > rocommunity6 public OK - so it doesn't look as if this is related to the agent struggli

Re: Failed to query IPv6 enabled snmpd remotely

2007-11-06 Thread Dave Shield
On 06/11/2007, Emi Yanagi <[EMAIL PROTECTED]> wrote: > $ snmpwalk udp6:'[fe80::200:50ff:fe3d:7aac]':161 sysUpTime > SNMPv2-MIB::sysUpTime.0 = Timeticks: (46605) 0:07:46.05 > > $ snmpwalk udp6:'[fe80::200:50ff:fe3d:7aac]':161 sysUpTime > Timeout: No Response from udp6:[fe80::200:50ff:fe3d:7aac]:161

RE: Failed to query IPv6 enabled snmpd remotely

2007-11-06 Thread Emi Yanagi
Hi Dave, Okay, I re-compiled with IPv6 enabled for the remote machine. Now it appears sometimes query with IPv6 address worked, but other times it returned "No Response". Ping6 always succeeded though. $ /bin/ping6 fe80::200:50ff:fe3d:7aac -I eth1 PING fe80::200:50ff:fe3d:7aac(fe80::200:50ff:fe

RE: More net-snmp 5.4.1 startup issues.

2007-11-06 Thread Jayson Robinson
Dave, I applied the zones patch last night to my copy of the source code and still was having issues with it crashing. I downloaded the net-snmp 5.4.1 code this morning and applied the diff-zones patch(bug 1794532) and the agent was dying with the SIGSEGV error noted below. I then went on a

Re: c64 32 bit check failed

2007-11-06 Thread Thomas Anders
alok bharti wrote: > I am running net-snmp-5.3.1 on my linux box. > I keep seeing following error logs:- > > netsnmp_assert 1 == new_val->high failed int64.c:419 > netsnmp_c64_check32_and_update() > c64 32 bit check failed > looks like a 64bit wrap, but prev!=new What platform and OS version are

Re: No Such Object available on this agent at this OID

2007-11-06 Thread Dave Shield
On 05/11/2007, wqs <[EMAIL PROTECTED]> wrote: > I wrote my own MIB file and compiled the module into the agent. > When I ran "snmpwalk -v2c localhost -m ALL -t 3 -c public sysConfigMib" > and got "SYS-CONFIG-MIB::sysConfigMib = No Such Object ... > Where is the problem?Please help me.Thanks! Can

Re: More net-snmp 5.4.1 startup issues.

2007-11-06 Thread Dave Shield
On 05/11/2007, Jayson Robinson <[EMAIL PROTECTED]> wrote: > Actually I had to sanitize the data so that it could be exported. They're > very careful about IP addresses leaving the building. That's fair enough. > I can confirm that bond0 / eth0 and eth4 all share the same IP address > though. Th

c64 32 bit check failed

2007-11-06 Thread alok bharti
Hi, I am running net-snmp-5.3.1 on my linux box. I keep seeing following error logs:- netsnmp_assert 1 == new_val->high failed int64.c:419 netsnmp_c64_check32_and_update() c64 32 bit check failed looks like a 64bit wrap, but prev!=new Why are these log messages generated? is this a critical erro