Re: SNMP on Windows

2008-01-16 Thread Nikolett C
I'm truly grateful, thank you. I wanted to hear these answers, wasn't sure about these things, but now I am. Dave Shield [EMAIL PROTECTED] írta: On 10/01/2008, Nikolett C [EMAIL PROTECTED] wrote: I'd like to ask, whether there's a possibility to use the commands snmpget, snmpwalk etc

SNMP on Windows

2008-01-10 Thread Nikolett C
Hello, I'd like to ask, whether there's a possibility to use the commands snmpget, snmpwalk etc. in the Windows comman line (cmd.exe). How could I query f.e. the hostname from Windows (on the localhost and on a linux virtual machine) that way? (c:\ snmpget -v 1 -c public localhost

Re: SNMP on Windows

2008-01-10 Thread Nikolett C
received On Jan 10, 2008 1:00 PM, Nikolett C [EMAIL PROTECTED] wrote: Hello, I'd like to ask, whether there's a possibility to use the commands snmpget, snmpwalk etc. in the Windows comman line (cmd.exe). How could I query f.e. the hostname from Windows (on the localhost

snmpd

2007-12-14 Thread Nikolett C
Hello All! Could someone please tell me, where can I find the program 'snmpd'? Can I use it without Net-SNMP too? Many thanks for ANYTHING relating to this question. Nikolett- SF.Net email is sponsored by: Check out the

trap size

2007-11-16 Thread Nikolett C
Hello Everyone! Could someone tell me, how big a trap can be? 100 byte, 200 byte..? With maximal how many varbinds? Thanks a lot. Nikolett- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: date

2007-09-07 Thread Nikolett C
Hi All, especially Dave! Sorry, I was already very tired yesterday, and I also forgot to read again what I've written... I wanted to say: -I have an own MIB, there's a node sysDate in it, it's like hrSystemDate in HOST-RESOURCES-MIB. -I've got the right value from it with snmpwalk. The

min.edition

2007-09-06 Thread Nikolett C
Hello! I'd like to know which files I need at least on a managed device (pc with Linux) to be able to build an SNMP connection with it, to be able to query with an own agent an own MIB. I can't install the whole Net-SNMP on it, so what are those files which are minimum and enough? Could I

date

2007-09-06 Thread Nikolett C
Hi! I read the the from an own MIB with an own agent. My problem is, that date isn't changing automatically, just after killing and starting snmpd. What shall I do? Many thanks. Nikolett - This SF.net email is sponsored

netsnmp_table_row_add_index

2007-08-29 Thread Nikolett C
Hi! Where can I find anything about this command: 'netsnmp_table_row_add_index()' ? It's in the data_set.c: netsnmp_table_row_add_index(row, ASN_OCTET_STR, snmpv3, strlen(snmpv3)); I'd like to use Unsigned32 index instead of string index. netsnmp_table_row_add_index(row, ASN_UNSIGNED, 1,

book

2007-08-29 Thread Nikolett C
Hi there! Could you please send me some titles of books, from which I could learn how to write agents, which functions are usable... Thanks a lot! Nikolett- This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: system name

2007-08-29 Thread Nikolett C
a billion! Nikolett Dave Shield On 03/08/07, Nikolett C [EMAIL PROTECTED] wrote: I can now get (and also set) a string in my new MIB, but for this 'hostname' object it is me that gives the value. I'd need the computer to give it You're providing the code that implements this particular object. Add code

Re: watched

2007-08-02 Thread Nikolett C
Sorry, it was: Bad value name (xyz) by the snmpset command.. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using

Re: watched

2007-08-02 Thread Nikolett C
NET-SNMP-EXAMPLES-MIB::netSnmpExampleString.0 = xyz -NET-SNMP-EXAMPLES-MIB::netSnmpExampleString.0: Bad value name (fish) How can I then set the value? Your help is important for me, thanks a lot. Nikolett Dave Shield On 01/08/07, Nikolett C [EMAIL PROTECTED] wrote: I'd like to ask why I got

watched

2007-08-02 Thread Nikolett C
Mission successed : ) I changed the syntax from Integer32 to Octet String, and it works already perfectly with snmpget and also with snmpset. I'm happy. Thank you for not answering :- ) and letting me do it alone. Have a nice day!

system name

2007-08-02 Thread Nikolett C
Hi, I'd like to get the system name (hostname) of the computer: not from an already existing MIB (from SNMPv2-MIB::sysName.0 - it works), but from my own. I can now get (and also set) a string in my new MIB, but for this 'hostname' object it is me that gives the value. I'd need the computer

watched.c

2007-08-01 Thread Nikolett C
Hi, How can I try out watched.c ? The same way like snmpdemoapp.c in the tutorial? % make snmpdemoapp % ./snmpdemoapp But there's no Makefile for watched.c ... I hope there is an answer, thanks! Nikolett - This SF.net

watched

2007-08-01 Thread Nikolett C
Thank you very much! I'd like to ask why I got this answer after an snmpget: Wrong type, should be integer. BTW it wrote out the string ('So long and...') correctly. Is there anything that can be done to remove this error message? Thank you!