dskAvail Integer32 is too small?

2008-10-27 Thread [EMAIL PROTECTED]
Hello, first, about my setup. Its a 64bit CentOS 4.3 machine with Net-SNMP 5.4.2 compiled from source with default options. This server in question has a 8.2TB disk array and when I go to collect its free disk space (using Net-SNMP 5.4.1), I get this: snmpwalk -v2c -c something 10.0.0.5

usm encryption error

2008-10-23 Thread [EMAIL PROTECTED]
Hi i have made this script package require snmptools snmp session lo -v 3 10.31.11.216 -u marco -a MD5 -A 12345678 -l authPriv -n -x DES -X 12345678 puts [lo get 1.3.6.1.2.1.5.7.0] but when i run it with tcl gel20178:/home/elsag# tclsh /home/elsag/Desktop/TEst_SNMPv3.tcl Encryption

How to force the use of 1 network card for sending net-snmp answers

2008-10-14 Thread [EMAIL PROTECTED]
Hi List, In our installation we have the current problem to get responses to net-snmp requests: - On a Solaris9 machine there are 2 network cards fjgi0 and fjgi1 each with a fysical address, say fjgi0:A and fjgi1:A - On top of the fysical addresses each network card has its virtual address

Getting cannot shift when starting Emanate snmp

2007-10-26 Thread [EMAIL PROTECTED]
Hi List, We have an installation using both net-snmp on Solaris and Emanate that comes installed with the machines, as Emanate gives us some extra info. When we start the Emanate agent after having started the net-snmp agent the following message pops out and Emanate won't start: snmpd:

problems with process monitoring under WindowsXP

2007-09-17 Thread [EMAIL PROTECTED]
Hi all. I have a problem controlling the state of a process under Windows XP. I want to monitor the process firefox (this is an example) through snmpget -v 2c -c public localhost prErrorFlag.1, after having modified snmpd.conf with proc firefox. Now, when i send my get request and firefox is

Question about INFORM Protocol

2007-08-30 Thread [EMAIL PROTECTED]
Hi all I have a question for you! Inform protocol differs from Trap Protocol for acknowledgment by managing station. That's to say that snmpd daemon when sends an inform, if is has been relayed without problems, it receive an aknowledgment by managing station. I want to know how inform manages

SNMPv3 and Linking username to host IP

2007-08-28 Thread [EMAIL PROTECTED]
Hi all. I would like to know if is it possible to modify snmpd.conf in order to associate an username to a host IP with User-based Security Model. In snmpd.conf tutorial there is the instruction com2sec, but it can't be used with SNMPv3. What can I do? thanks

help with SNMP_PARSE_OID

2007-07-30 Thread [EMAIL PROTECTED]
Hi all! I've used SNMP_PARSE_OID in order to get OID from object name. I report what i've done: ** DECLARATIONS OF USED VARIABLES ** oid name [MAX_OID_LEN]; u_int name_length = OID_LENGTH(name); char *names; ** ** IN MAIN PROGRAM ** if

Libraries' size and utilization

2007-07-27 Thread [EMAIL PROTECTED]
I compiled Net-SNMP v5.4.1.rc4 in Windowx XP with MinGW. This is the configuration I used: ./configure --prefix=C:/NetSNMP --with-mibdirs=C:/NetSNMP/share/snmp/mibs --with-mib-modules=agentx --disable-embedded-perl --without-perl-modules The compilation was successful but as a result I got very

Error compiling Net-SNMP 5.4 (und. ref. to chown and localtime_r)

2007-07-26 Thread [EMAIL PROTECTED]
I'm trying to compile NetSNMP 5.4 with MingW. I configure like this: ./configure --prefix=c:/NetSNMP --with-mibdirs=c:/NetSNMP/share/snmp/mibs --with-mib-modules=agentx --disable-embedded-perl --without-perl-modules When I execute the 'make' command i get this errors: In function

Re: Error compiling Net-SNMP 5.4 (und. ref. to chown and localtime_r)

2007-07-26 Thread [EMAIL PROTECTED]
.a libraries? Also I'd like to know what are the .la libraries and if I can develop NetSNMP based code without using them. Thanks, Guido -- Initial Header --- From : [EMAIL PROTECTED] To : [EMAIL PROTECTED] [EMAIL PROTECTED] Cc : net-snmp-users net-snmp-users

