Re: table iterator with sorted tables

2005-04-07 Thread Robert Story
On Wed, 06 Apr 2005 09:20:21 +0100 Dave wrote: DS> On Tue, 2005-04-05 at 22:00, Wes Hardaker wrote: DS> > >> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote: DS> > MT> If table interator helper is used to access sorted tables,... DS> > MT> ... Giving the get_first_data_point function access to the DS

Re: SNMP.pm missing functionality - oid increasing

2005-04-07 Thread Robert Story
On Fri, 01 Apr 2005 08:50:31 -0500 Alex wrote: AB> This is the correct list. There are less people familar with the Perl AB> modules than the main package, and the ones who are familiar with it are AB> probably just busy. That would be Wes. Paging Mr. Hardaker -- NOTE: messages sent direc

Re: Cannot see "ipRouteTable" with IPv6

2005-04-07 Thread Robert Story
On Thu, 7 Apr 2005 15:27:28 +0200 Frithiof wrote: FJ> I am having real problems getting net-snmp-5.2.1 to work for me with IPv6 FJ> on kernel 2.6.8.1 (Debian Sarge); FJ> FJ> Specifically, I need to see the ipRouteTable and the ipv6RouteTable, but I FJ> cannot see either of them. The test fails on

Re: snmpd.conf problem.

2005-04-07 Thread Robert Story
On Thu, 07 Apr 2005 10:16:23 +0100 Dave wrote: DS> Alternatively, you could use our 'snmpdf' command to query the DS> disk information. That *does* work with a default build (and DS> relies on the 'disk' directive you already have). Actually I don't think it 'relies' on disk. I think it actuall

Re: IPv6 works for IPv4?

2005-04-07 Thread Robert Story
On Wed, 06 Apr 2005 07:08:58 -0700 Wes wrote: WH> Fong> Does anybody know how to solve this problem? I guess, this probably WH> Fong> is OS issue. But hope somebody had the same issue and knew the WH> Fong> answer. I need to use IPv6 port but be able to query IPv4 too. WH> WH> You should specify

Re: error in packet : inconsistentName

2005-04-07 Thread Robert Story
On Tue, 05 Apr 2005 10:58:06 -0700 Wes wrote: WH> Krishna> $snmpget -v 2c -c public 172.16.15.34 .1.3.6.1.4.1.1.1.1.2.0 WH> Krishna> Error in packet WH> Krishna> Reason: inconsistentName (That object can not currently be WH> created) Krishna> Failed object: ROCSYS-MIB::rocVar1.0 WH> WH> That looks

Re: configure warning report

2005-04-07 Thread Robert Story
On Fri, 1 Apr 2005 11:52:37 +0200 Matthew wrote: MG> your compiler asked me to post the following warnings to your mailing MG> list. I kind of suspect you have heard this from others, but since you MG> asked, I went to the trouble to summarize it for you. Yeah, we have. But thanks anyway! We ho

Re: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Robert Story
On Thu, 7 Apr 2005 10:42:55 -0600 Philip wrote: PG> And with your further verbiage/research you did - I tend to agree, it is PG> almost certain that IF-MIBS is only supported/ported under Linux. Sorry for the late response.. Dave is right, it is Linux only. If you'd like to work on the AIX port, I

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
Good point. I'm using gcc (as well as the gnu linker) - so representation of symbols within the library would be the same/similar as on other platforms (I would assume). Looking at other functions, they are represented in the library with and without the preceding '.' characters - Those that ar

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 17:17, Philip Greer wrote: > H might be. But - what I am seeing is that those symbols > are present within the libraries (for the most part) that are > created during the compile. Doing a strings on the library > ./.libs/libnetsnmpmibs.a and grepping for the functions

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
H might be. But - what I am seeing is that those symbols are present within the libraries (for the most part) that are created during the compile. Doing a strings on the library ./.libs/libnetsnmpmibs.a and grepping for the functions (like netsnmp_arch_interface_init) I do see them in th

Re: Still having timeout problems with snmpget

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 14:50, Shobana Sampath wrote: > Thanks for your email. I did add the rocommunity entry > to snmpd.conf No, you didn't. > d:/net-snmp-5.2.1/etc/snmp/snmp.conf: line 4: ^ > Warning: Unknown token: rocommunity. There are two config files -

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 14:39, Philip Greer wrote: > No go on the manual compile working with dual entries of the libs. Any other > thoughts? > ./.libs/libnetsnmpmibs.a(interface_common.o): In function > `netsnmp_access_interface_init': > if-mib/data_access/interface_common.c:80: undefined referen

Re: Still having timeout problems with snmpget

2005-04-07 Thread Shobana Sampath
Hi, Thanks for your email. I did add the rocommunity entry to snmpd.conf and get this error when I start the agent. Thanks. /Shobana [d:\net-snmp-5.2.1\bin]snmpd No log handling enabled - turning on stderr logging d:/net-snmp-5.2.1/etc/snmp/snmp.conf: line 4: Warning: Unknown token: rocommunity.

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
Wes: No go on the manual compile working with dual entries of the libs. Any other thoughts? gcc -v -g -O2 -Daix5 -o snmpd snmpd.o ./.libs/libnetsnmpmibs.a ./.libs/libnetsnmpagent.a helpers/.libs/libnetsnmphelpers.a ../snmplib/.libs/libnetsnmp.a ./.libs/libnetsnmpmibs.a ./.libs/libnetsnmpagent

Re: Still having timeout problems with snmpget

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 14:29, Shobana Sampath wrote: > [d:\net-snmp-5.2.1\bin]snmpd > No log handling enabled - turning on stderr logging > Warning: no access control information configured. <== > It's unlikely this agent can serve any useful <== > purpose in this state.

Still having timeout problems with snmpget

2005-04-07 Thread Shobana Sampath
Hi Wes, This is the order in which the commands were executed: Thanks. /Shobana [d:\net-snmp-5.2.1\bin]snmpconf -g basic_setup The following installed configuration files were found: 1: D:/net-snmp-5.2.1/etc/snmp/snmp.conf Would you like me to read them in? Their content will be merged w

Cannot see "ipRouteTable" with IPv6

2005-04-07 Thread Frithiof Jensen (AH/LMD)
Hi List, I am having real problems getting net-snmp-5.2.1 to work for me with IPv6 on kernel 2.6.8.1 (Debian Sarge); Specifically, I need to see the ipRouteTable and the ipv6RouteTable, but I cannot see either of them. The test fails on them too. They appear to be compiled on build and initia

Snmp vs HTTP

2005-04-07 Thread Sriram venkat
Hi,    I have some basic questions regarding network management.      There and 2 protocols that are used in network management products. They are SNMP and HTTP.      What is the difference between them as far as network management is concerned and what is the reason they are used in thier respecti

Re: snmpd.conf problem.

2005-04-07 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Thu

Re: snmpd.conf problem.

2005-04-07 Thread Dave Shield
On Wed, 2005-04-06 at 10:20, Nguyen Quang Vu wrote: > Currently, i want to configure net-snmp service on my HP-UX Server. so > I can monitor CPU usage, Disk and Memory usage. > But it can run correctly, i only see network card. What commands are you using to try and retrieve the desired informati

Re: Why do I get "noSuchName" when asking for tcp.tcpRtoAlgorithm.0 and some variables under enterprises?

2005-04-07 Thread Dave Shield
You haven't said much about what you *can* see, but I'd start by looking at your access control settings. See the FAQ entries: Why can't I see anything from the agent? I can see the system group, but nothing else. Why? & How do I configure access control? Dave ---