Re: Problem with snmptable, snmpwalk for a table with gaps in column ids

2009-10-06 Thread Aaron Young
olnum + 1, +table_reg_info->valid_columns); if (table_info->colnum <= table_reg_info->max_column) { row = table->first_row; } On Wed, 16 Sep 2009 16:50:08 -0400, Aaron Young wrote: > I've experienced an issue wit

Re: Problem with snmptable, snmpwalk for a table with gaps in column ids

2009-09-16 Thread Aaron Young
able_info->valid_columns->details.list[0] = 2; table_info->valid_columns->details.list[1] = 3; table_info->valid_columns->details.list[2] = 20; table_info->valid_columns->next = 0; netsnmp_register_table_data_set(regInfo, table, table_info);

Problem with snmptable, snmpwalk for a table with gaps in column ids

2009-09-16 Thread Aaron Young
t;; netsnmp_set_row_column (newRow2, 20, ASN_OCTET_STR, errorMsg.c_str(), errorMsg.length() ); netsnmp_table_dataset_add_row( table, newRow2 ); Any ideas on what the problem may be? -Aaron --

SNMP Perl module and binary (un)lovin'

2008-05-20 Thread Aaron Settles
I'm using Net-SNMP version 5.4.1. I'm trying to implement a perl snmp query application and I've noticed that for certain OID values are dealt with differently than the command line. For instance, the command line produces this: snmpget -v 2c -c 1.3.6.1.2.1.69.1.1.2.0 SNMPv2-SMI::mib-2.69.1.1.

Re: Discovering host in the network

2007-01-10 Thread Vincent AARON
Hello use nmap for Linux or Windows: http://insecure.org/nmap/ You should be able to detect OS version http://insecure.org/nmap/man/man-os-detection.html And also Opened network port on each systems Regards Ankit Jalota wrote: Can anybody suggest a fast and efficient way to do discovery of hosts

Solaris 10 IPv6 Issues

2006-11-30 Thread Aaron Settles
I've been reading through the mail list archives and found that a couple of people have experienced the same problem that I have been, but I haven't been able to find any satisfactory answers to the issue. I'm currently running Solaris 10 and I'm trying to compile Net-SNMP 5.3.1. I'm using gcc 3

[SNMP] OID for network Collisions

2006-11-16 Thread Vincent AARON
Dear all I would like to know which OID to use to have Network collisions of a Ethernet interfaces. How could I get the same information as the "collisions" information using "ifconfig" command [EMAIL PROTECTED] root]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:0D:56:1F:70:21

Re: Setting up (basic) SNMP Masteragent and Subagent support

2006-05-11 Thread Aaron Randall
seems that the subagent is not connecting to the master agent. Any ideas anyone?? Many Thanks, Aaron --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to mak

Re: Setting up (basic) SNMP Masteragent and Subagent support

2006-04-26 Thread Aaron Randall
Hi Wes, Thanks for the reply! Ok, so I need to remove trap2sink? And how does the subagent know about the location of the Master Agent? Many thanks, Aaron Wes Hardaker wrote: On Mon, 24 Apr 2006 11:29:49 +, Aaron Randall <[EMAIL PROTECTED]> said: Aaron> and

Setting up (basic) SNMP Masteragent and Subagent support

2006-04-24 Thread Aaron Randall
mmand but as far as I can tell this should be valid. Any help would be great! Many thanks, Aaron --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make you

Setting up sub-agents to communicate with master agent

2006-04-19 Thread Aaron Randall
. They can be invoked by using the command "snmpd -X". Am I on the right lines with this as a start? The next issue if that is correct is I need the configuration to occur in the config logs, not by passing parameters when starting the process. Any suggestions/help/advice wou

DMI + Linux + Net-SNMP

2006-04-04 Thread Vincent Aaron
Dear. I have a few workstations on Linux ( RHEL 3.0 and 4.0, SLES 9, Debian ). I would like to get access to DMI information using Net-SNMP. I able for the moment to use dmidecode command tool to get those information. Ex: a serial number of my Workstation. But how could I compile Net-SNMP to h