snmpd Crashes after esecution of SNMP_ALARM_REGISTER

2007-07-25 Thread [EMAIL PROTECTED]
Hi all. I've implemented snmp_alarm_register in order to check every X seconds a variable and, if it goes beyond a treshold, send a trap from snmpd. But after a certain number of received traps, snmpd service shuts down automatically! WHY? Thanks

Re: neeed help in snmptrap conf file

2007-07-24 Thread [EMAIL PROTECTED]
that allow you to get value inside agent without implementing a get instruction! I think it's the only way. For any question, mail me! Bye Messaggio originale Da: [EMAIL PROTECTED] Data: 24-lug-2007 6.43 AM A: net-snmp-users@lists.sourceforge.net Ogg: neeed help in snmptrap conf file Hi

problems with netsnmp_oid_stash_get_data

2007-07-23 Thread [EMAIL PROTECTED]
Hi all, I've problem with netsnmp_oid_stash_get_data api. I've insert in c++ source file: netsnmp_oid_stash_node *root = netsnmp_oid_stash_create_node(); oid suffix[]= {1,3,6,1,2,1,4,2,0}; netsnmp_oid_stash_get_data(root,suffix, anOID_len); but it returns me valure 0,

help on snmpd.conf and monitor instruction

2007-07-20 Thread [EMAIL PROTECTED]
Hi all, I want to know if is it possible to use the monitor instruction in snmpd.conf to monitor custiomized OID? Thanks - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

R: Re: help on snmpd.conf and monitor instruction

2007-07-20 Thread [EMAIL PROTECTED]
(should be INTEGER): Timeticks: (18) 0:00:00.18 DISMAN-EVENT-MIB:: sysUpTimeInstance = Timeticks: (18) 0:00:00.18 In my case, the condition is met, but i'havent got a trap from snmpd. Why? Messaggio originale Da: [EMAIL PROTECTED] Data: 20-lug-2007 2.50 PM A: [EMAIL PROTECTED

R: Re: R: Re: help on snmpd.conf and monitor instruction

2007-07-20 Thread [EMAIL PROTECTED]
I've tried to make it run with createUser internal, but i've the same problem. Messaggio originale Da: [EMAIL PROTECTED] Data: 20-lug-2007 3.47 PM A: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: net-snmp-users@lists.sourceforge.net Ogg: Re: R: Re: help on snmpd.conf and monitor

R: Re: R: Re: help on snmpd.conf and monitor instruction

2007-07-20 Thread [EMAIL PROTECTED]
if the threshold is reached. with monitor i want to monitor OID called time every 1 second, and if it assumes a value 10, snmpd has to send me a trap. how can i do it? Messaggio originale Da: [EMAIL PROTECTED] Data: 20-lug-2007 4.11 PM A: [EMAIL PROTECTED][EMAIL PROTECTED] Cc: net-snmp

mib data retrieval

2007-07-20 Thread [EMAIL PROTECTED]
Hi all. I want to know what is the API a sub-agent has to use in order to retrieve the value of an Object identified by an OID? thanks - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Problems with retrieving data!

2007-07-20 Thread [EMAIL PROTECTED]
Hi all! Is it correct the use of netsnmp_register_int_scalar API to retrieve value of scalar Objects identified by an OID? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

problem with snprint_value API

2007-07-20 Thread [EMAIL PROTECTED]
Hi all, i have some problems with snprint_value API. I've written these lines in a source file: const oid data[] = {1,3,6,1,2,1,2,1,0}; char res[100]; const netsnmp_variable_list var; int res2 = snprint_value(res,sizeof(res),data,OID_LENGTH(data),var); The result is Wrong Type (should be

mib2c.notify.conf

2007-07-19 Thread [EMAIL PROTECTED]
Hi all! I've a problem regarding mib2c.notify.conf. I tell you all! I've implemented a personal MIB: in that MIB i've set some object to monitor and their threshold; i've implemented also a node for trap. Now i've used mib2c.notyfy.conf, and i've obtaine2 1 source file and 1 header file. My

