--> jsafrane_ has joined #net-snmp
[2010/05/27 01:37:34] #net-snmp <Richlv> is it possible to make snmptrapd log all traps to one file, and it's normal operation messages to syslog (or other file, or whatever else) ?
--> blotchy has joined #net-snmp
--> archlich has joined #net-snmp
--> hardaker has joined #net-snmp
--> dakol has joined #net-snmp
[2010/05/27 08:27:00] #net-snmp <dakol> hi
[2010/05/27 08:28:04] #net-snmp <dakol> i have got an old net-snmp (5.0.9), when iut send Authentification FAilure, the time-ticks filed is 5 bytes long
[2010/05/27 08:28:27] #net-snmp <dakol> seems the specs (http://tools.ietf.org/html/rfc1155#section-3.2.3.5) says IMPLICIT INTEGER (0..4294967295)
[2010/05/27 08:29:09] #net-snmp <dakol> timeticks is epoch uptime * 100, so it overflows in ~497 days (2^32 / 86400 / 100)
[2010/05/27 08:31:27] #net-snmp <dakol> i would except it to overflow and get backs to 0 instead of incrementing
[2010/05/27 08:35:08] #net-snmp <rstory> you must be on a 64bit machine... support for 64 bit machines in 5.0.9 is spotty, at best.
[2010/05/27 08:35:28] #net-snmp <rstory> Not to mention that 5.0.9 is no longer supported... Tray a more recent release...
[2010/05/27 08:38:03] #net-snmp <dakol> yes solaris 64bits
[2010/05/27 08:38:31] #net-snmp <dakol> net-snmp provided by Sun ...
[2010/05/27 08:40:41] #net-snmp <rstory> yeah, you'll have to file a bug with them... 5.3 is the oldest release we currently support...
[2010/05/27 08:40:48] #net-snmp <dakol> :))
[2010/05/27 08:41:13] #net-snmp <dakol> i was wondering why my snmp trap parser fails with thoses
[2010/05/27 08:43:40] #net-snmp <dakol> solaris is always 10years behind :/
[2010/05/27 08:45:53] #net-snmp <dakol> 6871859 Solaris 10 64-bit bundled snmpd holds more than 32 bits value if uptime reaches certain days
[2010/05/27 08:46:00] #net-snmp <dakol> light
--> darix has joined #net-snmp
--> darix has joined #net-snmp
--> juanfran has joined #net-snmp
[2010/05/27 13:18:12] #net-snmp <juanfran> hello
[2010/05/27 13:18:56] #net-snmp <juanfran> someone could help me??
[2010/05/27 13:19:48] #net-snmp <juanfran> I can't use snmptrap
[2010/05/27 13:23:31] #net-snmp <juanfran> helloo?
[2010/05/27 13:32:08] #net-snmp <juanfran> juanfran@eeePc:~$ ps -aux | grep snmp
[2010/05/27 13:32:09] #net-snmp <juanfran> Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
[2010/05/27 13:32:09] #net-snmp <juanfran> snmp 2656 0.0 0.3 8928 3964 ? S 19:49 0:03 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid
[2010/05/27 13:32:09] #net-snmp <juanfran> root 2684 0.0 0.0 4068 528 ? Ss 19:49 0:00 /usr/sbin/snmptrapfmt -D -f /etc/snmp/snmptrapfmt.conf
[2010/05/27 13:32:09] #net-snmp <juanfran> root 4973 0.0 0.1 8512 1732 ? Ss 19:56 0:00 snmptrapd -C -a -A -c /etc/snmp/snmptrapd.conf
[2010/05/27 13:32:12] #net-snmp <juanfran> juanfran 23390 0.0 0.0 3356 824 pts/1 S+ 22:31 0:00 grep snmp
[2010/05/27 13:38:34] #net-snmp <juanfran> snmpget works correctly, I have a cacti software installed to see the graphs using SNMP protocol
[2010/05/27 13:38:44] #net-snmp <juanfran> i want use snmptrap
[2010/05/27 13:41:39] #net-snmp <juanfran> my system is ubuntu 9.04, and NET-SNMP version: 5.4.1
[2010/05/27 13:42:01] #net-snmp <juanfran> when i execute :
[2010/05/27 13:42:54] #net-snmp <juanfran> juanfran@eeePc:~$ snmptrap -v 2c -c public localhost '' NOTIFICATION-TEST-MIB::demo-notif \
[2010/05/27 13:42:54] #net-snmp <juanfran> > SNMPv2-MIB::sysLocation.0 s "just here"
[2010/05/27 13:42:55] #net-snmp <juanfran> Cannot find module (NOTIFICATION-TEST-MIB): At line 0 in (none)
[2010/05/27 13:42:55] #net-snmp <juanfran> NOTIFICATION-TEST-MIB::demo-notif: Unknown Object Identifier
[2010/05/27 13:43:52] #net-snmp <juanfran> this is a example of the Net-SNMP Tutorial -- traps
[2010/05/27 13:45:16] #net-snmp <juanfran> I tested with other OID, but I can not make it work
--> hardaker has joined #net-snmp
[2010/05/27 13:48:55] #net-snmp <juanfran> in etherreal I could not see the network packet SNMP, the process local snmptrap dont sent the trap
[2010/05/27 13:51:24] #net-snmp <juanfran> juanfran@eeePc:~$ snmptrap -v 2c -c public localhost "" NET-SNMP-EXAMPLES-MIB::netSnmpExampleHeartbeatNotification netSnmpExampleHeartbeatRate i 123456
[2010/05/27 13:51:24] #net-snmp <juanfran> read_config_store open failure on /var/lib/snmp/snmpapp.conf
[2010/05/27 13:51:25] #net-snmp <juanfran> read_config_store open failure on /var/lib/snmp/snmpapp.conf
[2010/05/27 13:51:25] #net-snmp <juanfran> read_config_store open failure on /var/lib/snmp/snmpapp.conf
[2010/05/27 13:53:07] #net-snmp <juanfran> this is another example wiki manuals, but does not work
[2010/05/27 13:56:38] #net-snmp <juanfran> anyone can help me??? please
[2010/05/27 14:08:39] #net-snmp <rstory> juanfran: you need to get the mibs loading, or use ras OIDs..
[2010/05/27 14:10:41] #net-snmp <juanfran> as I install it?
[2010/05/27 14:12:05] #net-snmp <rstory> have you downloaded the NOTIFICATION-TEST-MIB? and put it in your mibs directory (default /usr/local/share/snmp/mibs/)?
[2010/05/27 14:12:24] #net-snmp <juanfran> i have install snmp snmpd snmptrapfmt pakages of the apt-get repository
[2010/05/27 14:13:44] #net-snmp <rstory> you need to add the notifcation mib... see this faq: http://www.net-snmp.org/wiki/index.php/FAQ:Applications_02
[2010/05/27 14:14:31] #net-snmp <juanfran> thank you
[2010/05/27 14:15:05] #net-snmp <rstory> also http://www.net-snmp.org/wiki/index.php/FAQ:MIBs_03
[2010/05/27 14:43:28] #net-snmp <juanfran> I added mib file but the error continues
[2010/05/27 14:43:46] #net-snmp <juanfran> and restore service
[2010/05/27 14:44:05] #net-snmp <juanfran> root@eeePc:/usr/local/share/snmp# snmptrap -v 2c -c public localhost '' NOTIFICATION-TEST-MIB::demo-notif miSNMPv2-MIB::sysLocation.0 s "just here"
[2010/05/27 14:44:05] #net-snmp <juanfran> Cannot find module (NOTIFICATION-TEST-MIB): At line 0 in (none)
[2010/05/27 14:44:05] #net-snmp <juanfran> NOTIFICATION-TEST-MIB::demo-notif: Unknown Object Identifier
--> hardaker has joined #net-snmp
--> hardaker2 has joined #net-snmp
--> hardaker has joined #net-snmp
--> hardaker2 has joined #net-snmp
--> dakol has joined #net-snmp
--> snmpbot has joined #net-snmp