[cacti-user] Error messages

2005-10-20 Thread Vincent AARON
hi all I'm frustated. Since 4 days I try to configure cacti without any success. I have now this Messages Fatal error: Call to undefined function: session_start() in /var/www/html/cacti/include/config.php on line 89 My cacti version is: cacti-0.8.6g-1 Do you know how to resolve it? regards

unknown token

2005-08-22 Thread Aaron de Souza
Hi,I'm trying to get net-snmp working on my system (fedora core 4).I have net-snmp /libs/utils 5.2.1.2-1 installed. I've used snmpconf -g basic_setup for the config file, when i start the snmpd service it comes up with a warning unknown token for all of the tokens in the conf file. I've changed my

Re: snmpset

2005-04-28 Thread Vincent AARON
Great. You 're right. Many thanks for this quick answer... Have fun Dave Shield wrote: On Thu, 2005-04-28 at 11:33, Vincent AARON wrote: What does you mean dave when you said "No. It's up to some management program to actively make this assignment."

Re: snmpset

2005-04-28 Thread Vincent AARON
ourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users -- - | __ | Vincent Aaron. | |

Re: How does "proxfix" work??

2005-04-27 Thread Vincent AARON
Sorry! My Net-Snmp version is 5.0.9-2.30 and my issue seems to be a bug https://sourceforge.net/mailarchive/message.php?msg_id=10521263 Vincent Vincent AARON wrote: Hi all I'm trying to use Net-SNMP to supervise some system daemon. So I added on the Net-SNMP configuration file those

How does "proxfix" work??

2005-04-27 Thread Vincent AARON
u help. Vincent -- - | __ | Vincent Aaron. | | | |'. | IT Administrator. | | | | || | Mentor Graphics - Meta Systems. | | |_|~| 3, avenue

snmpset and reboot

2005-04-20 Thread Vincent AARON
ds Vincent -- - | __ | Vincent Aaron. | | | |'. | IT Administrator. | | | | || | Mentor Graphics - Meta Systems. | | |_|~| 3, avenue du Canada. Bat Sigma. | | _) (_ |

Re: How to get the compile option using snmpget command

2005-04-06 Thread Vincent AARON
Sorry. I have the solution snmpget -c public -v 2c linuxbox 1.3.6.1.4.1.2021.100.6.0 Regards Vincent AARON wrote: Hi all I'm using Net-SNMP 5.0.9 available on RedHat Enterprise Linux 3.0. I wonder if it's possible to get the compile option using tje snmpget command from the NMS to an

How to get the compile option using snmpget command

2005-04-05 Thread Vincent AARON
ds Vincent. -- - | __ | Vincent Aaron. | | | |'. | IT Administrator. | | | | || | Mentor Graphics - Meta Systems. | | |_|~| 3, avenue du Canada. Bat Sigma. | | _) (_

Traphandle scripting

2005-03-23 Thread Vincent AARON
was not modify below a copy of the ouput file: Shutdown linuxbox.mynetwork 192.168.0.10 SNMPv2-MIB::sysUpTime.0 0:0:14:37.23 No output Coldstart linuxbox.mynetwork 192.168.0.10 SNMPv2-MIB::sysUpTime.0 0:0:00:02.01 No output Do you have any idea? Best regards Vincent -- ----

installing on Solaris questions

2004-10-06 Thread Nicholas Aaron Philbrook
I'm trying to compile and install net-snmp on a Solaris system. It's a little tricky because It's a server at my school and obviously I don't have root access, so I'm installing the whole thing in a "fake root" directory in my home directory via ssh. I don't care about the agent, all I need are t

MIB files needed for Dynix/ptx 4.4.x

2004-09-03 Thread Aaron
be very much appreciated, as I have not been able to find anything on the web. Regards, Aaron --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1