API for extracting value of OID?

2007-07-19 Thread [EMAIL PROTECTED]
HI all, I've a question. Is there any API -agent side- for direct retrieving of OID values? i.e. I want to compile a shared object that implemented in snmpd daemon is able to retrieve OIDs values directly (without sending a get instruction). Thanks

real time variable monitoring

2007-07-19 Thread [EMAIL PROTECTED]
Hi all! Is it possible to moitor a custom variable in REAL TIME with the snmp agent? Or I have to do pariodic cheks on that variable with snmp_alarm_register? May be All monitoring features implemented in snmpd agent or may I implement an external application that monitors my variable and then

how to make agent able to send traps?

2007-07-18 Thread [EMAIL PROTECTED]
HI all, Thanks to all your suggestion, I've completed the extension of net-snmp agent. Now I want to render it able to send traps. For example, I want that it send me a trap about an integer Managed Object everytime it becomes odd or even. How can i do it? I'have to modify my . c files

How to implement traps?

2007-07-18 Thread [EMAIL PROTECTED]
HI all, i want to imlpement traps on my agent. I've read that one methode is to insert in snmpd.conf an instruction like this :monitor [options] NAME expression. for example: if i want that my snmp agent alerts me when an Object (OID2) passes beyond a threshold(30), i can write: monitor -r 30

Re: make test errors

