Hi Dave, Furthermore if I execute the command: "snmpwalk -v 2c -c public 10.181.30.153 .iso"
I get the following output: iso.3.6.1.2.1.1.1.0 = STRING: "Linux asus-B53E 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64" iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.8072.3.2.10 iso.3.6.1.2.1.1.3.0 = Timeticks: (732) 0:00:07.32 iso.3.6.1.2.1.1.4.0 = STRING: "Me <[email protected]>" iso.3.6.1.2.1.1.5.0 = STRING: "asus-B53E" iso.3.6.1.2.1.1.6.0 = STRING: "Sitting on the Dock of the Bay" iso.3.6.1.2.1.1.7.0 = INTEGER: 72 iso.3.6.1.2.1.1.8.0 = Timeticks: (4) 0:00:00.04 iso.3.6.1.2.1.1.9.1.2.1 = OID: iso.3.6.1.6.3.10.3.1.1 iso.3.6.1.2.1.1.9.1.2.2 = OID: iso.3.6.1.6.3.11.3.1.1 iso.3.6.1.2.1.1.9.1.2.3 = OID: iso.3.6.1.6.3.15.2.1.1 iso.3.6.1.2.1.1.9.1.2.4 = OID: iso.3.6.1.6.3.1 iso.3.6.1.2.1.1.9.1.2.5 = OID: iso.3.6.1.2.1.49 iso.3.6.1.2.1.1.9.1.2.6 = OID: iso.3.6.1.2.1.4 iso.3.6.1.2.1.1.9.1.2.7 = OID: iso.3.6.1.2.1.50 iso.3.6.1.2.1.1.9.1.2.8 = OID: iso.3.6.1.6.3.16.2.2.1 iso.3.6.1.2.1.1.9.1.3.1 = STRING: "The SNMP Management Architecture MIB." iso.3.6.1.2.1.1.9.1.3.2 = STRING: "The MIB for Message Processing and Dispatching." iso.3.6.1.2.1.1.9.1.3.3 = STRING: "The management information definitions for the SNMP User-based Security Model." iso.3.6.1.2.1.1.9.1.3.4 = STRING: "The MIB module for SNMPv2 entities" iso.3.6.1.2.1.1.9.1.3.5 = STRING: "The MIB module for managing TCP implementations" iso.3.6.1.2.1.1.9.1.3.6 = STRING: "The MIB module for managing IP and ICMP implementations" iso.3.6.1.2.1.1.9.1.3.7 = STRING: "The MIB module for managing UDP implementations" iso.3.6.1.2.1.1.9.1.3.8 = STRING: "View-based Access Control Model for SNMP." iso.3.6.1.2.1.1.9.1.4.1 = Timeticks: (2) 0:00:00.02 iso.3.6.1.2.1.1.9.1.4.2 = Timeticks: (2) 0:00:00.02 iso.3.6.1.2.1.1.9.1.4.3 = Timeticks: (2) 0:00:00.02 iso.3.6.1.2.1.1.9.1.4.4 = Timeticks: (3) 0:00:00.03 iso.3.6.1.2.1.1.9.1.4.5 = Timeticks: (3) 0:00:00.03 iso.3.6.1.2.1.1.9.1.4.6 = Timeticks: (3) 0:00:00.03 iso.3.6.1.2.1.1.9.1.4.7 = Timeticks: (3) 0:00:00.03 iso.3.6.1.2.1.1.9.1.4.8 = Timeticks: (4) 0:00:00.04 iso.3.6.1.2.1.25.1.1.0 = Timeticks: (1091850) 3:01:58.50 iso.3.6.1.2.1.25.1.2.0 = Hex-STRING: 07 DD 01 02 0E 32 0F 00 2B 00 00 iso.3.6.1.2.1.25.1.3.0 = INTEGER: 1536 iso.3.6.1.2.1.25.1.4.0 = STRING: "BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=2b0abab3-5671-481c-a478-95fdbb285478 ro quiet splash vt.handoff=7" iso.3.6.1.2.1.25.1.5.0 = Gauge32: 3 iso.3.6.1.2.1.25.1.6.0 = Gauge32: 168 iso.3.6.1.2.1.25.1.7.0 = INTEGER: 0 iso.3.6.1.2.1.25.1.7.0 = No more variables left in this MIB View (It is past the end of the MIB tree) Which means that .iso.3.6.1.4.1.19278.14.1.2.0 is not registered/recognized at server? Regards, Nuno Magalhães. On 02-01-2013 13:39, Dave Shield wrote: > On 2 January 2013 13:12, Nuno Magalhães <[email protected]> wrote: >> iso.3.6.1.4.1.19278.14.1.2 = No Such Object available on this agent at this >> OID >> >> What's wrong? > You've forgotten the instance subidentifier. > > ONBOARD-MIB::obuModule1Status appears to be a scalar object, > so the command you need to use is > snmpget -v 2c -c public 10.181.30.153 1.3.6.1.4.1.19278.14.1.2.0 > > Remember, the (sole) instance for a scalar object will *always* > have an instance subidentifier of 0. > > Dave > ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
