Hi Marcel,
>I am trying to get back the server up time from a netware4.11
>server via snmp but I get an error, what is the correct command????
Presumably the nwSysServerUpTime variable is a *scalar* object...
in which case:
>I have tried:
>rafterm@tivdev:~$ snmpget -h clhs1 .1.3.6.1.4.1.23.2.28.1.4
>AND:
>[root@tivdev]# snmp get -d -h clhs1 .1.3.6.1.4.1.23.2.28.1.4
...will not work...you need to append a ".0" instance identifier
(always ".0" for scalar objects) as the terminating subid of the
OID (i.e., 1.3.6.1.4.1.23.2.28.1.4.0).
Scalar objects are those MIB objects not defined as columnar
objects (i.e., in a table), for which of course there can
only be a single instance (.0).
Cordially,
BobN
------------ ISO 9001 Registered Quality Supplier -----------
Bob Natale | ACE*COMM | 301-721-3000 [v]
Dir, Net Mgmt Prod | 704 Quince Orchard Rd | 301-721-3001 [f]
bnatale@acecomm.com| Gaithersburg MD 20878 | www.acecomm.com
------------- Free downloads at www.winsnmp.com -------------
|