2007-07-16 Thread [EMAIL PROTECTED]
PROTECTED] Date: Sun, 15 Jul 2007 08:27:23 +0200 To: [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject: Re: make test errors ian diddams wrote: comoiling and installing net-snmp version 5.4 on solaris 10 3/05, using gcc 3.4.6... I've followed all the instructions faithfully

sending traps to NNM

2007-07-16 Thread [EMAIL PROTECTED]
I am desperately seeking some help as I am really struggling, but I accept this isn't really the remit of this list - if its more appropriate off list replies are fine by me. I have net-snmp installed and apparently working e.g. snmpget returns values from localhost. I now want to test sending

RE: sending traps to NNM

2007-07-16 Thread [EMAIL PROTECTED]
further to my earlier request I can add that if I also use a -Ci option (inform) this is the response I receive... bash-3.00# snmptrap -v 2c -c public -Ci localhost ucdStart sysContact.0 s Dave snmpinform: Timeout (Sub-id not found: (top) - sysContact) Presumably this means the sent traps do

windows command for LINUX ./configure --with-mib-module=nameofmodule

2007-07-12 Thread [EMAIL PROTECTED]
HI all. the command ./configure --with-mib-module=nameofmodule in linux is used to recompile agent whit new MIB extension. in windows the command --with-mib-module isn't allowed. infact in prompt i write : perl configure --with-mib-module=nameofmodule , but the command isn't recognized. Can

RE: How to implement a new MIB

2007-07-11 Thread [EMAIL PROTECTED]
Thank you very much for answers. The first step i want to follow is to CHECK ONLY if my MIB TABLE exist and can be reached by agent with snmptranslate command. My question is: in order to make it possible( I mean that snmptranslate can return me my MIB), do i need to exten the agent or not?

How to modify C file created by mib2c?

2007-07-11 Thread [EMAIL PROTECTED]
Hi all, I've created .c and .h file using mib2c. Now i have to modify . c file in order to make agent capable in reading date and time from my pc (this is an example). Where and how i set instruction to do it in .c file? Can someone give me a VALID LINK to a tutorial explaining how to modify .c

How to modify MODE_SET_RESERVE2?

2007-07-11 Thread [EMAIL PROTECTED]
HI All, I would like to know how to modify MODE_SET_RESERVE2 field in . c file dreated by mib2c (a link is accepted). I briefly explain you my problem. I would like to set a parameter, for my purpose it's a threshold. then, I have to modify MODE_SET_RESERVE2, MODE_SET_FREE,... etc fields in my

How to implement a new MIB

2007-07-09 Thread [EMAIL PROTECTED]
Hi all, I'm trying to implement a new MIB in order to extend SNMP Agent. The steps I followed were: 1) Create a New MIB file .txt according to ASN.1 specifics; 2) Validate New MIB to http://www. simpleweb.org/ietf/mibs/validate/; 3) copy new file in C: \urs\share\snmp\mibs (windows directory of

Error

2007-06-19 Thread [EMAIL PROTECTED]
Hi.. why i am getting Timeout : no response from localhost. snmpget -v 2c -c public localhost 1.3.6.1.2.1.10.184.1.1.1.1.1.6.1.1 Timeout: No Response from localhost. even i am using current version of SNMP;5.3.0.1.. i dont know what is the problem Regards karthikeyan LC

Problem Related to snmpwalk command

2007-02-23 Thread [EMAIL PROTECTED]
HI... While running snmpwalk -v2c -c public localhost .1.3.6.1.2.1.10.184..command i got following error...in my WMAN-IF-MIB..LOT OF TABLES THERE ..LIKE WMAN-IFBS,SS,AND CMN BUT IS SHOWS ONLY WMAN-IFBS OBJECTS..NOT FULL OBJECT(HALF OF THE BS OBJECT),,WHAT ABOUT OTHER TABLES AND OBJECT...

SNMP GET ERROR

2007-02-09 Thread [EMAIL PROTECTED]
HI.. DURING SNMPGET OPERATION I GOT THIS RESULT.. SNMPD ALSO RUNNING... snmpget -v 2c -c public localhost .1.3.6.1.2.1.10.184.1.1.1.1.1.6 WMAN-IF-MIB::wmanIfBsSfCsSpecification = No Such Instance currently exists at this OID THIS IS MY CONF FILE... ANY CHANGES IN CONF FILE..PLEASE LET ME KNOW

REGARDING PARSING FUNCTION

2007-02-09 Thread [EMAIL PROTECTED]
HI.. I HAVE ONE DOUBT IN USING PARSING FUNCTION... NOW MY OID IS 1.3.6.1.2.1.10.184 I WANT TO CHANGE MY OID LIKE THIS 1_3_6_1_2_1_10_184...SO I DONT KNOW HOW TO USE THIS FUCNTION...AND WHERE I HAVE TO CHANGE AND WHICH FILE IN SNMP...PLEASE LET ME KNOW

ERROR IN PACKET

2007-02-08 Thread [EMAIL PROTECTED]
HI.. DURING SNMPWALK COMMAND I GOT THIS ERROR..WHAT IS THE SOLUTION.. Error in packet. Reason: (genError) A general failure occured mail2web.com – Enhanced email for the mobile individual based on Microsoft® Exchange -

ERROR

2007-02-07 Thread [EMAIL PROTECTED]
HI... WHILE SNMPWALK COMMAND I GOT THIS ERROR..WHAT CAN I DO?.. snmpwalk -v 2c -c public localhost 1.3.6.1.2.1.10.184 Timeout: No Response from localhost mail2web.com - Microsoft® Exchange solutions from a leading provider -

REGARDING MIBS

2007-02-06 Thread [EMAIL PROTECTED]
HI.. NEED SOME CLARIFICATIONS * SNMP QUERY STARTED * 1: wmanIfBsSfId=91= (gauge) 1 2: wmanIfBsSfId=91= (gauge) 2 3: wmanIfBsSfId=91= (gauge) 3 4: wmanIfBsSfId=91= (gauge) 4 5: wmanIfBsSfId=91= (gauge) 5 6: wmanIfBsSfId=91= (gauge) 6 7: wmanIfBsSfId=91= (gauge) 7

ERROR

2007-02-05 Thread [EMAIL PROTECTED]
hi.. I got this error..what is the solution ./.libs/libnetsnmpmibs.so: undefined reference to `set_wmanIfBsOfdmaRangReqOppSize' ./.libs/libnetsnmpmibs.so: undefined reference to `AccessWmanDB' ./.libs/libnetsnmpmibs.so: undefined reference to `set_wmanIfBsOfdmCtBasedResvTimeout'

mib2c query

2007-01-30 Thread [EMAIL PROTECTED]
i want to generete c and h file for my WMAN-IF-MIB.txt file..i already installed nert-snmp 5.3.0.1 and already put one copy my mib file in to usr/local/share/snmp/mibs..also EXPORT=Mibs and MIBS=ALL done...already SNMP/perl also installed..using perl MAKEFILE.PL,make,make install.. but still it

Re: openbsd 4.0 snmpd core dumps with vlan interface number higher as 9

2006-12-14 Thread [EMAIL PROTECTED]
Dec 2006, [EMAIL PROTECTED] wrote: Hi List, openbsd 4.0 i've vlan interfaces from vlan1 to vlan9 i can start snmpd -x localhost without any problems if i create vlan10 snmpd core dumps Bus error (core dumped) the last lines from the debug are trace: netsnmp_send_traps

hpux 11.11 processes list

2006-10-03 Thread [EMAIL PROTECTED]
I have successfully compiled and installed net-snmp 5.2.1.2 from source obtained from HP's internet express package. ./configure --prefix=/opt/iexpress/net-snmp --with-libs=-lnm --with-mib-modules=host --enable-shared The host resources mib is installed and working, except for processes. It

snmpd loglevel

2006-09-14 Thread [EMAIL PROTECTED]
-r3 - gentoo kernel 2.6.10-r4 Thanks! -- - Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services

Re: snmpd loglevel

2006-09-14 Thread [EMAIL PROTECTED]
- Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Dave Shield wrote: Hmmm... OK - try -LS nd and/or -LS n d It won't start with -LS nd, it will with -LS n d though, but it still logs everything... Unfortunately, I don't

Make error net-snmp-5.3.1 binaries

2006-09-13 Thread [EMAIL PROTECTED]
Hi, I have installed net-snmp-5.3.1-HP-UX_B.11.00_9000_712 binaries on hpux11.00 machine as root in  / . The snmptrapd and snmptrap daemon work fine. So i would compile my 'snmpTrapManager.c',but when I try to do 'make' it reports these errors: make -f Makefile all echo Compiling

Install 5.3.1 binaries on hpux11.00

2006-09-07 Thread [EMAIL PROTECTED]
Hello, I would install net-snmp v5.3.1. on hp-ux 11.00. I not able to make/install the net-snmp v5.3.1 source code, so i have downloaded the net-snmp-5.3.1-HP-UX_B.11.00_9000_712.tar.gz binaries. I have gunzip and untared this package as root in / . So,if i run /usr/local/sbin/snmptrapd -Lo it

error: C compiler cannot create executables

2006-09-06 Thread [EMAIL PROTECTED]
Hi, I would install net-snmp v5.3.0.1. on hp-ux 11.00. I have installed the gcc-4.1.1-hppa-11.11 compiler on my hpux machine. I run configure with this options: ../configure --with-libs=-lnm --with-cc=gcc but i have the follow error: CmtSrv_cmt3_$ ./configure --with-libs=-lnm --with-cc=gcc

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
snmptrapd auth (and 5.3) but i don't know apply them. Anyone can help me? Thank you in advance. Thanks Da: Thomas Anders [EMAIL PROTECTED] Data: Fri, 01 Sep 2006 16:18:12 +0200 A: [EMAIL PROTECTED] [EMAIL PROTECTED] Oggetto: Re: Make error on hpux 11.00 [EMAIL PROTECTED] wrote: I would

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
errors but 'make test'reports many errors. I haven't try on any other HP-UX machine. Thanks Da: Thomas Anders [EMAIL PROTECTED] Data: Tue, 05 Sep 2006 13:54:07 +0200 A: [EMAIL PROTECTED] [EMAIL PROTECTED] Oggetto: Re: Make error on hpux 11.00 [EMAIL PROTECTED] wrote: I have installed

Re: Make error on hpux 11.00

2006-09-05 Thread [EMAIL PROTECTED]
Thomas, if i run configure without --with-cc=aCC it use the cc compiler.But makefile generated are empty(size 0). Unfortunately i can't install gcc on this machine. Thanks Da: Thomas Anders [EMAIL PROTECTED] Data: Tue, 05 Sep 2006 15:03:12 +0200 A: [EMAIL PROTECTED] [EMAIL PROTECTED

permission denied for other users

2006-08-08 Thread [EMAIL PROTECTED]
Hello:I am compiled net-snmp (snmpwalk, get, etc) for win32 using Microsoft Visual C++ tool. (enabled ipv6)The generated .exe(s) can be executed only on my PC, if I copy and paste on someone else's PC it gives 'permission denied' error when running on bash and cannot execute the

permission denied for other users

2006-08-08 Thread [EMAIL PROTECTED]
Hello:I am compiled net-snmp (snmpwalk, get, etc) for win32 using Microsoft Visual C++ tool. (enabled ipv6)The generated .exe(s) can be executed only on my PC, if I copy and paste on someone else's PC it gives 'permission denied' error when running on bash and cannot execute the

Re: SNMPD hangs after awhile

2006-07-19 Thread [EMAIL PROTECTED]
Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Pamidipati Suresh-G20238 wrote: Message Hi Jeffrey, As the following statements show that open call is returned with error ENOENT, snmpd didn'tget stuckat this function call. Regards, Suresh

SNMPD hangs after awhile

2006-07-18 Thread [EMAIL PROTECTED]
, or a way to flush the queue if the SNMPD daemon crashed or something? Thanks! -Jeffrey -- - Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] - Take Surveys. Earn

