BER

2009-07-22 Thread pch0317
Hi I have problem with decoding packet. How to correctly decode this few byte: 43 04 39 D0 DB 06 (Hex) I know that 43 is the type of time ticks, 04 is length, but how to decode the rest. It should be about 96xxx. Thanks pch0317

Re: BER

2009-07-22 Thread pch0317
Dave Shield wrote: 2009/7/22 pch0317 pch0...@gmail.com: I have problem with decoding packet. How to correctly decode this few byte: 43 04 39 D0 DB 06 (Hex) I know that 43 is the type of time ticks, 04 is length, but how to decode the rest. 39 d0 db 06 (hex) = 969988870 (decimal

Re: snmpd - configuration

2009-05-19 Thread pch0317
hostname instead localhost but it make this same result. Dave Shield wrote: 2009/5/18 pch0317 pch0...@gmail.com: In /var/net-snmp/snmpd.conf No - not that file - that's essentially private to the agent. You need another snmpd.conf file - probably in either /etc/snmp (if the agent

snmpd - configuration

2009-05-18 Thread pch0317
Hello I have install net-snmp but I can't configure snmpd. when I type snmpget -c public localhos system.sysDescr.0 I can see: Timeout: No Response from localhost What I can do? Thanks pch0317 -- Crystal Reports - New

Re: snmpd - configuration

2009-05-18 Thread pch0317
2009/5/18 pch0317 pch0...@gmail.com: I have install net-snmp but I can't configure snmpd. when I type snmpget -c public localhos system.sysDescr.0 I hope you mean localhost not localhos ! I can see: Timeout: No Response from localhost What I can do? Telling us what

Re: SNMP v1 trap

2009-05-08 Thread pch0317
Hi In linux you can use tcpdump to see packet. Then you can see community string and snmp version. Regards pch0317 -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning

a

2009-05-08 Thread pch0317
a -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW

snmptrap

2009-05-07 Thread pch0317
05 - ??? It is similar to 1.3.6.1.2.1.1.1.0 30 16 - type and length 06 0A 2B 06 01 6F FD 02 4A AE 92 08 00 5E 00 00 00 8B 00 00 00 00 - ??? Please, help me where is ??? sign. Do I write correctly the snmptrap command? Thanks pch0317

snmptrap -v 2c

2009-05-07 Thread pch0317
- ??? It is similar to 1.3.6.1.2.1.1.1.0 30 16 - type and length 06 0A 2B 06 01 6F FD 02 4A AE 92 08 00 5E 00 00 00 8B 00 00 00 00 - ??? Please, help me where is ??? sign. Do I write correctly the snmptrap command? Thanks pch0317

Re: snmptrap

2009-03-02 Thread pch0317
Thanks You very much :) Thanks again pch0317 -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies

Re: snmptrap

2009-03-01 Thread pch0317
) In this place must be adress. Hmmm??? (c) ??? (d) ??? I don't know ASN.1 so please explain me this fields. Thanks Alexander Bubnov wrote: i think this helps http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap.html 2009/2/20 pch0317 pawelcholewin...@wp.pl Hello, I