Re: SNMPD hangs after awhile

2006-07-18 Thread [EMAIL PROTECTED]
of this??? -Jeffrey - Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Pamidipati Suresh-G20238 wrote: Message Hi, I don't the reason for this behavior.. But, on mvl-ppc, we also observed that snmpd hangs sometimes. When we checked the strace of

Fw: Simple question regarding use of snmpv2 trap

2006-05-16 Thread [EMAIL PROTECTED]
HI, question1: linkUpDownNotifications and defaultMonitors work only if I define corresponding createUser; isn't it? question 2: I can define a createUser only into a snmpv3 agent; isn't it? Can someone help me? thanks regards, dan. Tiscali ADSL 4 Mega Flat

Simple question regarding use of snmpv2 trap

2006-05-11 Thread [EMAIL PROTECTED]
HI, question1: linkUpDownNotifications and defaultMonitors work only if I define corresponding createUser; isn't it? question 2: I can define a createUser only into a snmpv3 agent; isn't it? Can someone help me? thanks regards, dan. Tiscali ADSL 4 Mega Flat

net-snmp without libcrypto

2006-01-31 Thread [EMAIL PROTECTED]
How can I avoid that snmpd use libcrypto.so? I'm not interested in security. Bye, Antonio. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

perl Makefile.PL can't locate OID.pm details

2006-01-26 Thread [EMAIL PROTECTED]
This is my configure: ./configure --prefix=/myhome/net-snmp-install --with-sys-location=pluto --with-sys-contact=antonio --with-default-snmp-version=2 This the error: linuxserver:/myhome/net-snmp-5.3/perl - perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for

mibII modules

2006-01-24 Thread [EMAIL PROTECTED]
Hi, I'm new to net-snmp. Is it possible, using --with-out-mib-modules to remove from the agent a module of mibII? I want to implement mibII/ip in my subagent. But if I remove this module from the master agent during configure I receive an error saying that it is required by mibII. Furthermore

Problem create row with mib2c.iterate.conf structure

2006-01-23 Thread [EMAIL PROTECTED]
-adslAturCurrOutputPwr=5; entry-adslAturCurrAttainableRate=8; adslAturPhysTable_head=entry; entry-next =NULL; return entry; } the problem is when i start my subagent that launch initialize_table_adslAturPhysTable, and I try to do snmpwalk command but I received: [EMAIL PROTECTED

snmptrap - community ???

2005-10-17 Thread [EMAIL PROTECTED]
Hello friends... = I want to just test how trap works...For that what I know is that both the agent and the NMS should have some same community name shared... for agent it is spacified in snmpd.conf..as trapsink... But from which file can you change community name for traps on NMS ??

Multiple questions

2005-08-25 Thread [EMAIL PROTECTED]
Good Day We are running Sun Sparc enterprise class servers with solaris 9. Trying to learn how to get snmp traps to collect information such as cpu utilzation (ie. system,user, process), disk utilization, failed login attempts, etc. going to a linux OpenNMS manager. The sun mib does not report

Problems starting new snmpd v.5.1.3

2005-07-26 Thread -=|[EMAIL PROTECTED]|=- .
version 5.1.3 Received SNMP packet(s) from callback: 1 on fd 2 pdu failed to be created last message repeated 166 time(s) Has anyone a clue? Since I'm completly lost by know. The old version does start without a hitch! I really hope that someone can help me with this! Greetingz from: -=|[EMAIL

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-06-03 Thread [EMAIL PROTECTED]
with about 10 tables). - John --- On Fri 06/03, Dave Shield < [EMAIL PROTECTED] > wrote: From: Dave Shield [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: net-snmp-users@lists.sourceforge.net Date: Fri, 03 Jun 2005 09:36:10 +0100 Subject: Re: array-user snmpbul

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-27 Thread [EMAIL PROTECTED]
when I saw the "no more variables". The second entry in the object group is the next table. It is interesting, but unfortunately tells me nothing. - John --- On Fri 05/27, Dave Shield < [EMAIL PROTECTED] > wrote: From: Dave Shield [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-26 Thread [EMAIL PROTECTED]
ask an SNMP manager to do as it is non-standard or maybe it does not provide the expected GetBulk optimization effect? - John --- On Thu 05/26, Dave Shield < [EMAIL PROTECTED] > wrote: From: Dave Shield [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: net-snmp

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-26 Thread [EMAIL PROTECTED]
ave Shield < [EMAIL PROTECTED] > wrote: From: Dave Shield [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: net-snmp-users@lists.sourceforge.net Date: Thu, 26 May 2005 16:11:47 +0100 Subject: Re: array-user snmpbulkwalk worked for a table not entire mib On Thu, 2005-05-26

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-25 Thread [EMAIL PROTECTED]
Story [EMAIL PROTECTED] wrote: From: Robert Story [mailto: [EMAIL PROTECTED] To: net-snmp-users@lists.sourceforge.net Cc: [EMAIL PROTECTED] Date: Mon, 23 May 2005 16:27:50 -0400 Subject: Re: array-user snmpbulkwalk worked for a table not entire mib On Mon, 23 May 2005 15:49:27 -0400

Re: array-user snmpbulkwalk worked for a table not entire mib

2005-05-24 Thread [EMAIL PROTECTED]
--- On Mon 05/23, Robert Story snmp.com] To: [EMAIL PROTECTED]input class=txtDsp type=text size=8 name=word11 value=.net Cc: input class=txtDsp type=text size=8 name=word12 value=.com Date: Mon, 23 May 2005 16:27:50 -0400 Subject: Re: array-user MIBbulkwalk on my mibbrRS JC implemented using

Microsoft Exchange MIB

2005-05-17 Thread [EMAIL PROTECTED]
Hi all, do someone know if there is a MIB that permit me to monitor the size of the stored mail database on a Microsoft Exchange Server? Thanks in advance. -- Michele Furno. Navighi a 4 MEGA e i primi 3 mesi sono GRATIS. Scegli

array-user snmpbulkwalk worked for a table not entire mib

2005-05-13 Thread [EMAIL PROTECTED]
I have run into an issue when running snmpbulkwalk on my MIB implemented using array-user in 5.2.1. I can successfully bulkwalk the information in a single table in the MIB, however, when bulkwalking the entire MIB I receive: snmpbulkwalk -v 2c -c public myhost MY-MIB::myObjects

Agent not executing perl init script

2005-04-15 Thread [EMAIL PROTECTED]
' '--with-mib-modules=host mibII/mta_sendmail misc/ipfwacc tunnel' '--with-default-snmp-version=2' '[EMAIL PROTECTED]' '--with-sys-location=Unknown' '--with-logfile=/var/log/snmpd.log' '--with-persistent-directory=/var/net-snmp' '--with-perl-modules' *'*--enable-embedded-perl*' *'--enable-shared

Table in a Trap

2005-03-15 Thread [EMAIL PROTECTED]
Hi all!! I want to send in a trap a Table that I have created. I have put in the part of Notification of the MIB, this: lbnLink NOTIFICATION-TYPE STATUScurrent OBJECTS { netSnmpTable } DESCRIPTION Trap

Re: mib2c

2004-06-22 Thread [EMAIL PROTECTED]
- digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com ___ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https